:root {
    --leaf: #14633a;
    --leaf-deep: #063d26;
    --moss: #7fa63a;
    --sun: #ffc857;
    --rose: #f06970;
    --sky: #95d6ff;
    --cream: #fff8df;
    --wood: #7a4a24;
    --soil: #3d2718;
    --ink: #173225;
    --shadow: 0 20px 60px rgba(4, 29, 19, .28);
    --panel: rgba(255, 251, 227, .88);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--ink);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 18% 4%, rgba(255, 233, 143, .32), transparent 28rem),
        linear-gradient(180deg, #e7f8ff 0%, #fbf3d1 38%, #ebf6de 100%);
    overflow-x: hidden;
}
.help-block {
    color: #dc3545 !important;
}
.text-right {
    text-align: right;
}
button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.scene {
    position: relative;
    isolation: isolate;
    min-height: 100svh;
    overflow: hidden;
}

.entrance {
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: clamp(16px, 2.2vw, 30px);
    background:
        linear-gradient(180deg, rgba(12, 63, 37, .03), rgba(8, 45, 28, .22)),
        url("./garden-homepage.webp") center / cover no-repeat;
}

#galleryModal .modal-content{
    background: rgba(245, 251, 233, .96);
}

.entrance::after,
.garden::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 50% 34%, rgba(255, 250, 198, .20), transparent 19rem),
        linear-gradient(90deg, rgba(0, 0, 0, .22), transparent 24%, transparent 74%, rgba(0, 0, 0, .22));
    pointer-events: none;
}

.butata-welcome {
    position:absolute;
    bottom: 0;
    height: 500px;
    width:100%;
}
.butata-img {
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically */
    height: 500px;
    height: 500px;
    height: 500px;
    height: 500px;
    height: 500px;
}

.user-bar {
    position: relative;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 1180px;
    width: min(100%, 1180px);
    margin: 0 auto;
}

.brand-mark,
.login-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 8px;
    color: #fffdf1;
    background: rgba(15, 57, 34, .58);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    backdrop-filter: blur(10px);
}

.brand-seed {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffe78a, #58b75c);
    color: #173225;
    font-weight: 900;
}

.login-chip strong {
    display: block;
    font-size: 14px;
    line-height: 1.1;
}

.login-chip span {
    display: block;
    font-size: 11px;
    opacity: .82;
    line-height: 1.2;
}

.hero-content {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
    gap: clamp(14px, 3vw, 34px);
    max-width: 1180px;
    width: min(100%, 1180px);
    margin: 0 auto;
    min-height: calc(100svh - 98px);
    padding: clamp(38px, 10vh, 92px) 0 clamp(20px, 5vh, 46px);
}

.garden-menu {
    position: absolute;
    left: clamp(18px, 5.2vw, 72px);
    top: clamp(178px, 39vh, 284px);
    display: grid;
    gap: 10px;
    width: clamp(170px, 20vw, 230px);
    align-self: auto;
    z-index: 12;
}

.entrance .garden-menu .wood-button {
    min-height: clamp(38px, 6.6vh, 54px);
    color: transparent;
    background: transparent;
    box-shadow: none;
    border: 0;
    outline-color: rgba(255, 232, 132, .95);
}

.entrance .garden-menu .wood-button:hover,
.entrance .garden-menu .wood-button:focus-visible {
    background: rgba(255, 237, 155, .18);
    box-shadow: 0 0 0 2px rgba(255, 238, 151, .52), 0 14px 28px rgba(0, 0, 0, .14);
    backdrop-filter: blur(1px);
}

.entrance .garden-menu .wood-button span {
    color: transparent;
    text-shadow: none;
}

.wood-button,
.wood-plaque,
.garden-sign,
.mini-sign {
    position: relative;
    border: 1px solid rgba(71, 34, 10, .62);
    border-radius: 8px;
    color: #fff7dc;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .10), transparent 24%, rgba(0, 0, 0, .12) 72%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, .06) 0 2px, rgba(0, 0, 0, .05) 2px 5px),
        linear-gradient(135deg, #8e5a2e, #5f351b);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, .18),
        inset 0 -4px 0 rgba(44, 22, 10, .32),
        0 12px 26px rgba(0, 0, 0, .20);
}

.wood-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 50px;
    padding: 10px 14px;
    text-align: left;
    border: 0;
    transform-origin: left center;
    transition: transform .22s ease, filter .22s ease;
}

.wood-button:hover,
.wood-button:focus-visible {
    transform: translateX(7px) rotate(-1deg);
    filter: saturate(1.12) brightness(1.04);
    outline: 2px solid rgba(255, 220, 115, .72);
    outline-offset: 3px;
}

.wood-button span:first-child {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: clamp(15px, 2vw, 18px);
    text-shadow: 0 2px 0 rgba(0, 0, 0, .25);
}

.wood-button span:last-child {
    display: grid;
    place-items: center;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 247, 210, .16);
}

.hero-center {
    display: grid;
    justify-items: center;
    gap: 18px;
    text-align: center;
    align-self: start;
    min-width: 0;
    align-self: end;
}

.entrance .garden-sign,
.entrance .welcome-plaque {
    display: none;
}

.garden-sign {
    width: min(100%, 650px);
    min-height: clamp(112px, 18vw, 154px);
    display: grid;
    place-items: center;
    padding: 24px clamp(24px, 5vw, 48px);
    color: #073b22;
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 235, 151, .72) 0 2px, transparent 3px),
        radial-gradient(circle at 88% 82%, rgba(67, 35, 13, .28) 0 2px, transparent 3px),
        repeating-linear-gradient(7deg, rgba(255, 255, 255, .10) 0 7px, rgba(0, 0, 0, .035) 8px 16px),
        linear-gradient(110deg, #b8793d, #d6a15c 48%, #a56531);
    border: 4px solid #4c2b16;
    box-shadow:
        inset 0 0 0 2px rgba(255, 232, 162, .36),
        0 20px 44px rgba(15, 38, 19, .36);
}

.garden-sign::before,
.garden-sign::after {
    content: "";
    position: absolute;
    top: -22px;
    width: 34%;
    height: 40px;
    background:
        radial-gradient(circle, rgba(255, 182, 196, .92) 0 5px, transparent 6px) 8% 56% / 42px 18px repeat-x,
        linear-gradient(90deg, rgba(38, 108, 43, .94), rgba(11, 82, 43, .86));
    border-radius: 999px;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .16));
}

.garden-sign::before {
    left: 4%;
    transform: rotate(-2deg);
}

.garden-sign::after {
    right: 4%;
    transform: rotate(2deg);
}

.garden-sign h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 8vw, 88px);
    font-style: italic;
    font-weight: 700;
    line-height: .94;
    letter-spacing: 0;
    text-shadow: 0 3px 0 rgba(255, 238, 160, .45);
}

.visit-card {
    display: grid;
    justify-items: center;
    gap: 10px;
    width: min(100%, 430px);
    padding: 14px;
    color: #fffde8;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 8px;
    background: rgba(8, 52, 31, .60);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
    backdrop-filter: blur(9px);
    transform: translateY(-2px);
}

.visit-card p {
    margin: 0;
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.45;
}

.visit-btn,
.action-btn,
.icon-btn {
    border: 0;
    border-radius: 8px;
    color: #102616;
    background: linear-gradient(135deg, #fff3a6, #ffc857 54%, #ff9862);
    box-shadow: 0 12px 26px rgba(75, 46, 8, .22);
    font-weight: 800;
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.visit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 12px 20px;
    width: min(100%, 260px);
    text-transform: uppercase;
    letter-spacing: 0;
}

.visit-btn:hover,
.action-btn:hover,
.icon-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 18px 34px rgba(75, 46, 8, .26);
}

.welcome-plaque {
    align-self: end;
    justify-self: end;
    width: min(100%, 240px);
}

.wood-plaque {
    padding: 18px;
    font-family: Georgia, "Times New Roman", serif;
    color: #fff4d8;
    font-size: clamp(16px, 2vw, 21px);
    font-style: italic;
    line-height: 1.55;
    text-align: center;
}

.weather {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    overflow: hidden;
}

.weather::before,
.weather::after {
    content: "";
    position: absolute;
    inset: -20%;
    pointer-events: none;
}

.weather::before {
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 247, 184, .16) 0 1.5%, transparent 8%),
        radial-gradient(circle at 66% 36%, rgba(255, 255, 220, .11) 0 1%, transparent 7%),
        radial-gradient(circle at 82% 68%, rgba(255, 244, 164, .12) 0 1.2%, transparent 8%);
    filter: blur(9px);
    mix-blend-mode: screen;
    animation: sunDapple 11s ease-in-out infinite alternate;
}

.weather::after {
    left: -40%;
    right: auto;
    width: 38%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .13), transparent);
    filter: blur(18px);
    transform: skewX(-18deg);
    animation: softSunSweep 13s ease-in-out infinite;
}

.wind {
    position: absolute;
    left: -18%;
    width: 34vw;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
    filter: blur(.2px);
    animation: windFlow 8s linear infinite;
    opacity: .52;
}

.wind::before,
.wind::after {
    content: "";
    position: absolute;
    right: 5%;
    height: 8px;
    border-top: 1px solid rgba(255, 255, 255, .58);
    border-radius: 50%;
    filter: blur(.15px);
}

.wind::before {
    top: -8px;
    width: 68%;
    transform: rotate(-1deg);
}

.wind::after {
    top: 5px;
    width: 42%;
    opacity: .62;
    transform: rotate(2deg);
}

.wind:nth-child(1) {
    top: 18%;
    animation-delay: -2s;
}

.wind:nth-child(2) {
    top: 34%;
    animation-delay: -5s;
    width: 42vw;
}

.wind:nth-child(3) {
    top: 73%;
    animation-delay: -1s;
    width: 28vw;
}

.bird {
    position: absolute;
    top: var(--top);
    left: -8rem;
    width: 38px;
    height: 22px;
    animation: none;
    transform: scale(var(--scale));
    will-change: transform, opacity;
}

.bird::before,
.bird::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 22px;
    height: 12px;
    border-top: 3px solid rgba(38, 37, 26, .76);
    border-radius: 50%;
    animation: wingFlap .78s ease-in-out infinite;
}

.bird::before {
    left: 0;
    transform-origin: right center;
    transform: rotate(-14deg);
}

.bird::after {
    right: 0;
    transform-origin: left center;
    transform: rotate(14deg);
}

.butterfly {
    position: absolute;
    top: var(--top);
    left: var(--left);
    width: 26px;
    height: 24px;
    transform-origin: center;
    will-change: transform, opacity;
}

.butterfly::before,
.butterfly::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 13px;
    height: 18px;
    border-radius: 70% 35% 70% 35%;
    background: linear-gradient(145deg, var(--wing-a), var(--wing-b));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
    animation: butterflyWing .48s ease-in-out infinite;
}

.butterfly::before {
    left: 1px;
    transform-origin: right center;
}

.butterfly::after {
    right: 1px;
    transform-origin: left center;
    animation-direction: reverse;
}

.leaf {
    position: absolute;
    top: -32px;
    left: var(--left);
    width: 18px;
    height: 10px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, #9bcf48, #2d823d);
    opacity: .68;
    animation: leafFall var(--speed) linear infinite;
    animation-delay: var(--delay);
}

.bird {
    width: 76px;
    height: 46px;
    filter:
        drop-shadow(0 2px 0 rgba(255, 255, 255, .42)) drop-shadow(0 5px 5px rgba(0, 0, 0, .38));
}

.bird::before,
.bird::after,
.butterfly::before,
.butterfly::after {
    display: none;
}

.bird svg,
.butterfly svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.bird svg {
    animation: birdBodyBob 1.35s ease-in-out infinite;
}

.bird-body {
    fill: var(--bird-body, #52a88d);
    stroke: #173d34;
    stroke-width: 1.6;
}

.bird-head {
    fill: var(--bird-head, #287f74);
    stroke: #173d34;
    stroke-width: 1.6;
}

.bird-belly {
    fill: var(--bird-belly, #fff3c9);
    opacity: .96;
}

.bird-tail {
    fill: var(--bird-tail, #266b62);
    stroke: #173d34;
    stroke-width: 1.5;
    stroke-linejoin: round;
}

.bird-detail {
    fill: none;
    stroke: #17483d;
    stroke-width: 1.5;
    stroke-linecap: round;
}

.bird-beak {
    fill: #f1ad3f;
    stroke: #684e26;
    stroke-width: 1;
}

.bird-wing-left,
.bird-wing-right {
    fill: var(--bird-wing, #8bd2b3);
    stroke: #173d34;
    stroke-width: 1.6;
    transform-box: fill-box;
    animation: svgBirdWing .64s cubic-bezier(.42, 0, .58, 1) infinite;
}

.bird-wing-left {
    transform-origin: right bottom;
}

.bird-wing-right {
    transform-origin: left bottom;
    animation-direction: reverse;
}

.butterfly {
    width: 46px;
    height: 42px;
    filter:
        drop-shadow(0 1px 0 rgba(255, 255, 255, .55)) drop-shadow(0 4px 4px rgba(0, 0, 0, .3));
}

.butterfly-wing-a,
.butterfly-wing-b {
    stroke: rgba(35, 48, 35, .72);
    stroke-width: 1.5;
    transform-box: fill-box;
    animation: svgButterflyWing .5s ease-in-out infinite;
}

.butterfly-wing-a {
    fill: var(--wing-a);
    transform-origin: right center;
}

.butterfly-wing-b {
    fill: var(--wing-b);
    transform-origin: left center;
    animation-direction: reverse;
}

.butterfly-body {
    fill: #352f26;
    stroke: #fff5cf;
    stroke-width: .8;
}

.butterfly-antenna {
    fill: none;
    stroke: #352f26;
    stroke-width: 1.4;
    stroke-linecap: round;
}

.butterfly-vein {
    fill: none;
    stroke: rgba(60, 42, 33, .46);
    stroke-width: 1;
    stroke-linecap: round;
}

.butterfly-spot {
    fill: #fff7c8;
    stroke: rgba(70, 49, 34, .54);
    stroke-width: .8;
    animation: butterflySpotPulse .5s ease-in-out infinite;
}

.leaf {
    filter: drop-shadow(0 3px 3px rgba(25, 65, 32, .22));
}

.leaf::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    width: 12px;
    height: 1px;
    border-radius: 999px;
    background: rgba(229, 255, 179, .72);
    transform: rotate(-22deg);
    transform-origin: left center;
}

.petal {
    position: absolute;
    top: -24px;
    left: var(--left);
    width: var(--petal-size, 10px);
    height: calc(var(--petal-size, 10px) * 1.45);
    border-radius: 80% 20% 75% 25%;
    background: linear-gradient(145deg, rgba(255, 255, 255, .88), var(--petal-color, #f7a6b8));
    box-shadow: 0 2px 4px rgba(79, 44, 44, .18);
    opacity: .74;
    animation: petalDance var(--speed) cubic-bezier(.37, .1, .63, .9) infinite;
    animation-delay: var(--delay);
}

.garden-mote {
    position: absolute;
    left: var(--mote-x);
    top: var(--mote-y);
    width: var(--mote-size);
    height: var(--mote-size);
    border-radius: 50%;
    background: rgba(255, 238, 132, .9);
    box-shadow: 0 0 8px rgba(255, 225, 102, .82), 0 0 18px rgba(255, 239, 164, .46);
    opacity: 0;
    animation: moteWander var(--mote-speed) ease-in-out var(--mote-delay) infinite;
    will-change: transform, opacity;
}

.garden[data-focus] .map-half::after {
    content: "";
    position: absolute;
    inset: -12%;
    z-index: 6;
    background:
        radial-gradient(ellipse at 24% 28%, rgba(255, 247, 188, .12), transparent 24%),
        radial-gradient(ellipse at 72% 54%, rgba(255, 255, 220, .1), transparent 22%);
    mix-blend-mode: screen;
    pointer-events: none;
    animation: gardenLightDance 9s ease-in-out infinite alternate;
}

.garden {
    min-height: 100svh;
    padding: clamp(14px, 2vw, 24px);
    background:
        radial-gradient(circle at 18% 4%, rgba(255, 238, 148, .30), transparent 20rem),
        linear-gradient(180deg, #dff4c8 0%, #eff8d8 46%, #d8ecb9 100%);
}

.garden-top {
    position: relative;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 1180px;
    margin: 0 auto;
    color: #fffce8;
}

.garden-title {
    display: inline-grid;
    gap: 3px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(17, 73, 38, .64);
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
    backdrop-filter: blur(10px);
}

.garden-title strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 4vw, 38px);
    line-height: 1;
}

.garden-title span {
    font-size: 12px;
    color: rgba(255, 252, 232, .82);
}

.top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.icon-btn {
    min-width: 44px;
    min-height: 44px;
    padding: 10px 12px;
}

.sound-toggle[aria-pressed="true"] {
    background: linear-gradient(135deg, #9cf0c2, #4ab56b);
}

.garden-map {
    position: relative;
    z-index: 4;
    width: min(100%, 1180px);
    aspect-ratio: 1500 / 992;
    min-height: 0;
    margin: clamp(16px, 3vh, 28px) auto 0;
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(2, 38, 18, .08)),
        url("assets/garden-0909-clean-v2.png") center / cover no-repeat;
    box-shadow: 0 24px 70px rgba(17, 64, 34, .26);
}

.garden-map.garden0909 {
    background:
            linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(2, 38, 18, .08)),
            url("./garden0909.webp") center / cover no-repeat;
}

.garden-map::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 24% 22%, rgba(255, 244, 164, .18), transparent 13%),
        radial-gradient(circle at 76% 62%, rgba(255, 255, 255, .13), transparent 14%),
        linear-gradient(120deg, transparent 0 36%, rgba(255, 255, 255, .11) 45%, transparent 54% 100%);
    mix-blend-mode: soft-light;
    animation: sunSweep 8s ease-in-out infinite;
    pointer-events: none;
}

.path-glow {
    position: absolute;
    z-index: 2;
    inset: 10% 10% 8%;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 247, 170, .30), rgba(255, 255, 255, .02));
    filter: blur(18px);
    animation: pathBreath 4.8s ease-in-out infinite;
    pointer-events: none;
}

.breeze-canopy {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: url("assets/garden-0909-clean-v2.png") center / 100% 100% no-repeat;
    opacity: .62;
    pointer-events: none;
    transform-origin: var(--origin-x) var(--origin-y);
    -webkit-mask-image:
        radial-gradient(ellipse var(--mask-w) var(--mask-h) at var(--origin-x) var(--origin-y),
            #000 0 48%,
            rgba(0, 0, 0, .78) 60%,
            transparent 78%);
    mask-image:
        radial-gradient(ellipse var(--mask-w) var(--mask-h) at var(--origin-x) var(--origin-y),
            #000 0 48%,
            rgba(0, 0, 0, .78) 60%,
            transparent 78%);
    animation: canopyBreathe var(--breeze-speed, 5.8s) ease-in-out infinite;
    animation-delay: var(--breeze-delay, 0s);
    will-change: transform;
}

.breeze-canopy.is-flowers {
    opacity: .48;
    animation-name: flowerBedBreathe;
    display: none;
}

.garden[data-focus] .breeze-canopy {
    display: none;
}

.plot {
    position: absolute;
    z-index: 4;
    width: 30%;
    height: 28%;
    min-height: 0;
    display: block;
    padding: 0;
    border-radius: 8px;
    pointer-events: none;
}

/* positions are relative to each map half (left half = 53.03% of the artwork, right = 46.97%) */
.plot[data-garden="ai"] {
    left: 16.97%;
    top: 1%;
    width: 64.11%;
    height: 28%;
}

.plot[data-garden="health"] {
    right: 14.9%;
    top: 17%;
    width: 59.61%;
    height: 19%;
}

.plot[data-garden="love"] {
    left: 13.2%;
    top: 50%;
    width: 58.46%;
    height: 22%;
}

.plot[data-garden="happy"] {
    right: 29.81%;
    bottom: 18%;
    width: 57.48%;
    height: 28%;
}

.plot::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 8px;
    background:
        radial-gradient(circle at 28% 34%, rgba(255, 228, 91, .18), transparent 42%),
        radial-gradient(circle at 68% 70%, rgba(240, 105, 112, .16), transparent 46%),
        rgba(255, 255, 255, .04);
    box-shadow: inset 0 0 34px rgba(255, 255, 255, .08);
    backdrop-filter: saturate(1.05);
    animation: plotBreath 4.8s ease-in-out infinite;
    pointer-events: none;
}

.plot::after {
    content: "";
    position: absolute;
    inset: 4%;
    border-radius: 50%;
    background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .30), transparent);
    filter: blur(12px);
    opacity: .34;
    transform: translateX(-40%);
    animation: leafShimmer 6.8s ease-in-out infinite;
    pointer-events: none;
}

.plot[data-garden="health"]::before {
    animation-delay: -1.1s;
}

.plot[data-garden="love"]::before {
    animation-delay: -2.4s;
}

.plot[data-garden="happy"]::before {
    animation-delay: -3.2s;
}

.mini-sign {
    z-index: 2;
    width: min(100%, 220px);
    padding: 10px 12px;
    color: #183416;
    background:
        repeating-linear-gradient(2deg, rgba(255, 255, 255, .14) 0 5px, rgba(0, 0, 0, .035) 6px 13px),
        linear-gradient(135deg, #dfb672, #b27638);
    text-align: center;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}

.garden .mini-sign,
.garden .plant-row {
    display: none;
}

.mini-sign strong {
    display: block;
    color: #173225;
    font-size: 16px;
    line-height: 1.1;
}

.mini-sign span {
    display: block;
    margin-top: 3px;
    color: rgba(35, 24, 13, .84);
    font-size: 11px;
    line-height: 1.25;
}

.plant-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    width: min(100%, 220px);
    min-height: 56px;
    align-items: end;
    filter: drop-shadow(0 8px 7px rgba(0, 0, 0, .18));
}

.sprout {
    --size: 30px;
    position: relative;
    height: var(--size);
    transform-origin: bottom center;
    animation: sproutSway 2.8s ease-in-out infinite;
    animation-delay: calc(var(--i) * -.28s);
}

.sprout::before,
.sprout::after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 50%;
    width: calc(var(--size) * .55);
    height: calc(var(--size) * .38);
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, #8bd94b, #176b38);
    transform-origin: bottom left;
}

.sprout::before {
    transform: translateX(-82%) rotate(-26deg);
}

.sprout::after {
    transform: translateX(-4%) rotate(32deg) scaleX(-1);
}

.sprout .flower-dot {
    position: absolute;
    top: 4px;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--flower);
    box-shadow:
        0 -7px 0 -3px var(--flower),
        6px -2px 0 -3px var(--flower),
        -6px -2px 0 -3px var(--flower),
        4px 5px 0 -3px var(--flower),
        -4px 5px 0 -3px var(--flower);
    transform: translateX(-50%) scale(.92);
    animation: bloomPulse 3.6s ease-in-out infinite;
    animation-delay: calc(var(--i) * -.32s);
}

.wish-cloud {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    pointer-events: auto;
}

.wish-seed {
    position: absolute;
    left: var(--x);
    top: var(--y);
    display: grid;
    place-items: center;
    width: clamp(28px, 3.4vw, 44px);
    height: clamp(28px, 3.4vw, 44px);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 8px;
    color: var(--seed-color);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
    font-size: clamp(17px, 2vw, 24px);
    animation: wishFloat 3.2s ease-in-out infinite;
    animation-delay: calc(var(--i) * -.27s);
    transition: transform .2s ease, box-shadow .2s ease;
    pointer-events: auto;
}

.wish-seed:hover,
.wish-seed:focus-visible {
    transform: translateY(-7px) scale(1.08);
    box-shadow: 0 16px 28px rgba(0, 0, 0, .24);
    outline: 2px solid rgba(255, 226, 99, .95);
    outline-offset: 2px;
}

.wish-seed::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 12px;
    background: radial-gradient(circle, rgba(255, 240, 147, .26), transparent 65%);
    opacity: 0;
    transform: scale(.5);
    animation: seedHalo 2.6s ease-out infinite;
    animation-delay: calc(var(--i) * -.31s);
    pointer-events: none;
}

.garden[data-open="true"] .plot {
    animation: plotEnter .9s cubic-bezier(.2, .9, .2, 1) both;
}

.garden[data-open="true"] .plot[data-garden="health"] {
    animation-delay: .1s;
}

.garden[data-open="true"] .plot[data-garden="love"] {
    animation-delay: .2s;
}

.garden[data-open="true"] .plot[data-garden="happy"] {
    animation-delay: .3s;
}

.board-section {
    padding: clamp(28px, 5vw, 58px) clamp(14px, 2vw, 24px) clamp(48px, 8vw, 82px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(236, 248, 219, .92)),
        radial-gradient(circle at 12% 12%, rgba(255, 200, 87, .28), transparent 24rem),
        radial-gradient(circle at 86% 22%, rgba(57, 169, 153, .18), transparent 20rem);
}

.board-inner {
    width: min(100%, 1180px);
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.board-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: end;
}

.board-header h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 5vw, 56px);
    line-height: 1;
    letter-spacing: 0;
    color: #143b24;
}

.board-header p {
    max-width: 640px;
    margin: 8px 0 0;
    color: rgba(23, 50, 37, .74);
    font-size: 15px;
    line-height: 1.55;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.filter-btn {
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid rgba(25, 79, 44, .20);
    border-radius: 8px;
    color: #173225;
    background: rgba(255, 255, 255, .74);
    transition: transform .2s ease, background .2s ease;
}

.filter-btn:hover {
    transform: translateY(-2px);
}

.filter-btn.is-active {
    color: #fff8df;
    background: linear-gradient(135deg, #11633b, #2f8c4d);
    border-color: rgba(255, 255, 255, .45);
}

.status-lane {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 16px;
    align-items: start;
}

.wishes-grid,
.admin-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.wish-card,
.admin-panel,
.butata-panel {
    border: 1px solid rgba(32, 83, 48, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 16px 38px rgba(31, 74, 44, .12);
    backdrop-filter: blur(10px);
}

.wish-card {
    display: grid;
    gap: 12px;
    min-height: 178px;
    padding: 14px;
    animation: cardBloom .34s ease both;
    align-content: start;
}

.wish-card header {
    display: flex;
    align-items: start;
    /* justify-content: space-between; */
    gap: 10px;
}

.wish-card strong {
    display: block;
    color: #173225;
    font-size: 16px;
}

.garden-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 26px;
    padding: 4px 8px;
    border-radius: 999px;
    color: #143b24;
    background: rgba(255, 232, 134, .72);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.wish-card div.content {
    margin: 0;
    color: rgba(23, 50, 37, .80);
    line-height: 1.5;
    /* align-content: start; */
}
.wish-card div.content > p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:0;

}
.wish-card div.content > p.expanded {
    display: block;
    overflow: visible;
}
.wish-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    color: rgba(23, 50, 37, .58);
    font-size: 12px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.status-approved {
    color: #0d542c;
    background: rgba(129, 218, 129, .34);
}

.status-pending {
    color: #714600;
    background: rgba(255, 205, 105, .40);
}

.status-rejected {
    color: #8b2029;
    background: rgba(248, 107, 116, .24);
}

.butata-panel {
    position: sticky;
    top: 18px;
    padding: 14px;
    overflow: hidden;
}

.butata-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.butata {
    position: relative;
    flex: 0 0 58px;
    width: 58px;
    height: 68px;
    border-radius: 45% 45% 38% 38%;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .55), transparent 12px),
        linear-gradient(145deg, #ffd27f, #d68b3a);
    box-shadow: inset -8px -10px 0 rgba(126, 70, 25, .16), 0 12px 22px rgba(87, 49, 17, .18);
    animation: butataBob 2.4s ease-in-out infinite;
}

.butata::before,
.butata::after {
    content: "";
    position: absolute;
    top: 26px;
    width: 7px;
    height: 9px;
    border-radius: 50%;
    background: #3d2718;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.butata::before {
    left: 20px;
}

.butata::after {
    right: 20px;
}

.butata-mouth {
    position: absolute;
    left: 50%;
    top: 43px;
    width: 20px;
    height: 10px;
    border-bottom: 3px solid #613818;
    border-radius: 0 0 999px 999px;
    transform: translateX(-50%);
}

.butata-panel h3 {
    margin: 0;
    font-size: 18px;
    color: #173225;
}

.butata-panel p {
    margin: 4px 0 0;
    color: rgba(23, 50, 37, .72);
    line-height: 1.5;
}

.reply-bubble {
    position: relative;
    margin-top: 12px;
    padding: 12px;
    padding-bottom: 4px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(180deg, #003cff, #002395);
    /* color: #183416; */
    /* background: #fff8df; */
    
    box-shadow: inset 0 0 0 1px rgba(58, 92, 43, .12);
    line-height: 1.5;
}

.reply-bubble::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 24px;
    width: 16px;
    height: 16px;
    background: #003cff;
    /* background: linear-gradient(180deg, #003cff, #002395); */
    transform: rotate(45deg);
    border-left: 1px solid rgba(58, 92, 43, .12);
    border-top: 1px solid rgba(58, 92, 43, .12);
}

.admin-panel {
    display: none;
    padding: 14px;
}

.admin-panel.is-open {
    display: grid;
    gap: 12px;
}

.admin-panel h3 {
    margin: 0;
    color: #173225;
    font-size: 18px;
}

.admin-list {
    grid-template-columns: 1fr;
}

.admin-item {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(32, 83, 48, .13);
    border-radius: 8px;
    background: rgba(255, 255, 255, .70);
}

.admin-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.action-btn {
    min-height: 38px;
    padding: 8px 12px;
}

.action-btn.reject {
    color: #fff8df;
    background: linear-gradient(135deg, #c03947, #852133);
}

.empty-state {
    min-height: 160px;
    display: grid;
    place-items: center;
    padding: 18px;
    border: 1px dashed rgba(23, 50, 37, .24);
    border-radius: 8px;
    color: rgba(23, 50, 37, .64);
    background: rgba(255, 255, 255, .52);
    text-align: center;
    line-height: 1.45;
}

dialog {
    width: min(92vw, 560px);
    padding: 0;
    border: 0;
    border-radius: 8px;
    color: #173225;
    background: transparent;
    box-shadow: var(--shadow);
}

dialog::backdrop {
    background: rgba(6, 38, 22, .58);
    backdrop-filter: blur(5px);
}

.wish-form {
    display: grid;
    gap: 14px;
    padding: clamp(18px, 4vw, 26px);
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 248, 223, .94)),
        radial-gradient(circle at 88% 8%, rgba(255, 200, 87, .32), transparent 13rem);
}

.form-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
}

.form-head h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 5vw, 38px);
    letter-spacing: 0;
    line-height: 1;
}

.close-btn {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(23, 50, 37, .16);
    border-radius: 50%;
    color: #173225;
    background: rgba(255, 255, 255, .62);
    font-size: 22px;
}

.field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

label {
    display: grid;
    gap: 6px;
    color: rgba(23, 50, 37, .78);
    font-size: 13px;
    font-weight: 800;
}

input,
textarea,
select {
    width: 100%;
    border: 1px solid rgba(28, 72, 43, .20);
    border-radius: 8px;
    color: #173225;
    background: rgba(255, 255, 255, .82);
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
}

input,
select {
    min-height: 44px;
    padding: 9px 11px;
}

textarea {
    min-height: 126px;
    padding: 11px;
    resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(22, 112, 61, .72);
    box-shadow: 0 0 0 4px rgba(53, 156, 85, .16);
}

.submit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.submit-row small {
    color: rgba(23, 50, 37, .62);
    line-height: 1.35;
}

.toast-stack {
    position: fixed;
    right: clamp(12px, 2vw, 24px);
    bottom: clamp(12px, 2vw, 24px);
    z-index: 30;
    display: grid;
    gap: 10px;
    width: min(92vw, 410px);
    pointer-events: none;
}

.toast {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .68);
    color: #173225;
    background: rgba(255, 251, 227, .94);
    box-shadow: 0 18px 42px rgba(6, 36, 22, .20);
    animation: toastIn .36s cubic-bezier(.2, .9, .2, 1) both;
    pointer-events: auto;
}

.toast .butata {
    width: 44px;
    height: 52px;
    flex-basis: 44px;
}

.toast .butata::before {
    left: 15px;
    top: 20px;
}

.toast .butata::after {
    right: 15px;
    top: 20px;
}

.toast .butata-mouth {
    top: 33px;
    width: 16px;
}

.toast strong {
    display: block;
    margin-bottom: 2px;
}

.toast p {
    margin: 0;
    color: rgba(23, 50, 37, .76);
    line-height: 1.4;
}

@keyframes windFlow {
    0% {
        transform: translateX(0) translateY(0) scaleX(.72);
        opacity: 0;
    }

    12% {
        opacity: .54;
    }

    58% {
        transform: translateX(78vw) translateY(-18px) scaleX(1.06);
        opacity: .48;
    }

    100% {
        transform: translateX(145vw) translateY(8px) scaleX(.82);
        opacity: 0;
    }
}

@keyframes birdFly {
    0% {
        transform: translate3d(-7vw, 18px, 0) rotate(-3deg) scale(var(--scale));
        opacity: 0;
    }

    8% {
        opacity: .96;
    }

    24% {
        transform: translate3d(28vw, -8px, 0) rotate(2deg) scale(var(--scale));
    }

    48% {
        transform: translate3d(61vw, -42px, 0) rotate(-4deg) scale(var(--scale));
    }

    72% {
        transform: translate3d(94vw, -18px, 0) rotate(2deg) scale(var(--scale));
        opacity: .94;
    }

    100% {
        transform: translate3d(128vw, 15px, 0) rotate(-2deg) scale(var(--scale));
        opacity: 0;
    }
}

@keyframes wingFlap {
    50% {
        transform: rotate(0deg) translateY(-3px);
    }
}

@keyframes svgBirdWing {

    0%,
    100% {
        transform: rotate(12deg) scaleY(.68);
    }

    42% {
        transform: rotate(-24deg) scaleY(1.12);
    }

    62% {
        transform: rotate(-12deg) scaleY(.96);
    }
}

@keyframes birdBodyBob {

    0%,
    100% {
        transform: translateY(1px) rotate(-1deg);
    }

    50% {
        transform: translateY(-1.5px) rotate(1deg);
    }
}

@keyframes svgButterflyWing {

    0%,
    100% {
        transform: scaleX(1) rotate(0);
    }

    50% {
        transform: scaleX(.34) rotate(7deg);
    }
}

@keyframes butterflySpotPulse {

    0%,
    100% {
        opacity: .96;
    }

    50% {
        opacity: .44;
    }
}

@keyframes butterflyDrift {

    0%,
    100% {
        transform: translate3d(-8px, 8px, 0) rotate(-12deg) scale(.92);
    }

    18% {
        transform: translate3d(26px, -32px, 0) rotate(11deg) scale(1.04);
    }

    38% {
        transform: translate3d(54px, -15px, 0) rotate(-7deg) scale(.98);
    }

    58% {
        transform: translate3d(18px, 24px, 0) rotate(13deg) scale(1.06);
    }

    78% {
        transform: translate3d(-30px, -9px, 0) rotate(-15deg) scale(.96);
    }
}

@keyframes butterflyWing {
    50% {
        transform: scaleX(.55) rotate(10deg);
    }
}

@keyframes leafFall {
    0% {
        transform: translate3d(0, -40px, 0) rotateX(0) rotateZ(0deg);
        opacity: 0;
    }

    10% {
        opacity: .72;
    }

    28% {
        transform: translate3d(34px, 28vh, 0) rotateX(150deg) rotateZ(110deg);
    }

    58% {
        transform: translate3d(-22px, 61vh, 0) rotateX(310deg) rotateZ(245deg);
    }

    82% {
        opacity: .62;
    }

    100% {
        transform: translate3d(94px, 108vh, 0) rotateX(520deg) rotateZ(430deg);
        opacity: 0;
    }
}

@keyframes petalDance {
    0% {
        transform: translate3d(0, -35px, 0) rotate(0deg) scale(.72);
        opacity: 0;
    }

    10% {
        opacity: .82;
    }

    24% {
        transform: translate3d(32px, 22vh, 0) rotate(95deg) scale(1);
    }

    48% {
        transform: translate3d(-26px, 49vh, 0) rotate(210deg) scale(.86);
    }

    72% {
        transform: translate3d(48px, 76vh, 0) rotate(335deg) scale(1.04);
        opacity: .72;
    }

    100% {
        transform: translate3d(8px, 108vh, 0) rotate(520deg) scale(.78);
        opacity: 0;
    }
}

@keyframes moteWander {

    0%,
    100% {
        opacity: 0;
        transform: translate3d(0, 14px, 0) scale(.45);
    }

    18% {
        opacity: .82;
    }

    42% {
        transform: translate3d(var(--mote-drift-x), -18px, 0) scale(1);
        opacity: .95;
    }

    72% {
        transform: translate3d(var(--mote-return-x), -46px, 0) scale(.72);
        opacity: .58;
    }

    88% {
        opacity: .15;
    }
}

@keyframes gardenLightDance {
    0% {
        transform: translate3d(-3%, 1%, 0) scale(1);
        opacity: .46;
    }

    45% {
        transform: translate3d(3%, -2%, 0) scale(1.05);
        opacity: .78;
    }

    100% {
        transform: translate3d(7%, 2%, 0) scale(1.02);
        opacity: .52;
    }
}

@keyframes sunDapple {
    0% {
        transform: translate3d(-2%, 1%, 0) scale(1);
        opacity: .48;
    }

    45% {
        transform: translate3d(3%, -2%, 0) scale(1.06);
        opacity: .78;
    }

    100% {
        transform: translate3d(7%, 2%, 0) scale(1.02);
        opacity: .56;
    }
}

@keyframes softSunSweep {

    0%,
    12% {
        transform: translateX(-20vw) skewX(-18deg);
        opacity: 0;
    }

    28% {
        opacity: .46;
    }

    72% {
        opacity: .34;
    }

    92%,
    100% {
        transform: translateX(180vw) skewX(-18deg);
        opacity: 0;
    }
}

@keyframes canopyBreathe {

    0%,
    100% {
        transform: translate3d(-1px, 0, 0) rotate(-.12deg) scale(1.001);
    }

    34% {
        transform: translate3d(2px, -1px, 0) rotate(.16deg) scale(1.003);
    }

    67% {
        transform: translate3d(-2px, 1px, 0) rotate(-.08deg) scale(1.002);
    }
}

@keyframes flowerBedBreathe {

    0%,
    100% {
        transform: translate3d(-1px, 1px, 0) skewX(-.18deg) scale(1.001);
    }

    50% {
        transform: translate3d(2px, -2px, 0) skewX(.22deg) scale(1.004);
    }
}

@keyframes pathBreath {
    50% {
        opacity: .46;
        transform: scaleX(1.08);
    }
}

@keyframes sunSweep {

    0%,
    100% {
        opacity: .45;
        transform: translateX(-2%);
    }

    50% {
        opacity: .86;
        transform: translateX(3%);
    }
}

@keyframes plotBreath {
    50% {
        transform: translateY(-2px) scale(1.01);
    }
}

@keyframes leafShimmer {

    0%,
    100% {
        opacity: .14;
        transform: translateX(-42%) rotate(-5deg);
    }

    50% {
        opacity: .42;
        transform: translateX(42%) rotate(5deg);
    }
}

@keyframes plotEnter {
    from {
        opacity: 0;
        transform: translateY(24px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes sproutSway {

    0%,
    100% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(5deg);
    }
}

@keyframes bloomPulse {

    0%,
    100% {
        transform: translateX(-50%) scale(.88);
        filter: saturate(1);
    }

    50% {
        transform: translateX(-50%) scale(1.08);
        filter: saturate(1.25);
    }
}

@keyframes wishFloat {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

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

@keyframes seedHalo {
    45% {
        opacity: .8;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.28);
    }
}

@keyframes cardBloom {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes butataBob {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-5px) rotate(2deg);
    }
}

@keyframes toastIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 980px) {
    .hero-content {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .garden-menu {
        left: 4%;
        top: 38%;
        width: 25%;
    }

    .welcome-plaque {
        justify-self: center;
        width: min(100%, 420px);
        order: 3;
    }

    .hero-center {
        order: 1;
    }

    .garden-map {
        width: min(100%, 900px);
    }

    .status-lane {
        grid-template-columns: 1fr;
    }

    .butata-panel {
        position: static;
    }

    .wishes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {

    .user-bar,
    .garden-top,
    .board-header,
    .submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .user-bar,
    .garden-top {
        display: grid;
    }

    .brand-mark,
    .login-chip,
    .top-actions {
        justify-content: center;
    }

    .garden-menu,
    .field-grid,
    .wishes-grid {
        grid-template-columns: 1fr;
    }

    .garden-map {
        width: min(100%, 520px);
    }

    .plot {
        transform: none;
    }

    .garden[data-open="true"] .plot {
        animation-name: plotEnter;
    }

    .board-header {
        grid-template-columns: 1fr;
    }

    .filters {
        justify-content: stretch;
    }

    .filter-btn {
        flex: 1 1 120px;
    }
}

body.motion-paused .weather *,
body.motion-paused .garden-map::before,
body.motion-paused .path-glow,
body.motion-paused .breeze-canopy,
body.motion-paused .plot,
body.motion-paused .plot::before,
body.motion-paused .plot::after,
body.motion-paused .wish-seed,
body.motion-paused .wish-seed::after,
body.motion-paused .butata,
body.motion-paused .story-particle,
body.motion-paused .approved-bloom,
body.motion-paused .approved-bloom::after {
    animation-play-state: paused !important;
}

/* Single-viewport story mode */
html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
}

body {
    min-height: 0;
    background: #0b2e1f;
}

main {
    position: relative;
    width: 100%;
    height: 100svh;
    overflow: hidden;
}

.scene {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100svh;
    min-height: 0;
}

.entrance {
    z-index: 3;
    transition:
        opacity .85s ease,
        visibility .85s ease,
        transform 1.15s cubic-bezier(.2, .8, .2, 1),
        filter 1.15s ease;
}

.garden {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: block;
    padding: 0;
    height: 100vh;
    min-height: 100vh;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.08);
    filter: saturate(.7) brightness(.68);
    background: #0b2e1f;
    transition:
        opacity 1s ease,
        visibility 1s ease,
        transform 1.35s cubic-bezier(.2, .8, .2, 1),
        filter 1.2s ease;
}

.garden::before {
    display: none;
}

.garden>.weather {
    z-index: 18;
}

body.phase-garden .entrance .weather,
body:not(.phase-garden) .garden>.weather {
    display: none;
}

.garden[data-focus]>.weather>i:nth-child(7),
.garden[data-focus]>.weather>i:nth-child(12),
.garden[data-focus]>.weather>i:nth-child(13),
.garden[data-focus]>.weather>i:nth-child(17),
.garden[data-focus]>.weather>i:nth-child(18),
.garden[data-focus]>.weather>i:nth-child(19),
.garden[data-focus]>.weather>i:nth-child(23),
.garden[data-focus]>.weather>i:nth-child(24),
.garden[data-focus]>.weather>i:nth-child(25) {
    display: none;
}

body.phase-garden .entrance {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.18);
    filter: blur(10px) brightness(1.15);
}

body.phase-garden .garden {
    opacity: 1;
    visibility: visible;
    transform: none;
    filter: none;
}

.garden-top {
    position: absolute;
    top: clamp(12px, 2vw, 24px);
    right: clamp(12px, 2vw, 24px);
    left: auto;
    z-index: 20;
    width: auto;
    margin: 0;
    transform: none;
    pointer-events: none;
}

.garden-title,
.top-actions {
    pointer-events: auto;
}

.garden-title {
    display: none;
}

.top-actions .icon-btn,
.back-entrance {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 50%;
    color: #fffced !important;
    background: rgba(10, 49, 30, .72);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
    backdrop-filter: blur(10px);
    transition: transform .2s ease, background .2s ease;
}

.top-actions .icon-btn:hover,
.top-actions .icon-btn:focus-visible,
.back-entrance:hover,
.back-entrance:focus-visible {
    transform: translateY(-2px) scale(1.04);
    background: rgba(24, 105, 59, .88);
}

.back-entrance {
    position: absolute;
    top: clamp(12px, 2vw, 24px);
    left: clamp(12px, 2vw, 24px);
    z-index: 21;
    font-size: 22px;
    text-decoration: none;
}

.garden-map {
    --camera-scale: 1;
    --camera-x: 0%;
    --camera-y: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    aspect-ratio: auto;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    background: #4c712e;
    box-shadow: none;
    transform:
        translate(-50%, -50%) scale(var(--camera-scale)) translate(var(--camera-x), var(--camera-y));
    transition: transform 1.25s cubic-bezier(.16, .86, .22, 1);
    will-change: transform;
}

.garden-map::before {
    z-index: 6;
}

/* the artwork is split at the walkway: each half hugs a screen edge at its
       true aspect ratio, the grass strip in between stretches to fill any width */
.map-half {
    position: relative;
    z-index: 4;
    flex: 0 0 auto;
    height: 100%;
}

.map-left {
    width: calc(100vh * 815 / 1023);
    background: url("assets/garden-left.png") center / 100% 100% no-repeat;
}

.map-right {
    width: calc(100vh * 722 / 1023);
    background: url("assets/garden-right.png") center / 100% 100% no-repeat;
}

.map-mid {
    position: relative;
    z-index: 3;
    flex: 1 1 0;
    min-width: 0;
    background:
        linear-gradient(90deg,
            rgba(26, 47, 17, .22) 0,
            rgba(26, 47, 17, 0) 34px,
            rgba(26, 47, 17, 0) calc(100% - 34px),
            rgba(26, 47, 17, .22) 100%),
        url("assets/garden-mid.png") center top / auto 100% repeat-x;
}

.map-left .breeze-canopy {
    background-image: url("assets/garden-left.png");
}

.map-right .breeze-canopy {
    background-image: url("assets/garden-right.png");
}

@media (max-aspect-ratio: 1502/1000) {
    .map-left {
        width: 53.03vw;
        background-size: cover;
        background-position: left center;
    }

    .map-right {
        width: 46.97vw;
        background-size: cover;
        background-position: right center;
    }

    .map-mid {
        display: none;
    }
}

.map-sign {
    position: absolute;
    top: clamp(8px, 2.4vh, 24px);
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    transition: opacity .6s ease;
    padding: clamp(8px, 1.8vh, 16px) clamp(26px, 4.5vw, 60px);
    white-space: nowrap;
    background:
        repeating-linear-gradient(3deg, rgba(255, 255, 255, .09) 0 6px, rgba(94, 58, 25, .06) 7px 14px),
        linear-gradient(100deg, #e2c288, #d5af72 46%, #c19758);
    border: 5px solid #77501f;
    border-radius: 6px;
    box-shadow:
        inset 0 0 0 2px rgba(255, 244, 205, .5),
        0 14px 30px rgba(23, 48, 26, .35);
}

.map-sign::before,
.map-sign::after {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    width: clamp(10px, 1.4vh, 15px);
    height: clamp(24px, 7vh, 66px);
    background: linear-gradient(90deg, #96703c, #6c4a20 55%, #55371a);
    box-shadow: 0 8px 14px rgba(0, 0, 0, .25);
}

.map-sign::before {
    left: 9%;
}

.map-sign::after {
    right: 9%;
}

.map-sign span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 5.4vh, 54px);
    font-weight: 700;
    line-height: 1.08;
    color: #2c4a17;
    letter-spacing: .5px;
    text-shadow:
        0 1px 0 rgba(255, 243, 190, .55),
        0 3px 6px rgba(60, 36, 8, .28);
}

/* each garden fills the whole screen when focused; scale is set per-garden by syncCamera() */
.garden[data-focus] .map-sign {
    opacity: 0;
    pointer-events: none;
}

.garden-map::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 8;
    background: radial-gradient(circle at 50% 50%, transparent 42%, rgba(2, 27, 15, .32) 100%);
    pointer-events: none;
}

.plot {
    z-index: 10;
    border: 0;
    cursor: pointer;
    pointer-events: auto;
    transition: opacity .55s ease, filter .55s ease;
}

.plot::before {
    border-color: transparent;
    background: radial-gradient(circle at 50% 52%, rgba(255, 246, 173, .13), transparent 62%);
    box-shadow: none;
    backdrop-filter: none;
}

.garden[data-focus] .plot:not(.is-active) {
    opacity: .22;
    filter: blur(1px) saturate(.65);
    pointer-events: none;
}

.garden[data-focus] .plot.is-active {
    z-index: 15;
}

.garden[data-focus] .plot.is-active::before {
    animation: activeGardenGlow 2.2s ease-in-out infinite;
}

/* Mỗi khu vườn là một màn hình riêng. Bốn ảnh bên dưới được cắt trực tiếp
       từ artwork gốc để không còn nhìn thấy khu vườn kế bên khi chuyển cảnh. */
.garden[data-focus] .garden-map {
    --camera-scale: 1 !important;
    --camera-x: 0% !important;
    --camera-y: 0% !important;
    transform: translate(-50%, -50%);
}

.garden[data-focus] .map-half {
    position: absolute;
    inset: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.garden[data-focus="ai"] .map-left {
    display: block;
    background-image: url("assets/garden-ai-wide.png");
}

.garden[data-focus="love"] .map-left {
    display: block;
    background-image: url("assets/garden-love-wide.png");
}

.garden[data-focus="health"] .map-right {
    display: block;
    background-image: url("assets/garden-health-wide.png");
}

.garden[data-focus="happy"] .map-right {
    display: block;
    background-image: url("assets/garden-happy-wide.png");
}

.garden[data-focus] .map-mid,
.garden[data-focus] .breeze-canopy,
.garden[data-focus] .plot:not(.is-active) {
    display: none;
}

.garden[data-focus] .plot.is-active {
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: none;
}

/* Toàn cảnh và detail dùng chung dữ liệu icon; ở toàn cảnh icon thu nhỏ
       và nằm gọn trong vùng cây/hoa của từng khu. */
.garden:not([data-focus]) .wish-seed {
    width: clamp(30px, 2.5vw, 42px);
    height: clamp(30px, 2.5vw, 42px);
    margin: clamp(-21px, -1.25vw, -15px) 0 0 clamp(-21px, -1.25vw, -15px);
}

.garden:not([data-focus]) .plot[data-garden="happy"] .wish-cloud {
    height: 62%;
}

.garden:not([data-focus]) .plot {
    border: 2px solid transparent;
    border-radius: 16px;
    cursor: pointer;
    transition: transform .28s ease, filter .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.garden:not([data-focus]) .plot:hover,
.garden:not([data-focus]) .plot:focus-visible {
    z-index: 18;
    border-color: rgba(255, 236, 143, .9);
    box-shadow: 0 0 0 5px rgba(255, 234, 134, .18), 0 18px 48px rgba(4, 35, 18, .28);
    filter: brightness(1.1) saturate(1.12);
    transform: translateY(-5px) scale(1.018);
    outline: none;
}

.garden:not([data-focus]) .plot::after {
    content: "Vào khu vườn  →";
    inset: auto auto 12px 50%;
    width: max-content;
    padding: 9px 14px;
    border: 1px solid rgba(255, 239, 168, .75);
    border-radius: 999px;
    color: #fffbe5;
    background: rgba(8, 55, 31, .88);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
    filter: none;
    font-size: clamp(11px, 1vw, 14px);
    font-weight: 850;
    opacity: 0;
    animation: none;
    transform: translate(-50%, 8px);
    transition: opacity .22s ease, transform .22s ease;
}

.garden:not([data-focus]) .plot:hover::after,
.garden:not([data-focus]) .plot:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* Toàn cảnh dùng nguyên artwork nguồn, không kéo giãn đoạn giữa để ghép màn hình. */
.garden:not([data-focus]) .garden-map {
    display: block;
    background: url("garden-type.webp") center / 100% 100% no-repeat;
}
.garden-map-health {
    background: url("garden-homepage.webp") center / 100% 100% no-repeat !important;
}

.garden:not([data-focus]) .map-half {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: none;
}

.garden:not([data-focus]) .map-left {
    left: 0;
    width: 53.03%;
}

.garden:not([data-focus]) .map-right {
    right: 0;
    width: 46.97%;
}

.garden:not([data-focus]) .map-mid,
.garden:not([data-focus]) .breeze-canopy {
    display: none;
}

.garden:not([data-focus]) .garden-switcher {
    display: none;
}

/* Vùng an toàn cho icon của từng detail, tránh bảng tên và chủ thể chính. */
.garden[data-focus] .plot.is-active .wish-cloud {
    position: absolute;
    inset: auto;
    overflow: visible;
}

.garden[data-focus="ai"] .plot.is-active .wish-cloud {
    left: 10%;
    top: 18%;
    width: 34%;
    height: 47%;
}

.garden[data-focus="health"] .plot.is-active .wish-cloud {
    left: 49%;
    top: 34%;
    width: 36%;
    height: 34%;
}

.garden[data-focus="love"] .plot.is-active .wish-cloud {
    left: 16%;
    top: 35%;
    width: 46%;
    height: 32%;
}

.garden[data-focus="happy"] .plot.is-active .wish-cloud {
    left: 49%;
    top: 17%;
    width: 28%;
    height: 48%;
}

/* Detail chỉ giữ cảnh vườn và icon trên cây, không phủ popup nội dung. */
.garden[data-focus] .garden-story {
    display: none;
}

.garden[data-focus] .map-half {
    animation: gardenDetailEnter 1.25s cubic-bezier(.16, .86, .22, 1) both;
    transform-origin: 50% 55%;
}

.garden[data-focus] .garden-map::after {
    animation: detailLightReveal 1.35s ease-out both;
}

.garden-switcher {
    display: flex;
    gap: 7px;
    margin-right: auto;
}

.garden-switcher button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(255, 238, 166, .52);
    border-radius: 50%;
    color: #fff9dd;
    background: rgba(255, 255, 255, .1);
}

.garden-switcher button.is-active {
    color: #173225;
    background: #ffe58c;
    box-shadow: 0 0 0 3px rgba(255, 229, 140, .2);
}

.data-msg {
    position: fixed;
    z-index: 9998;
    right: 10px;
    bottom: calc(1rem + 5px);
    padding: 1em;
    border: 1px solid rgb(255 225 139 / 55%);
    border-radius: 1em;
    color: #fff8d9;
    font-size: clamp(11px, 1vw, 14px);
    width: 30vw;
    opacity: 0;
    background: rgb(42 33 15 / 76%);
}

.wish-cloud {
    position: relative;
    display: block;
    overflow: visible;
}

.wish-seed {
    --accent: #ffe17d;
    position: absolute;
    left: var(--wish-x, 50%);
    top: var(--wish-y, 42%);
    width: clamp(46px, 3.8vw, 62px);
    height: clamp(46px, 3.8vw, 62px);
    margin: clamp(-31px, -1.9vw, -23px) 0 0 clamp(-31px, -1.9vw, -23px);
    border: 0;
    border-radius: 50%;
    color: var(--accent);
    background: transparent;
    box-shadow: none;
    font-size: 0;
    animation: emblemFloat 3.1s ease-in-out infinite;
    pointer-events: auto;
    isolation: isolate;
}

.wish-seed:hover,
.wish-seed:focus-visible {
    z-index: 40;
}

.wish-preview {
    position: absolute;
    left: 100%;
    top: calc(100% + 50px);
    z-index: 50;
    display: grid;
    gap: 4px;
    width: min(230px, 42vw);
    padding: 10px 12px;
    border: 1px solid rgba(255, 238, 166, .58);
    border-radius: 7px;
    color: #fffdf0;
    background: rgba(13, 55, 35, .95);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .34);
    font-size: clamp(11px, .9vw, 13px);
    line-height: 1.38;
    letter-spacing: 0;
    text-align: left;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -6px) scale(.94);
    transform-origin: 50% 0;
    transition:
        opacity .2s ease,
        visibility .2s ease,
        transform .25s cubic-bezier(.2, .9, .25, 1);
}

.wish-preview::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    width: 11px;
    height: 11px;
    border-left: 1px solid rgba(255, 238, 166, .58);
    border-top: 1px solid rgba(255, 238, 166, .58);
    background: rgba(13, 55, 35, .95);
    transform: translateX(-50%) rotate(45deg);
}

.wish-preview strong {
    color: #ffe58c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.1;
}

.wish-preview span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.wish-seed[data-tip="top"] .wish-preview {
    top: auto;
    bottom: calc(100% + 10px);
    transform: translate(-50%, 6px) scale(.94);
    transform-origin: 50% 100%;
}

.wish-seed[data-tip="top"] .wish-preview::before {
    top: auto;
    bottom: -6px;
    border: 0;
    border-right: 1px solid rgba(255, 238, 166, .58);
    border-bottom: 1px solid rgba(255, 238, 166, .58);
}

.wish-seed:hover .wish-preview,
.wish-seed:focus-visible .wish-preview {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) scale(1);
}

.wish-seed.is-new {
    animation:
        wishIconBloom 1.05s cubic-bezier(.16, .9, .25, 1) both,
        emblemFloat 3.1s ease-in-out 1.05s infinite;
}

.wish-seed::before {
    display: none;
}

.wish-seed::after {
    inset: -4px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--accent) 24%, transparent), transparent 66%);
    animation: emblemHalo 3.2s ease-out infinite;
}

.wish-seed[data-garden="ai"] {
    --accent: #83e2dc;
}

.wish-seed[data-garden="health"] {
    --accent: #ef4455;
}

.wish-seed[data-garden="love"] {
    --accent: #f13f57;
}

.wish-seed[data-garden="happy"] {
    --accent: #ef3347;
}

.garden-emblem {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #fffdf0;
    animation: glyphPulse 2.2s ease-in-out infinite;
}

.garden-emblem .main-icon {
    width: 42px;
    height: 42px;
    color: var(--accent);
    stroke-width: 2.1;
    filter:
        drop-shadow(0 2px 1px rgba(255, 255, 255, .72)) drop-shadow(0 5px 7px rgba(0, 0, 0, .3));
}

.garden-emblem .mini-icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 18px;
    height: 18px;
    padding: 0;
    color: #ffd75e;
    background: transparent;
    box-shadow: none;
    stroke-width: 2.5;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .28));
}

.wish-seed[data-garden="ai"] .mini-icon {
    color: #7dd96f;
}

.wish-seed[data-garden="health"] .mini-icon {
    color: #fff3dc;
}

.wish-seed[data-garden="happy"] .main-icon {
    fill: #ef3347;
    stroke: #a8152b;
    stroke-width: 1.6;
}

.ai-tech-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 62px;
    height: 54px;
    filter:
        drop-shadow(0 2px 0 rgba(255, 224, 105, .42)) drop-shadow(0 7px 8px rgba(0, 0, 0, .34));
}

.ai-tech-core {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 50px;
    height: 42px;
    color: #073b49;
    background: #48d8cc;
    clip-path: polygon(20% 0, 80% 0, 100% 25%, 100% 75%, 80% 100%, 20% 100%, 0 75%, 0 25%);
    font-size: 21px;
    font-weight: 950;
    line-height: 1;
    box-shadow: inset 0 -7px 0 rgba(8, 99, 105, .18);
}

.ai-tech-core::before,
.ai-tech-core::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffd557;
    box-shadow: 0 0 7px rgba(255, 213, 87, .72);
    transform: translateY(-50%);
}

.ai-tech-core::before {
    left: 5px;
}

.ai-tech-core::after {
    right: 5px;
}

.ai-tech-node {
    position: absolute;
    z-index: 3;
    width: 7px;
    height: 7px;
    border: 2px solid #073b49;
    border-radius: 50%;
    background: #ffd557;
}

.ai-tech-node.node-a {
    left: 1px;
    top: 7px;
}

.ai-tech-node.node-b {
    right: 1px;
    bottom: 7px;
}

.ai-tech-sprout {
    position: absolute;
    top: -3px;
    right: 3px;
    z-index: 4;
    width: 18px;
    height: 18px;
    color: #b8ef72;
    fill: rgba(184, 239, 114, .3);
    stroke-width: 2.4;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .3));
}

.ai-fruit-mark {
    position: relative;
    display: block;
    width: 66px;
    height: 62px;
    filter: drop-shadow(0 7px 8px rgba(0, 0, 0, .34));
}

.ai-fruit {
    position: absolute;
    left: 50%;
    top: 11px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 52px;
    height: 50px;
    border: 2px solid #08737a;
    border-radius: 48% 48% 52% 52% / 45% 45% 56% 56%;
    color: #073945;
    background: #43d6cb;
    box-shadow:
        inset -7px -8px 0 rgba(5, 105, 111, .18),
        inset 6px 5px 0 rgba(160, 255, 229, .26);
    transform: translateX(-50%);
}

.ai-fruit::before,
.ai-fruit::after {
    content: "";
    position: absolute;
    top: 23px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffd55c;
    box-shadow: 0 0 7px rgba(255, 213, 92, .65);
}

.ai-fruit::before {
    left: 6px;
}

.ai-fruit::after {
    right: 6px;
}

.ai-bot-eye {
    position: absolute;
    top: 16px;
    z-index: 3;
    width: 8px;
    height: 9px;
    border: 2px solid #073945;
    border-radius: 50%;
    background: #ffd55c;
    box-shadow: 0 0 5px rgba(255, 213, 92, .5);
}

.ai-bot-eye.eye-left {
    left: 13px;
}

.ai-bot-eye.eye-right {
    right: 13px;
}

.ai-bot-mouth {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 3;
    width: 20px;
    height: 10px;
    border-right: 3px solid #073945;
    border-bottom: 3px solid #073945;
    border-left: 3px solid #073945;
    border-radius: 0 0 14px 14px;
    transform: translateX(-50%);
}

.ai-fruit-stem {
    position: absolute;
    left: 33px;
    top: 1px;
    z-index: 3;
    width: 4px;
    height: 15px;
    border-radius: 999px;
    background: #355f31;
    transform: rotate(8deg);
}

.ai-fruit-leaf {
    position: absolute;
    left: 36px;
    top: 3px;
    z-index: 4;
    width: 19px;
    height: 12px;
    border: 2px solid #3c7a35;
    border-radius: 100% 0 100% 0;
    background: #9adf63;
    transform: rotate(-18deg);
}

.ai-fruit-blossom {
    position: absolute;
    left: 1px;
    bottom: 2px;
    z-index: 5;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #f5a843;
    box-shadow:
        0 -8px 0 -2px #ffd975,
        8px -2px 0 -2px #ffd975,
        5px 7px 0 -2px #ffd975,
        -5px 7px 0 -2px #ffd975,
        -8px -2px 0 -2px #ffd975;
}

.ai-illustration-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 90px;
    height: 90px;
}

.ai-illustration-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter:
        saturate(1.16) brightness(1.08) drop-shadow(0 2px 1px rgba(255, 208, 71, .35)) drop-shadow(0 8px 9px rgba(0, 0, 0, .38));
}

.love-flower-cluster {
    position: relative;
    display: block;
    width: 64px;
    height: 58px;
    filter: drop-shadow(0 5px 6px rgba(0, 0, 0, .28));
}

.love-flower {
    position: absolute;
    width: 32px;
    height: 32px;
    stroke-width: 1.8;
}

.love-flower-one {
    left: 1px;
    top: 17px;
    color: #f0445d;
    fill: rgba(240, 68, 93, .38);
    transform: rotate(-12deg);
}

.love-flower-two {
    left: 21px;
    top: 3px;
    color: #ff8fa3;
    fill: rgba(255, 143, 163, .4);
    transform: scale(1.08);
}

.love-flower-three {
    right: 0;
    top: 19px;
    color: #fff3e3;
    fill: rgba(255, 243, 227, .44);
    transform: rotate(13deg) scale(.92);
}

.love-illustration-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 92px;
    height: 86px;
}

.love-illustration-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter:
        saturate(1.08) drop-shadow(0 7px 8px rgba(0, 0, 0, .32));
}

.happy-illustration-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 88px;
    height: 84px;
}

.happy-illustration-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter:
        saturate(1.08) drop-shadow(0 7px 9px rgba(0, 0, 0, .34));
}

.health-illustration-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 90px;
    height: 88px;
}

.health-illustration-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter:
        saturate(1.1) drop-shadow(0 7px 9px rgba(0, 0, 0, .34));
}

.ai-sprout-icon {
    position: relative;
    display: block;
    width: 44px;
    height: 38px;
    border: 3px solid rgba(255, 255, 255, .94);
    border-radius: 12px 12px 15px 15px;
    background: rgba(20, 83, 160, .24);
    box-shadow: inset 0 0 12px rgba(255, 255, 255, .2);
}

.ai-sprout-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -14px;
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background: #fff;
    transform: translateX(-50%);
}

.ai-sprout-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -19px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px #fff;
    transform: translateX(-50%);
}

.ai-eye {
    position: absolute;
    top: 11px;
    width: 7px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 9px rgba(255, 255, 255, .7);
}

.ai-eye:first-child {
    left: 9px;
}

.ai-eye:nth-child(2) {
    right: 9px;
}

.ai-smile {
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 16px;
    height: 7px;
    border-bottom: 3px solid #fff;
    border-radius: 0 0 16px 16px;
    transform: translateX(-50%);
}

.ai-leaf {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 13px;
    height: 8px;
    border-radius: 100% 0 100% 0;
    background: #d9ffad;
    transform: rotate(-22deg);
    box-shadow: 0 0 9px rgba(217, 255, 173, .65);
}

.heart-mark {
    position: relative;
    display: block;
    width: 46px;
    height: 44px;
}

.heart-core {
    position: absolute;
    left: 50%;
    top: 51%;
    width: 39px;
    height: 36px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 14px rgba(255, 255, 255, .55);
    clip-path: polygon(50% 96%, 10% 58%, 3% 42%, 4% 25%, 13% 11%, 27% 5%, 39% 8%, 50% 22%, 61% 8%, 73% 5%, 87% 11%, 96% 25%, 97% 42%, 90% 58%);
    transform: translate(-50%, -50%);
}

.heart-core::before,
.heart-core::after {
    display: none;
}

.health-pulse {
    position: absolute;
    left: 4px;
    right: 2px;
    top: 21px;
    z-index: 2;
    height: 3px;
    background:
        linear-gradient(90deg,
            transparent 0 12%,
            #178654 12% 34%,
            transparent 34% 38%,
            #178654 38% 44%,
            transparent 44% 48%,
            #178654 48% 54%,
            transparent 54% 58%,
            #178654 58% 88%,
            transparent 88% 100%);
    filter: drop-shadow(0 0 3px rgba(23, 134, 84, .5));
}

.health-pulse::before {
    content: "";
    position: absolute;
    left: 42%;
    top: -6px;
    width: 9px;
    height: 13px;
    border-left: 3px solid #178654;
    border-bottom: 3px solid #178654;
    transform: skewX(-28deg) rotate(-55deg);
}

.love-petal {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 27px;
    border-radius: 80% 20% 80% 20%;
    background: rgba(255, 228, 232, .72);
    transform-origin: 50% 100%;
}

.love-petal:nth-child(1) {
    transform: translate(-50%, -100%) rotate(0deg);
}

.love-petal:nth-child(2) {
    transform: translate(-50%, -100%) rotate(72deg);
}

.love-petal:nth-child(3) {
    transform: translate(-50%, -100%) rotate(144deg);
}

.love-petal:nth-child(4) {
    transform: translate(-50%, -100%) rotate(216deg);
}

.love-petal:nth-child(5) {
    transform: translate(-50%, -100%) rotate(288deg);
}

.happy-heart::before,
.happy-heart::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 10px;
    height: 10px;
    background: #fff7b1;
    clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
    filter: drop-shadow(0 0 6px rgba(255, 247, 177, .85));
    animation: happySpark 1.7s ease-in-out infinite;
}

.happy-heart::before {
    top: 0;
    right: 0;
}

.happy-heart::after {
    left: 1px;
    bottom: 3px;
    width: 7px;
    height: 7px;
    animation-delay: -.8s;
}

.sun-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow:
        0 -12px 0 -9px #fff,
        0 12px 0 -9px #fff,
        12px 0 0 -9px #fff,
        -12px 0 0 -9px #fff,
        9px 9px 0 -9px #fff,
        -9px -9px 0 -9px #fff,
        9px -9px 0 -9px #fff,
        -9px 9px 0 -9px #fff;
}

.sun-mark::before,
.sun-mark::after {
    content: "";
    position: absolute;
    top: 11px;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.sun-mark::before {
    left: 9px;
}

.sun-mark::after {
    right: 9px;
}

.sun-smile {
    width: 16px;
    height: 8px;
    margin-top: 8px;
    border-bottom: 3px solid #fff;
    border-radius: 0 0 12px 12px;
}

.approved-blooms {
    position: absolute;
    inset: 0;
    z-index: 13;
    overflow: hidden;
    pointer-events: none;
}

.approved-bloom {
    --bloom: #fff1a8;
    position: absolute;
    left: var(--bx);
    top: var(--by);
    width: clamp(14px, 1.25vw, 20px);
    height: clamp(24px, 2vw, 34px);
    transform-origin: 50% 100%;
    animation: approvedSway 3.4s ease-in-out infinite;
    animation-delay: var(--bdelay);
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .2));
}

.approved-bloom::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 3px;
    height: 68%;
    border-radius: 999px;
    background: linear-gradient(#65c766, #236b3b);
    transform: translateX(-50%);
}

.approved-bloom::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 2px;
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    background: #ffd25a;
    box-shadow:
        0 -6px 0 1px var(--bloom),
        6px -2px 0 1px var(--bloom),
        4px 5px 0 1px var(--bloom),
        -4px 5px 0 1px var(--bloom),
        -6px -2px 0 1px var(--bloom);
    transform: translateX(-50%);
    animation: approvedPetals 2.8s ease-in-out infinite;
    animation-delay: var(--bdelay);
}

.approved-bloom.is-new {
    animation: bloomRise 1.1s cubic-bezier(.16, .9, .25, 1) both, approvedSway 3.4s ease-in-out 1.1s infinite;
}

.emblem-hint {
    display: none;
}

.wish-seed:hover,
.wish-seed:focus-visible {
    transform: translateY(-8px) scale(1.1);
    box-shadow: none;
    filter: drop-shadow(0 0 12px color-mix(in srgb, var(--accent) 64%, transparent));
    outline: 0;
}

.garden[data-focus] .plot.is-active .wish-seed {
    animation: activeEmblem 1.7s ease-in-out infinite;
}

.garden[data-focus] .plot.is-active .wish-seed.is-new {
    animation:
        wishIconBloom 1.05s cubic-bezier(.16, .9, .25, 1) both,
        activeEmblem 1.7s ease-in-out 1.05s infinite;
}

.focus-effects {
    position: absolute;
    inset: 0;
    z-index: 14;
    overflow: hidden;
    pointer-events: none;
}

.three-layer {
    position: absolute;
    inset: 0;
    z-index: 19;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .48;
    mix-blend-mode: screen;
    transition: opacity .4s ease;
}

.garden[data-focus] .three-layer {
    opacity: .26;
}

body.motion-paused .three-layer {
    opacity: 0;
}

.story-particle {
    --particle: #fff0a8;
    position: absolute;
    left: var(--px);
    top: var(--py);
    width: var(--size);
    height: var(--size);
    border-radius: 60% 20% 60% 20%;
    background: var(--particle);
    box-shadow: 0 0 14px color-mix(in srgb, var(--particle) 70%, transparent);
    opacity: 0;
    animation: storyParticle var(--duration) ease-out var(--delay) infinite;
}

.story-particle:nth-child(3n) {
    border-radius: 50%;
}

.story-particle:nth-child(4n) {
    clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}

.garden-story {
    position: absolute;
    left: clamp(14px, 3vw, 40px);
    bottom: clamp(14px, 3vw, 34px);
    z-index: 23;
    width: min(88vw, 310px);
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 8px;
    color: #fffdf0;
    background: rgba(7, 47, 28, .66);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .24);
    backdrop-filter: blur(10px);
    transform: translateY(22px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .55s ease .45s, transform .55s ease .45s;
}

body.phase-garden .garden-story {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.story-kicker {
    display: block;
    margin-bottom: 5px;
    color: #ffe58c;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.garden-story h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 2.4vw, 25px);
    line-height: 1.05;
}

.garden-story p {
    margin: 7px 0 0;
    color: rgba(255, 253, 240, .82);
    font-size: 12px;
    line-height: 1.45;
}

body.phase-garden .garden:not([data-focus]) .garden-story {
    left: 50%;
    bottom: 14px;
    width: auto;
    max-width: calc(100vw - 120px);
    padding: 8px 12px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.garden:not([data-focus]) .garden-story .story-kicker,
.garden:not([data-focus]) .garden-story h2,
.garden:not([data-focus]) .garden-story p {
    display: none;
}

.garden:not([data-focus]) .story-actions {
    margin-top: 0;
}

.garden:not([data-focus]) #storyChoose {
    color: rgba(255, 253, 240, .9);
    font-size: 12px;
    font-weight: 800;
}

.story-actions {
    display: flex;
    gap: 9px;
    margin-top: 14px;
}

.story-actions button {
    min-height: 42px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 8px;
    color: #fffef2;
    background: rgba(255, 255, 255, .13);
}

.story-actions .story-primary {
    color: #173225;
    background: linear-gradient(135deg, #ffe58c, #f5b64e);
    font-weight: 900;
}

#sendFromStory,
#backOverview {
    display: none;
}

.garden[data-focus] #sendFromStory,
.garden[data-focus] #backOverview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.garden[data-focus] #storyChoose {
    display: none;
}

.board-section {
    position: fixed;
    inset: 0;
    z-index: 45;
    padding: clamp(14px, 3vw, 34px);
    overflow: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
    transition:
        opacity .45s ease,
        visibility .45s ease,
        transform .7s cubic-bezier(.2, .86, .2, 1);
}

body.board-open .board-section {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.board-inner {
    min-height: calc(100svh - clamp(28px, 6vw, 68px));
    padding: clamp(18px, 3vw, 32px);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 8px;
    background: rgba(245, 251, 233, .96);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
    backdrop-filter: blur(18px);
}

.close-board {
    display: grid;
    place-items: center;
    align-self: start;
    width: 42px;
    height: 42px;
    margin-left: auto;
    border: 1px solid rgba(23, 50, 37, .18);
    border-radius: 50%;
    color: #173225;
    background: #fff;
    font-size: 24px;
}

.scene-transition {
    position: fixed;
    inset: -10%;
    z-index: 80;
    pointer-events: none;
    opacity: 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 239, 154, .85), transparent 17%),
        repeating-conic-gradient(from 20deg, rgba(69, 149, 72, .78) 0 12deg, rgba(8, 67, 36, .88) 12deg 24deg);
    transform: scale(.05) rotate(-22deg);
    border-radius: 50%;
}

body.scene-changing .scene-transition {
    animation: sceneWipe 1.15s cubic-bezier(.7, 0, .25, 1) both;
}

@keyframes activeGardenGlow {
    50% {
        background: radial-gradient(circle at 50% 52%, rgba(255, 246, 173, .32), transparent 66%);
        transform: scale(1.04);
    }
}

@keyframes emblemFloat {

    0%,
    100% {
        transform: translateY(0) rotate(-2deg);
    }

    50% {
        transform: translateY(-10px) rotate(2deg);
    }
}

@keyframes emblemHalo {
    0% {
        opacity: 0;
        transform: scale(.72);
    }

    42% {
        opacity: .8;
    }

    100% {
        opacity: 0;
        transform: scale(1.42);
    }
}

@keyframes glyphPulse {
    50% {
        transform: scale(1.12) rotate(3deg);
    }
}

@keyframes activeEmblem {

    0%,
    100% {
        transform: translateY(-4px) scale(1.02);
    }

    50% {
        transform: translateY(-14px) scale(1.14);
    }
}

@keyframes happySpark {

    0%,
    100% {
        opacity: .35;
        transform: scale(.7) rotate(0);
    }

    50% {
        opacity: 1;
        transform: scale(1.25) rotate(45deg);
    }
}

@keyframes storyParticle {
    0% {
        opacity: 0;
        transform: translate3d(0, 22px, 0) rotate(0deg) scale(.4);
    }

    20% {
        opacity: .85;
    }

    100% {
        opacity: 0;
        transform: translate3d(var(--drift), -150px, 0) rotate(440deg) scale(1.1);
    }
}

@keyframes approvedSway {

    0%,
    100% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(7deg) translateY(-3px);
    }
}

@keyframes approvedPetals {

    0%,
    100% {
        transform: translateX(-50%) rotate(42deg) scale(.92);
    }

    50% {
        transform: translateX(-50%) rotate(48deg) scale(1.12);
    }
}

@keyframes wishIconBloom {
    0% {
        opacity: 0;
        scale: .15;
        rotate: -18deg;
    }

    58% {
        opacity: 1;
        scale: 1.2;
        rotate: 6deg;
    }

    100% {
        opacity: 1;
        scale: 1;
        rotate: 0deg;
    }
}

@keyframes bloomRise {
    0% {
        opacity: 0;
        transform: translateY(36px) scale(.08) rotate(-14deg);
    }

    58% {
        opacity: 1;
        transform: translateY(0) scale(1.2) rotate(4deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0);
    }
}

@keyframes sceneWipe {
    0% {
        opacity: 0;
        transform: scale(.05) rotate(-22deg);
    }

    42% {
        opacity: 1;
        transform: scale(1.55) rotate(8deg);
    }

    58% {
        opacity: 1;
        transform: scale(1.55) rotate(8deg);
    }

    100% {
        opacity: 0;
        transform: scale(2.6) rotate(24deg);
    }
}

@keyframes gardenDetailEnter {
    0% {
        opacity: 0;
        filter: blur(12px) saturate(.65) brightness(1.35);
        transform: scale(1.12);
        clip-path: circle(12% at 50% 52%);
    }

    58% {
        opacity: 1;
        filter: blur(1px) saturate(1.08) brightness(1.08);
    }

    100% {
        opacity: 1;
        filter: none;
        transform: scale(1);
        clip-path: circle(75% at 50% 52%);
    }
}

@keyframes detailLightReveal {
    0% {
        opacity: 1;
        background: radial-gradient(circle at 50% 52%, rgba(255, 244, 174, .9), rgba(255, 224, 115, .28) 18%, rgba(2, 27, 15, .6) 48%, rgba(2, 27, 15, .85));
    }

    55% {
        opacity: .58;
    }

    100% {
        opacity: 1;
        background: radial-gradient(circle at 50% 50%, transparent 42%, rgba(2, 27, 15, .32) 100%);
    }
}

@media (max-width: 680px) {
    .data-msg {
        bottom: auto;
        top: 60%;
        width: calc(100vw - 2em);
        max-height: calc(40% - 92px);
        overflow-y: auto;
    }
    .entrance {
        background:
            linear-gradient(180deg, rgba(12, 63, 37, .03), rgba(8, 45, 28, .22)),
            url("./garden-homepage-m.webp") center / cover no-repeat;
    }
    .garden-top {
        top: 10px;
        display: flex;
        align-items: start;
        gap: 8px;
    }

    .garden-title {
        max-width: calc(100vw - 154px);
        padding: 8px 10px;
    }

    .garden-title strong {
        font-size: 18px;
    }

    .garden-title span {
        display: none;
    }

    .top-actions {
        display: flex;
        flex-wrap: nowrap;
    }

    .top-actions .icon-btn {
        min-width: 40px;
        min-height: 40px;
        padding: 7px;
    }

    .back-entrance {
        top: 10px;
        bottom: auto;
        left: 10px;
        right: auto;
    }

    .garden-story {
        left: 12px;
        bottom: 12px;
        width: calc(100vw - 76px);
        padding: 14px;
    }

    .garden-story h2 {
        font-size: 23px;
    }

    .garden-story p {
        font-size: 13px;
    }

    .story-actions {
        flex-wrap: wrap;
    }

    .garden-map {
        width: 100vw;
        height: 100vh;
        background: url(garden-type-m.webp) center / 100% 100% no-repeat !important;
    }

    .wish-seed {
        width: 46px;
        height: 46px;
        box-shadow: none;
    }

    .wish-seed::before {
        inset: 5px;
    }

    .garden-emblem .main-icon {
        width: 24px;
        height: 24px;
    }

    .garden-emblem .mini-icon {
        right: 5px;
        bottom: 5px;
        width: 13px;
        height: 13px;
    }

    .ai-illustration-mark {
        scale: .68;
    }

    .love-flower-cluster {
        width: 46px;
        height: 42px;
    }

    .love-flower {
        width: 24px;
        height: 24px;
    }

    .love-flower-one {
        top: 13px;
    }

    .love-flower-two {
        left: 14px;
        top: 2px;
    }

    .love-flower-three {
        top: 14px;
    }

    .love-illustration-mark {
        scale: .67;
    }

    .happy-illustration-mark {
        scale: .7;
    }

    .health-illustration-mark {
        scale: .7;
    }

    .approved-bloom {
        scale: .68;
    }

    .garden[data-focus="ai"] .garden-map {
        --camera-scale: 1.38;
    }

    .garden[data-focus="health"] .garden-map {
        --camera-scale: 1.38;
    }

    .garden[data-focus="love"] .garden-map {
        --camera-scale: 1.38;
    }

    .garden[data-focus="happy"] .garden-map {
        --camera-scale: 1.38;
    }

    .board-header {
        grid-template-columns: 1fr auto;
        align-items: start;
    }

    .board-header .filters {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

.character-wrap {
    position: absolute;
    z-index: 3;
    left: clamp(-50px, 1vw, 20px);
    bottom: 0;
    width: min(63vw, 740px);
    pointer-events: none;
    filter: drop-shadow(0 17px 9px rgb(36 72 28 / 24%));
}

#watering-character {
    display: block;
    width: 280px;
    height: auto;
    transform-origin: 43% 84%;
    animation: character-breathe 2.6s ease-in-out infinite;
}
.health-scene {
    position: relative;
    width: min(100vw, calc(100vh * 1.5024));
    aspect-ratio: 800 / 532;
    overflow: hidden;
    /* background: #6fc8ee;
    box-shadow: 0 22px 70px rgba(0, 19, 7, .42); */
    isolation: isolate;
    background: transparent;
    box-shadow: none;
}
        