:root {
    --bg-0: #120B06;
    --bg-1: #1A1008;
    --bg-2: #21150B;
    --card: #2A1A0D;
    --card-2: #33200F;
    --card-3: #3A2512;
    --line: rgba(242,185,56,.16);
    --line-2: rgba(242,185,56,.08);
    --gold-deep: #D99A24;
    --gold: #F2B938;
    --gold-lit: #FFC94A;
    --gold-soft: #F0D49A;
    --amber: #C97A25;
    --green: #6BCB35;
    --green-2: #4FAE25;
    --cream: #FFF4DC;
    --muted: #A89478;
    --muted-2: #7A6650;
    --danger: #DE6A4E;
    --r: 20px;
    --r-sm: 14px;
    --sh: 0 1px 0 rgba(255,214,150,.07) inset, 0 2px 6px -3px rgba(0,0,0,.7), 0 16px 28px -20px #000;
    --sh-lift: 0 1px 0 rgba(255,224,170,.12) inset, 0 10px 26px -14px rgba(0,0,0,.95);
    --glow-gold: 0 0 0 1px rgba(242,185,56,.22), 0 0 26px -10px rgba(242,185,56,.55);
    --safe-b: env(safe-area-inset-bottom, 0px)
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

html,body,#root {
    height: 100%;
    margin: 0
}

body {
    background: radial-gradient(560px 260px at 50% -10%,rgba(217,154,36,.22),transparent 72%),radial-gradient(420px 340px at 108% 26%,rgba(107,203,53,.055),transparent 70%),radial-gradient(500px 300px at -10% 78%,rgba(201,122,37,.07),transparent 72%),repeating-linear-gradient(104deg,rgba(255,228,170,.014) 0 1px,transparent 1px 13px),repeating-linear-gradient(76deg,rgba(0,0,0,.16) 0 1px,transparent 1px 22px),linear-gradient(180deg,#1a1008,#120b06 58%,#180e07);
    background-attachment: fixed;
    background-color: #120b06;
    color: var(--cream);
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
    overscroll-behavior-y: none
}

img {
    display: block;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

button {
    font-family: inherit;
    border: 0;
    background: none;
    color: inherit;
    cursor: pointer
}

input,select {
    font-family: inherit
}

.app {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 14px 10px;
    background: linear-gradient(180deg,rgba(21,14,8,.97) 60%,transparent)
}

.topbar .logo {
    height: 38px;
    width: auto;
    max-width: 52%;
    object-fit: contain;
    filter: drop-shadow(0 5px 12px rgba(0,0,0,.7))
}

.wordmark {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.05;
    white-space: nowrap;
    min-width: 0
}

.wordmark b {
    display: block;
    color: var(--gold);
    font-weight: 600
}

.wordmark span {
    display: block;
    font-size: 9.5px;
    color: var(--muted-2);
    letter-spacing: .14em;
    text-transform: uppercase
}

.pill-bal {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px 5px 5px;
    border-radius: 999px;
    background: linear-gradient(180deg,#f5b93c24,#f5b93c0d);
    border: 1px solid var(--line);
    font-family: Fredoka;
    font-weight: 600;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    color: var(--gold)
}

.pill-bal img {
    width: 22px;
    height: 22px;
    object-fit: contain
}

.scroll {
    flex: 1;
    padding: 2px 14px calc(112px + var(--safe-b))
}

.card {
    position: relative;
    background: linear-gradient(180deg,rgba(255,201,74,.045),transparent 38%),linear-gradient(180deg,var(--card-2),var(--card) 70%,#24160B);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: var(--sh)
}

.card.lit {
    border-color: #f2b9384d;
    box-shadow: var(--sh),var(--glow-gold)
}

.pad {
    padding: 13px
}

.row {
    display: flex;
    align-items: center;
    gap: 10px
}

.col {
    display: flex;
    flex-direction: column
}

.stack {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.grow {
    flex: 1;
    min-width: 0
}

.trunc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ttl {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25
}

.sub {
    font-size: 11.5px;
    color: var(--muted);
    line-height: 1.4;
    margin-top: 2px
}

.num {
    font-family: Fredoka;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.01em
}

.eyebrow {
    font-size: 9.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted-2);
    font-weight: 700
}

.sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 19px 3px 10px
}

.sec h2 {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 14.5px;
    margin: 0
}

.sec .more {
    font-size: 11px;
    color: var(--muted)
}

.page-h1 {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 21px;
    margin: 6px 3px 2px
}

.gap {
    height: 10px
}

.bar {
    height: 7px;
    border-radius: 99px;
    background: #00000073;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.04)
}

.bar>i {
    display: block;
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg,#c97a25,#f5b93c);
    box-shadow: 0 0 10px #f5b93c73;
    transition: width .4s ease
}

.bar.green>i {
    background: linear-gradient(90deg,#5b8a26,#9ccb4e);
    box-shadow: 0 0 10px #7cb33a66
}

.bar.sm {
    height: 5px
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 9px;
    border-radius: 999px;
    white-space: nowrap;
    font-family: Fredoka;
    font-weight: 500;
    font-size: 11.5px;
    font-variant-numeric: tabular-nums;
    background: linear-gradient(180deg,#f5b93c26,#f5b93c0d);
    border: 1px solid rgba(245,185,60,.22);
    color: var(--gold)
}

.chip img {
    width: 15px;
    height: 15px;
    object-fit: contain
}

.chip.green {
    background: linear-gradient(180deg,#7cb33a2e,#7cb33a0f);
    border-color: #7cb33a47;
    color: #a6d164
}

.chip.dark {
    background: #0006;
    border-color: var(--line-2);
    color: var(--muted)
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 44px;
    width: 100%;
    border-radius: 14px;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
    transition: transform .12s,filter .12s,opacity .12s
}

.btn:active {
    transform: translateY(2px) scale(.985);
    filter: brightness(1.08)
}

.btn:active {
    box-shadow: 0 1px #fff0cd66 inset
}

.btn img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.btn-gold {
    background: linear-gradient(180deg,var(--gold-lit),var(--gold) 45%,var(--gold-deep));
    color: #2b1806;
    border-color: #ffebb480;
    box-shadow: 0 1px #fff6d7b3 inset,0 -2px #78420a59 inset,0 10px 22px -12px #d99a24f2
}

.btn-green {
    background: linear-gradient(180deg,var(--green),var(--green-2) 60%,#3C7A18);
    color: #0f2007;
    border-color: #d6f8a866;
    box-shadow: 0 1px #e9ffcd8c inset,0 -2px #1e400859 inset,0 10px 22px -12px #4fae25e6
}

.btn-ghost {
    background: linear-gradient(180deg,#f5b93c1a,#f5b93c08);
    border-color: var(--line);
    color: var(--gold-soft)
}

.btn-dark {
    background: #00000052;
    border-color: var(--line-2);
    color: var(--muted)
}

.btn-done {
    background: #7cb33a1a;
    border-color: #7cb33a38;
    color: #8fb463
}

.btn-danger {
    background: #de6a4e1f;
    border-color: #de6a4e4d;
    color: var(--danger)
}

.btn-sm {
    height: 34px;
    width: auto;
    padding: 0 14px;
    font-size: 12px;
    border-radius: 11px
}

.btn:disabled {
    opacity: .5;
    pointer-events: none
}

.spin {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.25);
    border-top-color: currentColor;
    animation: sp .7s linear infinite
}

@keyframes sp {
    to {
        transform: rotate(360deg)
    }
}

.field {
    width: 100%;
    height: 44px;
    border-radius: 13px;
    padding: 0 13px;
    background: #00000057;
    border: 1px solid var(--line);
    color: var(--cream);
    font-size: 14px;
    outline: none
}

.field:focus {
    border-color: #f5b93c66
}

.field::placeholder {
    color: var(--muted-2)
}

select.field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 38px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23c9c2b4' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 13px center
}

select.field option {
    color: #111;
    background: #fff
}

.addr-method-note {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    margin-top: 7px;
    flex-wrap: wrap
}

.addr-method-note .hint {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0
}

.list .li {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 13px;
    border-bottom: 1px solid var(--line-2);
    width: 100%;
    text-align: left
}

.list .li:last-child {
    border-bottom: 0
}

.mic {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: linear-gradient(160deg,#3e2a14,#2a1b0d);
    border: 1px solid var(--line);
    color: var(--gold-soft)
}

.tg-switch {
    width: 40px;
    height: 23px;
    border-radius: 99px;
    background: #0000006b;
    border: 1px solid var(--line);
    position: relative;
    flex: 0 0 40px
}

.tg-switch i {
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--muted-2);
    transition: .18s
}

.tg-switch.on {
    background: linear-gradient(180deg,#7cb33a73,#5b8a2647);
    border-color: #7cb33a73
}

.tg-switch.on i {
    left: 20px;
    background: linear-gradient(160deg,#a8d45f,#5b8a26)
}

.res {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px
}

.res .r {
    padding: 10px 8px 9px;
    border-radius: 15px;
    text-align: center;
    background: linear-gradient(180deg,var(--card-2),var(--card));
    border: 1px solid var(--line);
    box-shadow: var(--sh)
}

.res .r img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    margin: 0 auto 5px;
    filter: drop-shadow(0 5px 6px rgba(0,0,0,.6)) saturate(.95)
}

.res .r .v {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 15px;
    font-variant-numeric: tabular-nums
}

.res .r .l {
    font-size: 8.8px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin-top: 2px;
    font-weight: 700
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.stat {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 11px;
    border-radius: 15px;
    background: linear-gradient(180deg,var(--card-2),var(--card));
    border: 1px solid var(--line);
    box-shadow: var(--sh)
}

.stat img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,.5))
}

.stat .v {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 14.5px;
    font-variant-numeric: tabular-nums;
    line-height: 1
}

.stat .l {
    font-size: 9px;
    color: var(--muted-2);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 3px;
    font-weight: 700
}

.hero-user {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 13px
}

.av-ring {
    padding: 2.5px;
    border-radius: 50%;
    background: conic-gradient(var(--gold) var(--p,0%),rgba(255,255,255,.08) 0);
    flex: 0 0 auto
}

.av {
    border-radius: 50%;
    object-fit: cover;
    background: #3a2614;
    border: 1.5px solid rgba(255,225,170,.25)
}

.lvl {
    padding: 3px 9px;
    border-radius: 999px;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 10.5px;
    color: #2b1806;
    background: linear-gradient(180deg,#ffd066,#c97a25);
    border: 1px solid rgba(255,235,180,.5)
}

.overview {
    position: relative;
    border-radius: var(--r);
    overflow: hidden;
    border: 1px solid rgba(242,185,56,.22);
    box-shadow: 0 1px #ffe0aa1a inset,0 22px 40px -26px #000,var(--glow-gold)
}

.ov-art {
    position: relative;
    height: 186px;
    overflow: hidden;
    background: radial-gradient(120% 100% at 50% 12%,#4a3117,#1c1108 78%)
}

.ov-art .scene {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 62%;
    animation: heroDrift 22s ease-in-out infinite alternate
}

.ov-art:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(180deg,rgba(18,11,6,.5) 0%,transparent 26%,transparent 44%,rgba(18,11,6,.72) 76%,rgba(18,11,6,.94) 100%),radial-gradient(120% 80% at 50% 30%,transparent 40%,rgba(18,11,6,.55) 100%)
}

@keyframes heroDrift {
    0% {
        transform: scale(1.06) translate3d(-1.2%,0,0)
    }

    to {
        transform: scale(1.06) translate3d(1.2%,-1%,0)
    }
}

.ov-chip {
    position: absolute;
    z-index: 2
}

.ov-stats {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 13px 11px
}

.ov-rate {
    display: flex;
    align-items: center;
    gap: 8px
}

.ov-rate img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: drop-shadow(0 5px 7px rgba(0,0,0,.7))
}

.ov-rate .v {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 2px 10px rgba(0,0,0,.8)
}

.ov-rate .l {
    font-size: 9.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gold-soft);
    opacity: .85;
    margin-top: 3px;
    font-weight: 700
}

.ov-facts {
    display: flex;
    gap: 6px
}

.ov-facts .f {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 44px;
    padding: 5px 7px;
    border-radius: 11px;
    background: #0c070380;
    border: 1px solid rgba(242,185,56,.14);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.ov-facts .f b {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 13px;
    line-height: 1
}

.ov-facts .f span {
    font-size: 8.4px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 2px
}

.ov-facts .f.hot {
    border-color: #f2b93873;
    background: #462a0a99
}

.ov-facts .f.hot b {
    color: var(--gold-lit)
}

.ov-body {
    padding: 12px 13px 13px;
    background: linear-gradient(180deg,#2B1B0E,var(--card))
}

.img-btn {
    display: block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    transition: transform .12s,filter .12s;
    padding: 0;
    background: #2a1b0e
}

.img-btn:active {
    transform: translateY(1px) scale(.995);
    filter: brightness(1.06)
}

.img-btn img {
    width: 100%;
    display: block
}

.img-btn:disabled {
    opacity: .6;
    pointer-events: none
}

.tabs {
    display: flex;
    gap: 5px;
    padding: 4px;
    border-radius: 15px;
    background: #00000057;
    border: 1px solid var(--line-2)
}

.tabs button {
    flex: 1;
    height: 34px;
    border-radius: 12px;
    font-family: Fredoka;
    font-weight: 500;
    font-size: 12.5px;
    color: var(--muted);
    border: 1px solid transparent
}

.tabs button.on {
    color: var(--gold);
    background: linear-gradient(180deg,#5b3b15,#38240f);
    border-color: #f5b93c4d;
    box-shadow: 0 1px #ffe1aa26 inset,0 8px 16px -10px #000
}

.task {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px
}

.task .ic {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: radial-gradient(90% 80% at 50% 25%,#4a3218,#291a0d);
    border: 1px solid var(--line)
}

.task .ic img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,.5))
}

.task.locked {
    opacity: .55
}

.reward {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 12px;
    color: var(--gold);
    margin-top: 5px
}

.reward img {
    width: 16px;
    height: 16px;
    object-fit: contain
}

.farmstrip {
    position: relative;
    height: 118px;
    border-radius: var(--r);
    overflow: hidden;
    border: 1px solid var(--line);
    background: radial-gradient(110% 100% at 50% 0%,#6b4a1e,#2b1b0c 75%)
}

.farmstrip .barn {
    position: absolute;
    right: 10px;
    bottom: 4px;
    height: 88px;
    object-fit: contain;
    filter: drop-shadow(0 10px 14px rgba(0,0,0,.6))
}

.farmstrip .mill {
    position: absolute;
    right: 96px;
    bottom: 2px;
    height: 100px;
    object-fit: contain;
    opacity: .92
}

.farmstrip .fence {
    position: absolute;
    left: 8px;
    bottom: 0;
    height: 48px;
    object-fit: contain;
    opacity: .9
}

.farmstrip .cow {
    position: absolute;
    left: 66px;
    bottom: 4px;
    height: 52px;
    object-fit: contain
}

.farmstrip .info {
    position: absolute;
    left: 12px;
    top: 11px;
    z-index: 2
}

.farmstrip:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(18,11,6,.55),transparent 45%,rgba(18,11,6,.6))
}

.plots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px
}

.plot {
    position: relative;
    border-radius: 16px;
    padding: 8px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    background: radial-gradient(110% 90% at 50% 15%,#54381b,#2a1b0c 80%);
    border: 1px solid var(--line);
    box-shadow: 0 8px 16px -12px #000,0 1px #ffe1aa0f inset;
    transition: transform .12s,box-shadow .25s
}

.plot:active {
    transform: scale(.98)
}

.plot .art {
    height: 74px;
    display: grid;
    place-items: center;
    margin-bottom: 5px
}

.plot .art img {
    max-height: 74px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 10px rgba(0,0,0,.55))
}

.plot .name {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 11.5px
}

.plot .st {
    font-size: 10px;
    color: var(--muted);
    margin-top: 2px;
    font-variant-numeric: tabular-nums
}

.plot.ready {
    border-color: #f5b93c8c;
    box-shadow: 0 0 22px -6px #f5b93c8c,0 1px #ffe1aa29 inset
}

.plot.ready .st {
    color: var(--gold)
}

.plot .tag {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 8.6px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 99px;
    background: #00000080;
    border: 1px solid var(--line-2);
    color: var(--muted)
}

.plot.ready .tag {
    background: linear-gradient(180deg,#ffd066,#c97a25);
    color: #2b1806;
    border-color: #ffebb480
}

.plot.empty .art img {
    opacity: .72
}

.grid4 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 7px
}

.grid4 .btn {
    height: 44px;
    flex-direction: column;
    gap: 3px;
    border-radius: 13px
}

.grid4 .btn img {
    width: 19px;
    height: 19px
}

.grid4 .btn span {
    font-size: 10px;
    font-weight: 600
}

.animal {
    padding: 9px 9px 10px;
    border-radius: 15px;
    text-align: center;
    background: linear-gradient(180deg,var(--card-2),var(--card));
    border: 1px solid var(--line);
    box-shadow: var(--sh)
}

.animal img {
    width: 100%;
    height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 6px 8px rgba(0,0,0,.5))
}

.animal .n {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 11px;
    margin-top: 4px
}

.animal .r {
    font-size: 9.5px;
    color: var(--gold);
    font-weight: 600;
    margin-top: 1px
}

.banner {
    width: 100%;
    border-radius: var(--r);
    border: 1px solid rgba(245,185,60,.2);
    box-shadow: 0 16px 30px -20px #000
}

.linkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 8px 8px 12px;
    border-radius: 14px;
    background: #0000005c;
    border: 1px dashed rgba(245,185,60,.3)
}

.linkbox .l {
    flex: 1;
    font-size: 12px;
    color: var(--gold-soft);
    font-family: Fredoka;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mstone {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border-bottom: 1px solid var(--line-2)
}

.mstone:last-child {
    border-bottom: 0
}

.mstone img {
    width: 34px;
    height: 34px;
    object-fit: contain
}

.mstone .mk {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: #0000004d;
    border: 1px solid var(--line-2);
    font-family: Fredoka;
    font-weight: 600;
    font-size: 12px;
    color: var(--muted)
}

.mstone.done .mk {
    background: linear-gradient(160deg,#3f5620,#25330f);
    border-color: #7cb33a4d;
    color: #9ccb4e
}

.nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 480px;
    height: calc(74px + var(--safe-b));
    padding: 0 7px calc(8px + var(--safe-b));
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center;
    background: linear-gradient(180deg,#130c0699,#130c06fc 45%);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--line)
}

.nav button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 7px 0 6px;
    border-radius: 15px;
    color: var(--muted-2);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .05em;
    position: relative;
    border: 1px solid transparent;
    transition: .16s
}

.nav button img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    filter: grayscale(.35) brightness(.82) saturate(.9);
    transition: .16s
}

.nav button.on {
    color: var(--gold);
    transform: translateY(-5px);
    background: linear-gradient(180deg,#f5b93c2e,#c97a250f);
    border-color: #f5b93c42;
    box-shadow: 0 -8px 20px -10px #f5b93cd9,0 1px #ffe1aa2e inset
}

.nav button.on img {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.7)) drop-shadow(0 0 10px rgba(242,185,56,.45));
    transform: scale(1.12)
}

.nav button.on:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%);
    width: 22px;
    height: 2px;
    border-radius: 9px;
    background: var(--gold);
    box-shadow: 0 0 10px #f5b93ce6
}

.toasts {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    bottom: calc(96px + var(--safe-b));
    z-index: 120;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    pointer-events: none;
    width: 100%;
    max-width: 420px;
    padding: 0 16px
}

.toast {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 15px;
    border-radius: 99px;
    font-family: Fredoka;
    font-weight: 500;
    font-size: 12.5px;
    background: linear-gradient(180deg,#43290f,#291a09);
    border: 1px solid rgba(245,185,60,.35);
    color: var(--gold-soft);
    box-shadow: 0 14px 26px -14px #000;
    animation: toastIn .22s ease
}

.toast.bad {
    background: linear-gradient(180deg,#4a2318,#2a1409);
    border-color: #de6a4e66;
    color: #f0a992
}

.toast img {
    width: 18px;
    height: 18px;
    object-fit: contain
}

@keyframes toastIn {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.sheet {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: #080502cc;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    animation: fade .18s ease
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modal {
    width: 100%;
    max-width: 360px;
    border-radius: 22px;
    padding: 18px 16px 16px;
    text-align: center;
    background: linear-gradient(180deg,#33210f,#1e1409);
    border: 1px solid rgba(245,185,60,.28);
    box-shadow: 0 30px 60px -25px #000,0 1px #ffe1aa1f inset;
    animation: pop .22s ease
}

@keyframes pop {
    0% {
        transform: scale(.94);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.modal h3 {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 5px
}

.modal p {
    font-size: 12px;
    color: var(--muted);
    margin: 0;
    line-height: 1.5
}

.modal .hero-img {
    width: 96px;
    height: 96px;
    object-fit: contain;
    margin: 2px auto 10px;
    filter: drop-shadow(0 10px 14px rgba(0,0,0,.6))
}

.countdown {
    font-family: Fredoka;
    font-weight: 700;
    font-size: 44px;
    color: var(--gold);
    line-height: 1;
    margin: 6px 0 4px;
    font-variant-numeric: tabular-nums
}

.adscreen {
    height: 120px;
    border-radius: 16px;
    margin-bottom: 12px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: repeating-linear-gradient(45deg,#241708 0,#241708 12px,#2c1d0d 12px,#2c1d0d 24px);
    border: 1px solid var(--line)
}

.gain {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 22px;
    color: #9ccb4e;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 8px 0 2px
}

.gain img {
    width: 26px;
    height: 26px;
    object-fit: contain
}

.modal-actions {
    display: flex;
    gap: 8px;
    margin-top: 14px
}

.skeleton {
    border-radius: var(--r);
    background: linear-gradient(90deg,#241810,#2e2013,#241810);
    background-size: 200% 100%;
    animation: sk 1.2s linear infinite;
    height: 80px
}

@keyframes sk {
    to {
        background-position: -200% 0
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation: none!important;
        transition: none!important
    }
}

.grounded {
    position: relative
}

.grounded:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translate(-50%);
    width: 62%;
    height: 11px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center,rgba(8,4,1,.62),transparent 70%);
    filter: blur(3px);
    pointer-events: none
}

.plot {
    overflow: hidden
}

.plot:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52%;
    pointer-events: none;
    background: linear-gradient(180deg,transparent,rgba(14,8,3,.55))
}

.plot .art {
    position: relative;
    z-index: 1
}

.plot .art img {
    filter: drop-shadow(0 7px 8px rgba(0,0,0,.6))
}

.plot .name,.plot .st,.plot .bar,.plot .tag {
    position: relative;
    z-index: 2
}

.plot.ready {
    animation: readyPulse 2.6s ease-in-out infinite
}

@keyframes readyPulse {
    0%,to {
        box-shadow: 0 0 20px -8px #f2b93880,0 1px #ffe1aa24 inset
    }

    50% {
        box-shadow: 0 0 30px -6px #f2b938d9,0 1px #ffe1aa33 inset
    }
}

.animal {
    position: relative;
    overflow: hidden
}

.animal .pen {
    position: relative;
    height: 64px;
    display: grid;
    place-items: end center;
    margin-bottom: 2px;
    background: radial-gradient(70% 50% at 50% 92%,rgba(107,203,53,.1),transparent 70%)
}

.animal .pen img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 7px rgba(0,0,0,.6))
}

.animal .pen:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translate(-50%);
    width: 54%;
    height: 9px;
    border-radius: 50%;
    background: #08040180;
    filter: blur(4px)
}

.shimmer {
    position: relative;
    overflow: hidden
}

.shimmer:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 38%;
    left: -40%;
    pointer-events: none;
    background: linear-gradient(100deg,transparent,rgba(255,240,200,.16),transparent);
    animation: sweep 4.6s ease-in-out infinite
}

@keyframes sweep {
    0% {
        left: -45%
    }

    55% {
        left: 105%
    }

    to {
        left: 105%
    }
}

.page-in {
    animation: pageIn .26s cubic-bezier(.22,.9,.3,1)
}

@keyframes pageIn {
    0% {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.pop-reward {
    animation: popReward .5s cubic-bezier(.2,1.5,.4,1)
}

@keyframes popReward {
    0% {
        transform: scale(.6);
        opacity: 0
    }

    60% {
        transform: scale(1.12)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.count {
    transition: color .3s
}

.count.bump {
    animation: bump .45s ease
}

@keyframes bump {
    0% {
        transform: scale(1)
    }

    35% {
        transform: scale(1.16);
        color: var(--gold-lit)
    }

    to {
        transform: scale(1)
    }
}

.task .ic {
    background: radial-gradient(85% 75% at 50% 22%,#4e3419,#26170b);
    box-shadow: 0 1px #ffd6961a inset,0 6px 12px -8px #000
}

.task .ic img {
    filter: drop-shadow(0 4px 5px rgba(0,0,0,.6))
}

.task.ad .ic {
    background: radial-gradient(85% 75% at 50% 22%,#5a3a12,#2a1808);
    border-color: #f2b9384d
}

.group-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 3px 9px
}

.group-label span {
    font-size: 9.5px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--muted-2);
    font-weight: 700
}

.group-label i {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg,var(--line),transparent)
}

.banner-wrap {
    position: relative;
    border-radius: var(--r);
    overflow: hidden;
    border: 1px solid rgba(242,185,56,.22);
    box-shadow: 0 22px 40px -26px #000,var(--glow-gold)
}

.banner-wrap img {
    width: 100%;
    display: block
}

.banner-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(180deg,rgba(18,11,6,.28) 0%,transparent 22%,transparent 62%,rgba(18,11,6,.55) 100%),radial-gradient(120% 90% at 50% 40%,transparent 52%,rgba(18,11,6,.5) 100%)
}

.nav button.on {
    background: linear-gradient(180deg,#f2b93838,#d99a240f);
    border-color: #f2b93852;
    box-shadow: 0 -10px 22px -12px #f2b938e6,0 1px #ffe5af33 inset
}

.nav button img {
    transition: transform .18s cubic-bezier(.2,1.4,.4,1),filter .18s
}

.home {
    --pad: 13px
}

.id-card {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px
}

.id-av {
    position: relative;
    flex: 0 0 auto
}

.id-av .ring {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 2.5px;
    background: conic-gradient(var(--gold-lit) var(--p,0%),rgba(255,255,255,.09) 0);
    box-shadow: 0 0 18px -6px #f2b93899
}

.id-av img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transform: scale(1.14);
    background: #3a2512;
    border: 1.5px solid rgba(255,225,170,.28)
}

.id-av .lv {
    position: absolute;
    left: -3px;
    bottom: -3px;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 2px 7px 2px 4px;
    border-radius: 999px;
    background: linear-gradient(180deg,var(--gold-lit),var(--gold-deep));
    color: #2b1806;
    font-family: Fredoka;
    font-weight: 700;
    font-size: 10px;
    border: 1.5px solid #2A1A0D;
    box-shadow: 0 3px 8px -3px #000
}

.id-av .lv img {
    width: 11px;
    height: 11px;
    object-fit: contain;
    transform: none;
    border: 0;
    background: none
}

.id-name {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 15.5px;
    line-height: 1.1
}

.id-title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    color: var(--gold-soft);
    margin-top: 2px
}

.id-title img {
    width: 14px;
    height: 14px;
    object-fit: contain
}

.id-xp {
    margin-top: 7px
}

.id-xp .t {
    font-size: 10.5px;
    color: var(--muted);
    margin-top: 4px
}

.coin-pill {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 7px 13px 7px 7px;
    border-radius: 999px;
    background: linear-gradient(180deg,#3e2712,#26170b);
    border: 1px solid rgba(242,185,56,.3);
    box-shadow: 0 1px #ffe0aa24 inset,0 8px 16px -10px #000
}

.coin-pill img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: drop-shadow(0 3px 4px rgba(0,0,0,.6))
}

.coin-pill b {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 17px;
    color: var(--gold-lit);
    font-variant-numeric: tabular-nums
}

.res3 {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 8px
}

.res3 .r {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 9px;
    border-radius: 16px;
    background: radial-gradient(120% 100% at 50% 0%,#3a2512,#241608 85%);
    border: 1px solid rgba(242,185,56,.16);
    box-shadow: 0 1px #ffe0aa14 inset,0 10px 18px -14px #000
}

.res3 .r img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    object-fit: contain;
    filter: drop-shadow(0 4px 5px rgba(0,0,0,.6))
}

.res3 .v {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.res3 .l {
    font-size: 8.4px;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: var(--muted-2);
    font-weight: 700;
    margin-top: 3px
}

.farm-card {
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg,rgba(255,201,74,.05),transparent 30%),linear-gradient(180deg,#33200f,#241608 78%,#1d1208);
    border: 1px solid rgba(242,185,56,.2);
    box-shadow: 0 1px #ffe0aa1a inset,0 24px 42px -28px #000,0 0 30px -18px #f2b9388c
}

.farm-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 13px 9px
}

.farm-head h2 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 15px;
    margin: 0
}

.farm-head h2 img {
    width: 17px;
    height: 17px;
    object-fit: contain
}

.lvl-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 11px 4px 7px;
    border-radius: 999px;
    background: linear-gradient(180deg,#5a3a14,#33200f);
    border: 1px solid rgba(242,185,56,.4);
    font-family: Fredoka;
    font-weight: 600;
    font-size: 11.5px;
    color: var(--gold-lit);
    white-space: nowrap;
    box-shadow: 0 1px #ffe0aa29 inset
}

.lvl-badge img {
    width: 14px;
    height: 14px;
    object-fit: contain
}

.farm-scene {
    position: relative;
    margin: 0 10px;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: radial-gradient(120% 100% at 50% 20%,#4a3117,#1c1108 80%)
}

.farm-scene>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 46%;
    display: block;
    animation: sceneBreathe 26s ease-in-out infinite alternate
}

@keyframes sceneBreathe {
    0% {
        transform: scale(1.03)
    }

    to {
        transform: scale(1.08)
    }
}

.farm-scene:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(180deg,rgba(20,12,6,.35) 0%,transparent 22%,transparent 55%,rgba(24,14,7,.85) 100%),radial-gradient(125% 95% at 50% 40%,transparent 45%,rgba(18,11,6,.6) 100%)
}

.ready-pill {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    background: #0e1a089e;
    border: 1px solid rgba(107,203,53,.45);
    color: #b9ea7e;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 12px -6px #000
}

.ready-pill.idle {
    background: #140d0799;
    border-color: #f2b93847;
    color: var(--gold-soft)
}

.farm-strip {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 6px;
    margin: 10px 10px 0;
    padding: 7px;
    border-radius: 16px;
    background: linear-gradient(180deg,#2c1b0d,#1f1308);
    border: 1px solid rgba(242,185,56,.14);
    box-shadow: 0 1px #ffe0aa12 inset
}

.farm-strip .c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    padding: 7px 4px;
    border-radius: 11px;
    background: #00000038;
    border: 1px solid transparent
}

.farm-strip .c img {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    object-fit: contain;
    filter: drop-shadow(0 3px 4px rgba(0,0,0,.6))
}

.farm-strip .c .v {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    font-variant-numeric: tabular-nums
}

.farm-strip .c .v small {
    font-size: 10px;
    color: var(--muted);
    font-weight: 500
}

.farm-strip .c .l {
    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin-top: 3px;
    font-weight: 700
}

.farm-strip .c.hot {
    border-color: #f2b93873;
    background: #462a0a80
}

.farm-strip .c.hot .v {
    color: var(--gold-lit)
}

.cta-farm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: calc(100% - 20px);
    margin: 10px;
    height: 58px;
    border-radius: 16px;
    overflow: hidden;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 18px;
    color: #0e2205;
    background: linear-gradient(180deg,#7fd93f,#5fbf2c 46%,#3f8c18);
    border: 1px solid rgba(206,246,160,.5);
    box-shadow: 0 1px #e8ffcca6 inset,0 -3px #1c400659 inset,0 12px 24px -12px #5fbf2cd9,0 0 26px -14px #7fd93fe6;
    transition: transform .12s,filter .12s
}

.cta-farm:active {
    transform: translateY(2px) scale(.995);
    filter: brightness(1.07)
}

.cta-farm .arrow {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #143c0852;
    border: 1px solid rgba(230,255,200,.45);
    color: #f2ffe2
}

.cta-farm .tractor {
    position: absolute;
    right: 6px;
    bottom: -2px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 5px 7px rgba(0,0,0,.45));
    pointer-events: none
}

.cta-farm .glare {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(180deg,rgba(255,255,255,.22),transparent 46%)
}

.boost {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px
}

.boost .ic {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: radial-gradient(85% 75% at 50% 20%,#4a3118,#241608);
    border: 1px solid rgba(242,185,56,.22);
    box-shadow: 0 1px #ffd6961a inset,0 8px 14px -10px #000
}

.boost .ic img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: drop-shadow(0 4px 5px rgba(0,0,0,.6))
}

.boost .t {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2
}

.boost .d {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.boost .clip {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    font-size: 10px;
    font-weight: 600;
    color: var(--gold);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.boost .clip img {
    width: 14px;
    height: 14px;
    object-fit: contain
}

.boost .clip .play {
    display: grid;
    place-items: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid rgba(242,185,56,.5);
    color: var(--gold)
}

.btn-boost {
    flex: 0 0 auto;
    height: 38px;
    padding: 0 15px;
    border-radius: 12px;
    white-space: nowrap;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 13px;
    color: #2b1806;
    background: linear-gradient(180deg,var(--gold-lit),var(--gold) 48%,var(--gold-deep));
    border: 1px solid rgba(255,238,190,.55);
    box-shadow: 0 1px #fff7dcb3 inset,0 -2px #78420a59 inset,0 9px 18px -10px #d99a24e6;
    transition: transform .12s,filter .12s
}

.btn-boost:active {
    transform: translateY(2px);
    filter: brightness(1.08)
}

.btn-boost.quiet {
    background: linear-gradient(180deg,#3e2712,#281809);
    color: var(--gold-soft);
    border-color: #f2b93847;
    box-shadow: 0 1px #ffe0aa1a inset
}

.btn-boost:disabled {
    opacity: .55
}

.head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 20px 3px 10px
}

.head-row h2 {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    color: var(--cream);
    text-shadow: 0 1px 8px rgba(0,0,0,.6)
}

.head-row .meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: var(--muted)
}

.head-row .meta b {
    color: var(--gold-soft);
    font-weight: 600
}

@media (max-width: 374px) {
    .res3 .r {
        flex-direction:column;
        align-items: flex-start;
        gap: 4px;
        padding: 8px
    }

    .res3 .r img {
        width: 24px;
        height: 24px;
        flex: 0 0 24px
    }

    .farm-strip {
        grid-template-columns: 1fr 1fr;
        gap: 5px
    }

    .cta-farm {
        font-size: 16px
    }

    .cta-farm .tractor {
        height: 44px
    }

    .boost .ic {
        width: 48px;
        height: 48px;
        flex: 0 0 48px
    }

    .btn-boost {
        padding: 0 12px;
        font-size: 12px
    }
}

.farmpg {
    --gap: 10px
}

.fp-hero {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(242,185,56,.2);
    box-shadow: 0 1px #ffe0aa1a inset,0 24px 42px -28px #000,0 0 30px -18px #f2b93880
}

.fp-scene {
    position: relative;
    height: 196px;
    background: radial-gradient(120% 100% at 50% 15%,#4a3117,#1a1006 82%)
}

.fp-scene>img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 52%;
    display: block;
    animation: sceneBreathe 28s ease-in-out infinite alternate
}

.fp-scene:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(180deg,rgba(18,11,6,.55) 0%,transparent 26%,transparent 48%,rgba(20,12,6,.9) 100%),radial-gradient(130% 95% at 50% 42%,transparent 42%,rgba(18,11,6,.62) 100%)
}

.fp-prop {
    position: absolute;
    bottom: 6px;
    z-index: 1;
    object-fit: contain;
    filter: drop-shadow(0 6px 8px rgba(0,0,0,.7))
}

.fp-prop.hay {
    left: 8px;
    height: 44px
}

.fp-prop.fence {
    right: 6px;
    height: 38px;
    opacity: .95
}

.fp-prop.lantern {
    right: 74px;
    bottom: 4px;
    height: 56px;
    filter: drop-shadow(0 0 14px rgba(255,190,80,.4))
}

.fp-levelcard {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    width: min(58%,196px);
    padding: 9px 11px;
    border-radius: 16px;
    background: linear-gradient(180deg,#34210ff0,#1a1008f0);
    border: 1px solid rgba(242,185,56,.32);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: 0 1px #ffe0aa24 inset,0 12px 22px -14px #000
}

.fp-levelcard .t {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 13.5px
}

.fp-levelcard .t img {
    width: 18px;
    height: 18px;
    object-fit: contain
}

.fp-levelcard .x {
    font-size: 10px;
    color: var(--muted);
    margin-top: 5px
}

.fp-prodchip {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border-radius: 15px;
    background: linear-gradient(180deg,#34210feb,#180f07f0);
    border: 1px solid rgba(242,185,56,.3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: 0 1px #ffe0aa1f inset,0 12px 20px -14px #000
}

.fp-prodchip img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: drop-shadow(0 4px 5px rgba(0,0,0,.6))
}

.fp-prodchip .l {
    font-size: 8.6px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 700
}

.fp-prodchip .v {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    color: var(--gold-lit);
    font-variant-numeric: tabular-nums;
    margin-top: 3px
}

.fp-stats {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 6px;
    padding: 8px;
    margin: 0;
    background: linear-gradient(180deg,#2c1b0d,#1e1207);
    border-top: 1px solid rgba(242,185,56,.12)
}

.fp-stats .c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    padding: 7px 4px;
    border-radius: 12px;
    background: #00000042;
    border: 1px solid transparent
}

.fp-stats .c img {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    object-fit: contain;
    filter: drop-shadow(0 3px 4px rgba(0,0,0,.6))
}

.fp-stats .v {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    font-variant-numeric: tabular-nums
}

.fp-stats .v small {
    font-size: 10px;
    color: var(--muted);
    font-weight: 500
}

.fp-stats .l {
    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted-2);
    font-weight: 700;
    margin-top: 3px
}

.fp-stats .c.hot {
    border-color: #f2b93873;
    background: #462a0a80
}

.fp-stats .c.hot .v {
    color: var(--gold-lit)
}

.fp-actions {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 7px;
    margin-top: 10px
}

.fp-act {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 9px 4px 8px;
    border-radius: 14px;
    background: linear-gradient(180deg,#3a2512,#241608);
    border: 1px solid rgba(242,185,56,.22);
    box-shadow: 0 1px #ffe0aa17 inset,0 8px 16px -12px #000;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--gold-soft);
    transition: transform .12s,filter .12s,border-color .2s
}

.fp-act img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: drop-shadow(0 3px 4px rgba(0,0,0,.6))
}

.fp-act:active {
    transform: translateY(2px);
    filter: brightness(1.1)
}

.fp-act:disabled {
    opacity: .42
}

.fp-act.hot {
    border-color: #f2b9388c;
    color: var(--gold-lit);
    background: linear-gradient(180deg,#5a3a14,#33200f);
    box-shadow: 0 1px #ffe0aa2e inset,0 0 20px -8px #f2b938b3
}

.fp-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px
}

.fp-plot {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 9px 9px 10px;
    border-radius: 18px;
    overflow: hidden;
    background: radial-gradient(120% 80% at 50% 6%,rgba(255,201,74,.07),transparent 60%),linear-gradient(180deg,#33200f,#211408 82%);
    border: 1px solid rgba(242,185,56,.16);
    box-shadow: 0 1px #ffe0aa12 inset,0 12px 22px -18px #000;
    transition: transform .12s,border-color .25s,box-shadow .3s;
    text-align: center
}

.fp-plot:active {
    transform: scale(.985)
}

.fp-plot .badge {
    align-self: flex-start;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: #0000005c;
    border: 1px solid rgba(242,185,56,.18);
    color: var(--muted)
}

.fp-plot .art {
    position: relative;
    height: 88px;
    display: grid;
    place-items: center;
    margin: 4px 0 6px
}

.fp-plot .art img {
    max-height: 88px;
    max-width: 86%;
    object-fit: contain;
    filter: drop-shadow(0 8px 9px rgba(0,0,0,.62));
    transition: transform .25s,filter .3s
}

.fp-plot .art:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translate(-50%);
    width: 58%;
    height: 12px;
    border-radius: 50%;
    background: #06030199;
    filter: blur(5px);
    z-index: -1
}

.fp-plot .nm {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 12.5px;
    line-height: 1.2
}

.fp-plot .meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 10.5px;
    color: var(--muted);
    margin-top: 3px;
    font-variant-numeric: tabular-nums
}

.fp-plot .pct {
    color: var(--gold-soft);
    font-weight: 600
}

.fp-plot .bar {
    margin-top: 8px
}

.fp-plot.ready {
    border-color: #f2b93880;
    background: radial-gradient(120% 80% at 50% 4%,rgba(255,201,74,.14),transparent 62%),linear-gradient(180deg,#3b2610,#221508 82%);
    box-shadow: 0 1px #ffe7b424 inset,0 0 26px -10px #f2b938a6;
    animation: plotReady 3s ease-in-out infinite
}

@keyframes plotReady {
    0%,to {
        box-shadow: 0 1px #ffe7b424 inset,0 0 22px -12px #f2b93899
    }

    50% {
        box-shadow: 0 1px #ffe7b433 inset,0 0 30px -8px #f2b938f2
    }
}

.fp-plot.ready .art img {
    transform: translateY(-2px) scale(1.04);
    filter: drop-shadow(0 9px 10px rgba(0,0,0,.6)) drop-shadow(0 0 14px rgba(255,196,74,.35))
}

.fp-plot.ready .badge {
    background: linear-gradient(180deg,var(--gold-lit),var(--gold-deep));
    color: #2b1806;
    border-color: #ffebb480
}

.fp-plot.empty {
    border-style: dashed;
    border-color: #f2b93833;
    background: linear-gradient(180deg,#281909,#1c1207)
}

.fp-plot.empty .art {
    opacity: .5
}

.fp-plot .cta {
    margin-top: 8px;
    height: 34px;
    border-radius: 11px;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 12.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: transform .12s,filter .12s
}

.fp-plot .cta:active {
    transform: translateY(1px);
    filter: brightness(1.08)
}

.cta-harvest {
    background: linear-gradient(180deg,var(--gold-lit),var(--gold) 48%,var(--gold-deep));
    color: #2b1806;
    border: 1px solid rgba(255,238,190,.55);
    box-shadow: 0 1px #fff7dcb3 inset,0 -2px #78420a4d inset,0 8px 16px -9px #d99a24e6
}

.cta-plant {
    background: linear-gradient(180deg,#7fd93f,#4f9e20 62%,#3c7a18);
    color: #0f2205;
    border: 1px solid rgba(214,248,168,.45);
    box-shadow: 0 1px #e9ffcd8c inset,0 -2px #1e40084d inset,0 8px 16px -9px #5fbf2ccc
}

.cta-water {
    background: linear-gradient(180deg,#3e2712,#281809);
    color: var(--gold-soft);
    border: 1px solid rgba(242,185,56,.25)
}

.fp-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 20px 3px 10px
}

.fp-head .wood {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 0 26px;
    min-width: 132px;
    justify-content: center
}

.fp-head .wood img {
    position: absolute;
    top: -2px;
    right: -6px;
    bottom: -2px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 4px);
    object-fit: fill;
    z-index: 0;
    opacity: .95;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,.6))
}

.fp-head .wood span {
    position: relative;
    z-index: 1;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 14px;
    color: #fff0d2;
    text-shadow: 0 2px 3px rgba(40,18,4,.9)
}

.fp-head .side {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--muted)
}

.fp-head .side b {
    color: var(--gold-soft);
    font-weight: 600
}

.fp-boost {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px
}

.fp-boost .ic {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: radial-gradient(85% 75% at 50% 20%,#4a3118,#241608);
    border: 1px solid rgba(242,185,56,.24);
    box-shadow: 0 1px #ffd6961a inset
}

.fp-boost .ic img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: drop-shadow(0 4px 5px rgba(0,0,0,.6))
}

.fp-boost .t {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 14px
}

.fp-boost .d {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px;
    line-height: 1.35
}

.fp-upgrade {
    padding: 13px
}

.fp-upgrade .row-t {
    display: flex;
    align-items: center;
    gap: 11px
}

.fp-upgrade img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 5px 6px rgba(0,0,0,.6))
}

.state-card {
    padding: 26px 18px;
    text-align: center
}

.state-card img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0 auto 12px;
    filter: drop-shadow(0 6px 8px rgba(0,0,0,.6))
}

@media (max-width: 374px) {
    .fp-stats {
        grid-template-columns:1fr 1fr;
        gap: 5px
    }

    .fp-actions {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .fp-plot .art {
        height: 76px
    }

    .fp-plot .art img {
        max-height: 76px
    }

    .fp-levelcard {
        width: min(64%,180px)
    }
}

.tabs.tabs-4 button {
    font-size: 11.5px;
    padding: 0 2px;
    position: relative
}

.tabs.tabs-4 button .dot {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 6px #f2b938e6
}

.tabs.tabs-4 button.on .dot {
    background: var(--gold-lit)
}

@media (max-width: 359px) {
    .tabs.tabs-4 button {
        font-size:10.5px
    }
}

.admin-frame {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    background: #0e0905
}

.admin-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg,#2a1a0d,#1a1008);
    flex: 0 0 auto
}

.admin-bar span {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 13.5px;
    color: var(--gold-soft)
}

.admin-frame iframe {
    flex: 1;
    width: 100%;
    border: 0;
    background: #0e0905
}

.wallet-box {
    padding: 14px 13px
}

.wallet-row {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 0
}

.wallet-row+.wallet-row {
    border-top: 1px solid var(--line-2)
}

.wallet-row img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,.55))
}

.wallet-row .l {
    font-size: 9px;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--muted-2);
    font-weight: 700
}

.wallet-row .v {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
    margin-top: 3px
}

.wallet-row .sub2 {
    font-size: 11px;
    color: var(--muted);
    margin-top: 3px
}

.wallet-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px
}

.wallet-actions .btn {
    flex: 1
}

.wallet-convert {
    margin-top: 8px
}

.linkish {
    font-size: 11px;
    color: var(--gold-soft);
    text-decoration: underline;
    text-underline-offset: 3px
}

.history-scroll {
    max-height: 52vh;
    overflow-y: auto;
    margin-top: 10px;
    text-align: left;
    border-radius: 14px;
    background: #00000038;
    border: 1px solid var(--line-2)
}

.history-scroll::-webkit-scrollbar {
    width: 4px
}

.history-scroll::-webkit-scrollbar-thumb {
    background: #f2b93840;
    border-radius: 9px
}

.history-scroll .li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 11px;
    border-bottom: 1px solid var(--line-2);
    width: 100%
}

.history-scroll .li:last-child {
    border-bottom: 0
}

.share-preview {
    margin-top: 14px;
    border-radius: 16px;
    overflow: hidden;
    text-align: left;
    background: linear-gradient(180deg,#2e1d0e,#1e1309);
    border: 1px solid var(--line)
}

.share-preview .art {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover
}

.share-preview .msg {
    padding: 11px 12px;
    font-size: 12px;
    line-height: 1.5;
    color: var(--cream);
    max-height: 170px;
    overflow-y: auto
}

.share-preview .msg p {
    margin: 0 0 6px
}

.share-preview .msg p:last-child {
    margin-bottom: 0;
    color: var(--gold-soft);
    word-break: break-all
}

.seed-row {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    border-radius: 15px;
    text-align: left;
    background: linear-gradient(180deg,#33200f,#221408);
    border: 1px solid var(--line);
    box-shadow: 0 1px #ffe0aa0f inset;
    transition: transform .12s,border-color .2s
}

.seed-row:active {
    transform: scale(.985)
}

.seed-row:disabled {
    opacity: .45
}

.seed-row img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    object-fit: contain;
    filter: drop-shadow(0 5px 6px rgba(0,0,0,.6))
}

.seed-row .grow {
    display: flex;
    flex-direction: column;
    min-width: 0
}

.seed-row .nm {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 14px
}

.seed-row .note {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px
}

.seed-row .cost {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--gold);
    padding: 4px 10px;
    border-radius: 999px;
    background: #00000059;
    border: 1px solid rgba(242,185,56,.22)
}

.water-bar {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border-radius: 18px;
    margin-bottom: 4px;
    background: linear-gradient(180deg,#2e1d0e,#1f1409);
    border: 1px solid rgba(242,185,56,.18);
    box-shadow: 0 1px #ffe0aa12 inset,0 12px 22px -18px #000
}

.water-bar>img {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,.6))
}

.water-bar .wl {
    font-size: 9.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted-2);
    font-weight: 700
}

.water-bar .wv {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 16px;
    font-variant-numeric: tabular-nums;
    color: #8fd1f5
}

.water-bar .wv small {
    font-size: 11px;
    color: var(--muted)
}

.water-bar .wh {
    font-size: 10.5px;
    color: var(--muted);
    margin-top: 5px
}

.streak-row {
    display: grid;
    grid-template-columns: repeat(7,minmax(0,1fr));
    gap: 5px
}

.sday {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 7px 2px 6px;
    border-radius: 12px;
    background: #00000042;
    border: 1px solid var(--line-2)
}

.sday .d {
    font-size: 7.6px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--muted-2);
    font-weight: 700
}

.sday img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: drop-shadow(0 3px 4px rgba(0,0,0,.6))
}

.sday .r {
    font-size: 8.4px;
    color: var(--muted);
    font-weight: 600
}

.sday.done {
    background: linear-gradient(180deg,#6bcb3524,#4fae250d);
    border-color: #6bcb353d
}

.sday.done .r {
    color: #a6d164
}

.sday.today {
    background: linear-gradient(180deg,#5a3a14,#33200f);
    border-color: #f2b93873;
    box-shadow: 0 0 16px -6px #f2b938b3
}

.sday.today .d,.sday.today .r {
    color: var(--gold-lit)
}

.promo-row {
    display: flex;
    gap: 8px;
    align-items: center
}

.promo-row .field {
    flex: 1;
    height: 42px;
    font-family: Fredoka;
    letter-spacing: .12em;
    text-transform: uppercase
}

.promo-row .btn {
    flex: 0 0 auto;
    height: 42px
}

.promo-banner {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 12px;
    aspect-ratio: 16/9;
    object-fit: cover
}

.promo-meta {
    display: flex;
    gap: 7px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px
}

.remind-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 10px 0 2px;
    padding: 11px 13px;
    border-radius: 16px;
    background: linear-gradient(180deg,#2e1d0e,#1f1409);
    border: 1px solid var(--line);
    color: var(--gold-soft);
    font-family: Fredoka;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    transition: transform .12s
}

.remind-btn:active {
    transform: scale(.99)
}

.rem-toggle {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 14px;
    padding: 11px 12px;
    border-radius: 14px;
    background: #00000047;
    border: 1px solid var(--line-2)
}

.rem-toggle b {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 13.5px
}

.rem-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    text-align: left
}

.rem-row .rem-l {
    font-size: 11.5px;
    color: var(--cream);
    font-weight: 600;
    margin-bottom: 6px
}

.rem-row .rem-l span {
    color: var(--muted);
    font-weight: 400;
    margin-left: 5px
}

.rem-opts {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.rem-opt {
    flex: 1;
    min-width: 44px;
    height: 34px;
    border-radius: 11px;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 12.5px;
    background: #0000004d;
    border: 1px solid var(--line-2);
    color: var(--muted)
}

.rem-opt.on {
    background: linear-gradient(180deg,#5a3a14,#33200f);
    border-color: #f2b9386b;
    color: var(--gold-lit)
}

.rankdot {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: Fredoka;
    font-weight: 600;
    font-size: 10.5px;
    color: var(--muted);
    background: #00000057;
    border: 1px solid var(--line-2)
}

.rankdot.r1 {
    background: linear-gradient(180deg,#ffd066,#c97a25);
    color: #2b1806;
    border-color: #ffebb480
}

.rankdot.r2 {
    background: linear-gradient(180deg,#d8dde4,#8b95a3);
    color: #20262e;
    border-color: #e6eef880
}

.rankdot.r3 {
    background: linear-gradient(180deg,#e0a163,#9c5f22);
    color: #2a1606;
    border-color: #ffd6aa73
}

.li.me {
    background: linear-gradient(180deg,#f2b9381f,#f2b93808);
    border: 1px solid rgba(242,185,56,.28)
}

.podium {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 8px;
    align-items: end;
    margin: 16px 0 12px;
    width: 100%
}

.pod {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 20px 8px 12px;
    border-radius: 16px;
    background: linear-gradient(180deg,#33200f,#1f1409);
    border: 1px solid var(--line)
}

.pod.empty {
    background: none;
    border: 0
}

.pod img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,225,170,.22);
    background: #3a2614
}

.pod .crown {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translate(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: Fredoka;
    font-weight: 700;
    font-size: 12px;
    color: #2b1806;
    border: 2px solid #1B1108;
    background: linear-gradient(180deg,#d8dde4,#8b95a3)
}

.pod .nm {
    font-size: 11px;
    line-height: 1.25;
    color: var(--cream);
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pod .sc {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 13px;
    color: var(--gold-soft);
    font-variant-numeric: tabular-nums
}

.pod .sc small {
    font-size: 9.5px;
    color: var(--muted);
    font-weight: 500
}

.pod.p1 {
    padding-top: 26px;
    border-color: #f2b93873;
    background: linear-gradient(180deg,#5a3a14,#241608);
    box-shadow: 0 0 26px -10px #f2b938b3
}

.pod.p1 img {
    width: 56px;
    height: 56px;
    border-color: #ffc94a99
}

.pod.p1 .crown {
    background: linear-gradient(180deg,#ffd066,#c97a25);
    width: 30px;
    height: 30px;
    font-size: 13px;
    top: -13px
}

.pod.p1 .nm {
    font-size: 12px;
    font-weight: 600
}

.pod.p1 .sc {
    font-size: 15px;
    color: var(--gold-lit)
}

.pod.p3 .crown {
    background: linear-gradient(180deg,#e0a163,#9c5f22)
}

.pod.me {
    outline: 1px solid rgba(242,185,56,.5)
}

@media (max-width: 359px) {
    .pod {
        padding:18px 4px 10px
    }

    .pod img {
        width: 40px;
        height: 40px
    }

    .pod.p1 img {
        width: 48px;
        height: 48px
    }

    .pod .nm {
        font-size: 10px
    }
}

.kv {
    margin-top: 12px;
    border-radius: 14px;
    overflow: hidden;
    background: #0000003d;
    border: 1px solid var(--line-2);
    text-align: left
}

.kv-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line-2);
    font-size: 12px
}

.kv-row:last-child {
    border-bottom: 0
}

.kv-row span {
    color: var(--muted)
}

.kv-row b {
    font-family: Fredoka;
    font-weight: 600;
    color: var(--cream);
    text-align: right;
    word-break: break-word;
    max-width: 62%
}

.task .ic img.custom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px
}

.boot {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    overflow: hidden;
    background: #0b0704;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.boot-art {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    animation: bootZoom 12s ease-out forwards
}

@keyframes bootZoom {
    0% {
        transform: scale(1.06)
    }

    to {
        transform: scale(1)
    }
}

.boot-fade {
    position: absolute;
    inset: auto 0 0 0;
    height: 46%;
    pointer-events: none;
    background: linear-gradient(180deg,transparent,rgba(9,6,3,.72) 42%,#0B0704 88%)
}

.boot-panel {
    position: relative;
    z-index: 2;
    padding: 0 26px calc(34px + env(safe-area-inset-bottom,0px));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px
}

.boot-status {
    display: flex;
    align-items: center;
    gap: 10px
}

.boot-status img {
    width: 22px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.6))
}

.boot-status span {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 17px;
    color: #fff3dc;
    text-shadow: 0 2px 10px rgba(0,0,0,.75);
    letter-spacing: .005em
}

.boot-bar {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 340px
}

.boot-bar .track {
    position: relative;
    flex: 1;
    height: 30px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 14px;
    background: linear-gradient(180deg,#1b1207,#241809);
    border: 2px solid rgba(214,162,58,.6);
    box-shadow: 0 2px 10px #0009 inset,0 6px 16px -10px #000
}

.boot-bar i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 99px;
    overflow: hidden;
    background: linear-gradient(180deg,#ffe58a,#ffc94a 42%,#e8a81f);
    box-shadow: 0 0 18px #ffc94a8c,0 1px #fff7d6b3 inset;
    transition: width .45s cubic-bezier(.3,.9,.4,1)
}

.boot-bar .shine {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42%;
    left: -50%;
    background: linear-gradient(100deg,transparent,rgba(255,255,255,.45),transparent);
    animation: bootShine 1.9s ease-in-out infinite
}

@keyframes bootShine {
    0% {
        left: -50%
    }

    60% {
        left: 110%
    }

    to {
        left: 110%
    }
}

.boot-bar b {
    position: relative;
    z-index: 1;
    font-family: Fredoka;
    font-weight: 700;
    font-size: 15px;
    color: #ffc94a;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 1px 6px rgba(0,0,0,.85);
    mix-blend-mode: normal
}

.boot-stages {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 34px;
    margin-top: 2px
}

.stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: .42;
    transition: opacity .4s,transform .4s
}

.stage .ico {
    height: 38px;
    min-height: 38px;
    display: flex;
    align-items: flex-end;
    line-height: 0
}

.stage img {
    max-height: 38px;
    max-width: 46px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 4px 7px rgba(0,0,0,.7))
}

.stage span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #c9ae86
}

.stage.on {
    opacity: 1;
    transform: translateY(-2px)
}

.stage.on span {
    color: #ffd98a
}

.stage.on img {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.7)) drop-shadow(0 0 10px rgba(255,201,74,.35))
}

.boot-foot {
    font-size: 12.5px;
    color: #8a7458;
    letter-spacing: .02em;
    margin-top: 2px
}

@media (max-height: 680px) {
    .boot-status span {
        font-size:15px
    }

    .boot-stages {
        gap: 26px;
        margin-top: 0
    }

    .stage .ico {
        height: 30px;
        min-height: 30px
    }

    .stage img {
        max-height: 30px;
        max-width: 38px
    }

    .boot-panel {
        gap: 11px;
        padding-bottom: 24px
    }
}

.rails {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 14px 0 10px
}

.rail {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border-radius: 13px;
    text-align: left;
    background: #00000047;
    border: 1px solid var(--line-2);
    transition: border-color .15s,background .15s
}

.rail.on {
    background: linear-gradient(180deg,#5a3a14,#33200f);
    border-color: #f2b9386b
}

.rail .grow {
    display: flex;
    flex-direction: column;
    min-width: 0
}

.rail .nm {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 13.5px;
    color: var(--cream)
}

.rail .hint {
    font-size: 10.5px;
    color: var(--muted);
    margin-top: 2px
}

.slot-meta {
    font-size: 12px;
    color: var(--muted);
    margin: 2px 0 8px
}

.slot-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 2px 0 4px
}

.slot-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 11px 12px
}

.slot-row.cooling {
    opacity: .72
}

.slot-ix {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    background: #ffffff0d;
    border: 1px solid var(--line);
    color: var(--gold-soft)
}

.slot-info {
    flex: 1 1 auto;
    min-width: 0
}

.slot-title {
    font-size: 13.5px;
    font-weight: 600
}

.slot-sub {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--muted)
}

.slot-sub img {
    width: 14px;
    height: 14px;
    object-fit: contain
}

.slot-cd {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    color: var(--gold-soft)
}

.slot-row .btn {
    flex: 0 0 auto;
    min-width: 84px
}

.gate-steps {
    margin: 4px 0 12px;
    padding-left: 18px;
    display: grid;
    gap: 5px;
    font-size: 13px;
    line-height: 1.45
}

.gate-steps li {
    color: var(--ink,inherit)
}

.reflink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 11px 12px;
    cursor: pointer
}

.reflink-url {
    font-size: 12.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: ui-monospace,monospace;
    color: var(--gold-soft)
}

.reflink-copy {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gold);
    flex: 0 0 auto
}

.gate-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 11px;
    background: #e0a84714;
    border: 1px solid rgba(224,168,71,.22);
    color: var(--gold-soft);
    font-size: 12.5px;
    line-height: 1.45
}

.gate-note svg {
    flex: 0 0 auto;
    margin-top: 1px
}

.gate-note b {
    color: var(--gold)
}

.lang-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0 4px
}

.lang-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 14px;
    color: inherit
}

.lang-row.on {
    border-color: var(--gold);
    background: #e0a84714
}

.lang-row .lang-native {
    font-size: 14px;
    font-weight: 600
}

.lang-row .lang-en {
    flex: 1 1 auto;
    font-size: 12px;
    color: var(--muted)
}

.lang-row.on svg {
    color: var(--gold)
}

html[dir=rtl] .lang-row,html[dir=rtl] .slot-row,html[dir=rtl] .li,html[dir=rtl] .gate-note {
    text-align: right
}

html[dir=rtl] .gate-steps {
    padding-left: 0;
    padding-right: 18px
}

html[dir=rtl] .reflink-url {
    direction: ltr;
    text-align: left
}

.fp-plot.locked {
    opacity: .85;
    filter: saturate(.5)
}

.fp-plot.locked .badge {
    background: #00000059;
    color: var(--muted)
}

.buy-label {
    font-size: 11.5px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 14px 0 7px
}

.seg2 {
    display: flex;
    gap: 8px
}

.seg2 button {
    flex: 1;
    padding: 11px;
    border-radius: 11px;
    border: 1px solid var(--line);
    background: var(--card);
    color: inherit;
    font-weight: 600;
    font-size: 13.5px
}

.seg2 button.on {
    border-color: var(--gold);
    background: #e0a8471a;
    color: var(--gold)
}

.chain-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.chain-row .chip {
    cursor: pointer;
    padding: 8px 12px;
    font-size: 12.5px
}

.chain-row .chip.on {
    border-color: var(--gold);
    background: #e0a8471f;
    color: var(--gold)
}

.pay-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 6px 0 2px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 700;
    font-size: 16px
}

.pay-amount .chip {
    cursor: pointer
}

.buy-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 11px;
    background: #e0a84714;
    border: 1px solid rgba(224,168,71,.22);
    color: var(--gold-soft);
    font-size: 12.5px;
    line-height: 1.45
}

.slot-head {
    text-align: left
}

.slot-head-row {
    display: flex;
    align-items: center;
    gap: 12px
}

.slot-logo {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid var(--line);
    background: #ffffff0a
}

.slot-head-text {
    min-width: 0
}

.slot-head-text h3 {
    font-size: 16px;
    line-height: 1.2
}

.slot-head-text p {
    font-size: 12.5px;
    color: var(--muted);
    line-height: 1.4
}

.slot-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0 8px;
    flex-wrap: wrap
}

.ss-stat {
    font-size: 12.5px;
    color: var(--muted)
}

.ss-stat b {
    color: var(--text);
    font-size: 14px;
    margin-right: 4px
}

.ss-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--muted-2)
}

.ss-chip {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gold);
    background: #e0a8471a;
    border: 1px solid rgba(224,168,71,.22);
    border-radius: 999px;
    padding: 5px 10px
}

.ss-chip img {
    width: 14px;
    height: 14px;
    object-fit: contain
}

.slot-scroll {
    max-height: 44vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 -4px;
    padding: 0 4px
}

.slot-timer {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 84px;
    justify-content: center;
    font-size: 12.5px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    color: var(--gold-soft);
    background: #e0a84714;
    border: 1px solid rgba(224,168,71,.2);
    border-radius: 999px;
    padding: 7px 12px
}

.slot-timer svg {
    flex: 0 0 auto
}

.help-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0 4px
}

.help-row {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 13px;
    color: inherit
}

.help-ic {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0a8471a;
    color: var(--gold)
}

.help-t {
    display: block;
    font-size: 13.5px;
    font-weight: 600
}

.help-s {
    display: block;
    font-size: 11.5px;
    color: var(--muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.help-row>svg {
    color: var(--muted-2);
    flex: 0 0 auto
}

.method-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 14px 0 4px
}

.method-row {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 13px;
    padding: 13px;
    color: inherit
}

.method-ic {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff0d;
    color: var(--muted)
}

.method-ic.gold {
    background: #e0a8471f;
    color: var(--gold)
}

.method-t {
    display: block;
    font-size: 14px;
    font-weight: 600
}

.method-s {
    display: block;
    font-size: 11.5px;
    color: var(--muted);
    line-height: 1.4;
    margin-top: 2px
}

.method-row>svg {
    color: var(--muted-2);
    flex: 0 0 auto
}

.podium-card {
    padding: 16px 12px 12px
}

.podium {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px
}

.pod {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.pod-ava {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg,#2a2118,#1a140d);
    border: 2px solid var(--line);
    color: var(--gold);
    font-weight: 700;
    font-size: 18px
}

.pod-ava img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.pod-rank {
    position: absolute;
    bottom: -6px;
    right: -4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a140d;
    background: var(--gold-soft)
}

.pod-name {
    font-size: 12px;
    font-weight: 600;
    margin-top: 9px;
    max-width: 100%
}

.pod-score {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    color: var(--gold)
}

.pod-score img {
    width: 13px;
    height: 13px;
    object-fit: contain
}

.pod-bar {
    width: 100%;
    border-radius: 8px 8px 0 0;
    margin-top: 8px;
    background: linear-gradient(180deg,#e0a84740,#e0a8470d)
}

.pod-1 .pod-ava {
    width: 60px;
    height: 60px;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px #e0a8472e
}

.pod-1 .pod-rank {
    background: var(--gold)
}

.pod-1 .pod-bar {
    height: 46px
}

.pod-2 .pod-bar {
    height: 32px
}

.pod-3 .pod-bar {
    height: 22px
}

.pod-2 .pod-rank {
    background: #c9ccd1
}

.pod-3 .pod-rank {
    background: #cd8b5b
}

.ticker-wrap {
    position: relative;
    margin: 12px 0
}

.ticker {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--card);
    padding: 8px 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.ticker::-webkit-scrollbar {
    display: none
}

.ticker-track {
    display: inline-flex;
    gap: 22px
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--muted)
}

.ticker-item b {
    color: var(--gold-soft);
    font-weight: 600
}

.tk-av {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0a84724;
    color: var(--gold)
}

.tk-av img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ticker-flash {
    display: none
}

.ticker-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 37px
}

.vip-status {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 13px;
    margin-bottom: 10px;
    background: linear-gradient(150deg,#e0a8471f,#e0a84708);
    border: 1px solid rgba(224,168,71,.24)
}

.vip-status>svg {
    color: var(--gold);
    flex: 0 0 auto
}

.profile-combined {
    padding: 18px 14px 16px
}

.wd-reqs {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 14px 0 4px
}

.wd-req {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 13px;
    padding: 13px;
    color: inherit
}

.wd-req.ok {
    border-color: #7bc86c66;
    background: #7bc86c0f
}

.wd-check {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff0d;
    color: var(--muted)
}

.wd-req.ok .wd-check {
    background: #7bc86c2e;
    color: #7bc86c
}

.wd-num {
    font-weight: 700;
    font-size: 13px
}

.wd-t {
    display: block;
    font-size: 13.5px;
    font-weight: 600
}

.wd-s {
    display: block;
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px
}

.wd-req>svg {
    color: var(--muted-2);
    flex: 0 0 auto
}

.wd-summary {
    margin: 14px 0 4px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 13px;
    padding: 6px 14px
}

.wd-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 13px;
    color: var(--muted)
}

.wd-line b {
    color: var(--text)
}

.wd-line+.wd-line {
    border-top: 1px solid var(--line)
}

.wd-line.total b {
    color: var(--gold);
    font-size: 16px
}

.wd-done {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: 6px auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7bc86c;
    background: #7bc86c24;
    border: 2px solid rgba(123,200,108,.4);
    animation: wd-pop .45s cubic-bezier(.2,1.4,.5,1)
}

@keyframes wd-pop {
    0% {
        transform: scale(.3);
        opacity: 0
    }

    60% {
        transform: scale(1.12)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.vip-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(150deg,#e0a84724,#e0a84708);
    border: 1px solid rgba(224,168,71,.26);
    color: inherit
}

.vip-badge {
    flex: 0 0 auto;
    font-size: 11.5px;
    font-weight: 700;
    color: #1a140d;
    background: var(--gold);
    border-radius: 999px;
    padding: 5px 10px;
    letter-spacing: .02em
}

.vip-badge.lg {
    font-size: 13px;
    padding: 7px 12px
}

.vip-btn-t {
    display: block;
    font-size: 14px;
    font-weight: 600
}

.vip-btn-s {
    display: block;
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px
}

.vip-cta {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gold)
}

.vip-cta.warn {
    color: var(--gold-soft)
}

.vip-tiers {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 12px 0 4px
}

.vip-tier {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 13px;
    border-radius: 14px;
    background: var(--card);
    border: 1px solid var(--line);
    color: inherit
}

.vip-tier.on {
    border-color: var(--gold);
    box-shadow: 0 0 0 2px #e0a8472e
}

.vip-tier.muted {
    opacity: .7
}

.vt-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px
}

.vt-price {
    font-size: 15px;
    font-weight: 800;
    color: var(--gold)
}

.vt-plots {
    font-size: 12.5px;
    color: var(--text);
    margin-bottom: 6px
}

.vt-perks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.vt-perks li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: var(--muted)
}

.vt-perks li svg {
    color: #7bc86c;
    flex: 0 0 auto
}

.vt-tag {
    position: absolute;
    top: 11px;
    right: 96px;
    font-size: 10px;
    font-weight: 700;
    color: var(--muted-2);
    background: #ffffff0d;
    border-radius: 999px;
    padding: 3px 8px
}

.vip-timer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gold-soft);
    background: #e0a8471a;
    border: 1px solid rgba(224,168,71,.22);
    border-radius: 999px;
    padding: 6px 12px;
    margin: 4px 0 12px
}

.vip-timer.over {
    color: var(--danger);
    background: #dc503c1f;
    border-color: #dc503c4d
}

.buy-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.45;
    margin-top: 10px;
    color: var(--muted);
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 10px 12px
}

.buy-note svg {
    flex: 0 0 auto;
    margin-top: 1px
}

.buy-note.warn {
    color: var(--gold-soft);
    border-color: #e0a84747;
    background: #e0a8470f
}

.buy-note.ok {
    color: #9bd67f;
    border-color: #7bc86c4d;
    background: #7bc86c0f
}

.wd-addr {
    word-break: break-all;
    font-size: 12.5px;
    line-height: 1.5;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 11px 12px;
    margin-top: 4px;
    color: var(--text)
}

.seed-row.at-limit {
    opacity: .6
}

.seed-tag {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--gold-soft);
    background: #e0a8471f;
    border: 1px solid rgba(224,168,71,.22);
    border-radius: 999px;
    padding: 3px 8px;
    white-space: nowrap
}

.vip-btn.on {
    border-color: #e0a84766
}

.vip-timer-pill {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    padding: 6px 12px;
    border-radius: 12px;
    background: #e0a84724;
    border: 1px solid rgba(224,168,71,.32);
    color: var(--gold)
}

.vip-timer-pill svg {
    margin-bottom: 1px
}

.vip-timer-pill b {
    font-size: 13px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1.1
}

.vip-timer-pill i {
    font-size: 9.5px;
    font-style: normal;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .04em
}

.vip-timer-pill.over {
    color: var(--danger);
    background: #dc503c1f;
    border-color: #dc503c4d
}

.warn-badge {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 4px auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-soft);
    background: #e0a8471f;
    border: 2px solid rgba(224,168,71,.34)
}

.ref-steps {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ref-step {
    display: flex;
    align-items: flex-start;
    gap: 11px
}

.rs-n {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    color: #1a140d;
    background: var(--gold)
}

.rs-t {
    font-size: 13.5px;
    font-weight: 600
}

.rs-s {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px;
    line-height: 1.4
}

.ref-earn {
    margin-top: 10px
}

.re-total {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 12px
}

.re-total img {
    width: 34px;
    height: 34px;
    object-fit: contain
}

.re-v {
    font-family: Fredoka;
    font-weight: 700;
    font-size: 20px;
    color: var(--gold)
}

.re-l {
    font-size: 11.5px;
    color: var(--muted)
}

.re-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px
}

.re-grid>div {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    color: var(--muted)
}

.re-grid b {
    color: var(--text)
}

.streak-row {
    display: flex;
    gap: 4px;
    margin-top: 5px
}

.sd {
    min-width: 20px;
    height: 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    padding: 0 4px
}

.sd-done {
    background: #7bc86c2e;
    color: #7bc86c
}

.sd-today {
    background: #e0a84729;
    color: var(--gold);
    font-variant-numeric: tabular-nums
}

.sd-skipped {
    background: #dc503c24;
    color: #e0705e
}

.sd-pending {
    background: #ffffff0d;
    color: var(--muted-2)
}

.add-task-btn {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    padding: 13px;
    border-radius: 14px;
    color: inherit;
    background: linear-gradient(150deg,#e0a84724,#e0a84708);
    border: 1px solid rgba(224,168,71,.26)
}

.at-ic {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0a84729;
    color: var(--gold)
}

.at-t {
    display: block;
    font-size: 13.5px;
    font-weight: 600
}

.at-s {
    display: block;
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px
}

.mk-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px
}

.mytask {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0
}

.mt-head {
    display: flex;
    align-items: center;
    gap: 11px
}

.mt-logo {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    object-fit: cover;
    flex: 0 0 auto;
    border: 1px solid var(--line)
}

.mt-logo.ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff0d;
    color: var(--muted)
}

.mt-title {
    font-size: 13.5px;
    font-weight: 600
}

.mt-sub {
    font-size: 11.5px;
    color: var(--muted)
}

.mt-state {
    flex: 0 0 auto;
    font-size: 10.5px;
    font-weight: 700;
    border-radius: 999px;
    padding: 3px 9px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.mt-state.s-draft {
    background: #ffffff12;
    color: var(--muted)
}

.mt-state.s-active {
    background: #7bc86c29;
    color: #7bc86c
}

.mt-state.s-stopped {
    background: #e0a84724;
    color: var(--gold-soft)
}

.mt-state.s-finished {
    background: #788cdc29;
    color: #8fa6f0
}

.mt-bar {
    height: 6px;
    border-radius: 99px;
    background: #ffffff12;
    overflow: hidden
}

.mt-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg,var(--gold),var(--gold-soft))
}

.mt-count {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 5px
}

.verify-row {
    display: flex;
    align-items: center;
    gap: 8px
}

.verify-row .field {
    flex: 1
}

.vr-at {
    color: var(--muted);
    font-size: 14px
}

.vr-ok {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7bc86c2e;
    color: #7bc86c;
    flex: 0 0 auto
}

.mk-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding: 11px 13px;
    border-radius: 12px;
    background: var(--card);
    border: 1px solid var(--line);
    font-size: 13px;
    color: var(--muted)
}

.mk-price b {
    color: var(--gold);
    font-size: 17px
}

.mk-facts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px
}

.mk-facts>div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12.5px;
    color: var(--muted)
}

.mk-facts b {
    color: var(--text);
    max-width: 60%;
    text-align: right
}

.mk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px
}

.mk-actions>button {
    flex: 1 1 46%
}

.mk-form {
    text-align: left
}

.mk-h {
    margin: 0 0 12px;
    font-size: 17px
}

.mk-steps {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px
}

.mk-step {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0
}

.mk-dot {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    background: #ffffff12;
    color: var(--muted-2)
}

.mk-step.on .mk-dot {
    background: var(--gold);
    color: #1a140d
}

.mk-step.done .mk-dot {
    background: #7bc86c33;
    color: #7bc86c
}

.mk-slabel {
    font-size: 11px;
    color: var(--muted-2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mk-step.on .mk-slabel {
    color: var(--text)
}

.mk-l {
    display: block;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--muted);
    margin: 14px 0 6px;
    letter-spacing: .02em
}

.mk-l:first-of-type {
    margin-top: 0
}

.mk-input {
    width: 100%;
    background: #00000038;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 13px;
    font-size: 14px;
    color: var(--text);
    font-family: inherit
}

.mk-input:focus {
    outline: none;
    border-color: #e0a84780
}

.mk-input::placeholder {
    color: var(--muted-2)
}

.mk-area {
    resize: none;
    line-height: 1.45
}

.mk-hint {
    font-size: 11.5px;
    color: var(--muted-2);
    margin-top: 6px;
    line-height: 1.45
}

.mk-hint.good {
    color: #7bc86c
}

.mk-hint.bad {
    color: #e0705e
}

.mk-cats {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.mk-cat {
    display: grid;
    grid-template-columns: 34px 1fr;
    grid-template-rows: auto auto;
    gap: 2px 11px;
    align-items: center;
    text-align: left;
    padding: 12px;
    border-radius: 13px;
    background: #0003;
    border: 1px solid var(--line);
    color: inherit
}

.mk-cat.on {
    border-color: var(--gold);
    background: #e0a84717
}

.mk-cat-ic {
    grid-row: 1/3;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0a84721;
    color: var(--gold)
}

.mk-cat-t {
    font-size: 13.5px;
    font-weight: 600
}

.mk-cat-s {
    font-size: 11px;
    color: var(--muted)
}

.mk-verify {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #00000038;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 4px 6px 4px 12px
}

.mk-verify.ok {
    border-color: #7bc86c73
}

.mk-at {
    color: var(--muted);
    font-size: 14px
}

.mk-input.bare {
    background: none;
    border: none;
    padding: 8px 0;
    flex: 1;
    min-width: 0
}

.mk-verify-btn {
    flex: 0 0 auto;
    background: var(--gold);
    color: #1a140d;
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 9px;
    padding: 8px 14px;
    min-width: 62px
}

.mk-verify-btn:disabled {
    opacity: .5
}

.mk-tick {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7bc86c2e;
    color: #7bc86c;
    margin-right: 4px
}

.mk-preview-label {
    font-size: 11px;
    color: var(--muted-2);
    margin: 16px 0 6px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.mk-preview {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px;
    border-radius: 13px;
    background: var(--card);
    border: 1px dashed var(--line-strong,rgba(255,255,255,.16))
}

.mk-preview img,.mk-pv-ph {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    object-fit: cover;
    flex: 0 0 auto
}

.mk-pv-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff0f;
    color: var(--muted)
}

.mk-pv-t {
    font-size: 13.5px;
    font-weight: 600
}

.mk-pv-s {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px
}

.mk-pv-reward {
    flex: 0 0 auto;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--gold)
}

.mk-quick {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.mk-chip {
    font-size: 12.5px;
    font-weight: 600;
    padding: 8px 13px;
    border-radius: 999px;
    color: var(--muted);
    background: #0003;
    border: 1px solid var(--line)
}

.mk-chip.on {
    background: #e0a84724;
    border-color: var(--gold);
    color: var(--gold)
}

.mk-range {
    width: 100%;
    margin: 4px 0 10px;
    accent-color: var(--gold)
}

.mk-total {
    margin-top: 14px;
    border-radius: 13px;
    border: 1px solid var(--line);
    background: #0003;
    padding: 4px 14px
}

.mk-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 12.5px;
    color: var(--muted)
}

.mk-total-row+.mk-total-row {
    border-top: 1px solid var(--line)
}

.mk-total-row b {
    color: var(--text)
}

.mk-total-row.big b {
    color: var(--gold);
    font-size: 19px
}

.mk-foot {
    display: flex;
    gap: 9px;
    margin-top: 18px
}

.mk-foot>button {
    flex: 1
}

.mk-upload {
    display: flex;
    align-items: center;
    gap: 11px
}

.mk-up-drop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    padding: 20px 12px;
    border-radius: 13px;
    border: 1px dashed rgba(255,255,255,.18);
    background: #0000002e;
    color: var(--muted)
}

.mk-up-drop span {
    font-size: 13px;
    font-weight: 600;
    color: var(--text)
}

.mk-up-drop .mk-up-hint {
    font-size: 11px;
    font-weight: 400;
    color: var(--muted-2)
}

.mk-up-img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid var(--line);
    flex: 0 0 auto
}

.mk-up-t {
    font-size: 13px;
    font-weight: 600
}

.mk-up-s {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px
}

.mk-up-btn {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    color: var(--danger);
    background: #dc503c1a;
    border: 1px solid rgba(220,80,60,.28);
    border-radius: 9px;
    padding: 8px 12px
}

.streak-card {
    padding: 15px 13px 13px
}

.streak-rail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2px;
    position: relative
}

.streak-rail:before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 15px;
    height: 2px;
    background: #ffffff14;
    border-radius: 2px
}

.srail-day {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0
}

.srd-node {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #241a10;
    border: 2px solid rgba(255,255,255,.09);
    color: var(--muted-2);
    font-size: 12px;
    font-weight: 700
}

.srd-node img {
    width: 17px;
    height: 17px;
    object-fit: contain
}

.srail-day.done .srd-node {
    background: #7bc86c2e;
    border-color: #7bc86c80;
    color: #7bc86c
}

.srail-day.today .srd-node {
    background: var(--gold);
    border-color: var(--gold);
    color: #1a140d;
    box-shadow: 0 0 0 4px #e0a84729
}

.srd-amt {
    font-size: 10px;
    font-weight: 600;
    color: var(--muted-2);
    white-space: nowrap
}

.srail-day.done .srd-amt {
    color: #7bc86c
}

.srail-day.today .srd-amt {
    color: var(--gold)
}

.streak-claim {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    padding: 13px;
    border-radius: 14px;
    background: linear-gradient(150deg,#e0a84721,#e0a84708);
    border: 1px solid rgba(224,168,71,.24)
}

.streak-claim.done {
    background: #ffffff08;
    border-color: var(--line)
}

.sc-art {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000038
}

.sc-art img {
    width: 26px;
    height: 26px;
    object-fit: contain
}

.sc-amount {
    font-family: Fredoka,inherit;
    font-weight: 700;
    font-size: 21px;
    color: var(--gold);
    line-height: 1.1
}

.streak-claim.done .sc-amount {
    font-size: 15px;
    color: var(--text)
}

.sc-unit {
    font-size: 11.5px;
    font-weight: 500;
    color: var(--muted);
    margin-left: 5px
}

.sc-sub {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 3px
}

.mk-list:last-child {
    margin-bottom: 16px
}

.mytask .mt-prog {
    margin: 2px 0
}

.mytask>button {
    align-self: stretch
}

.add-task-btn+.tabs {
    margin-top: 12px
}

.ref-hero {
    margin-top: 14px;
    padding: 20px 16px 16px;
    border-radius: 18px;
    text-align: center;
    background: radial-gradient(120% 100% at 50% 0%,rgba(224,168,71,.2),rgba(224,168,71,.05) 60%,transparent);
    border: 1px solid rgba(224,168,71,.3)
}

.rh-label {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--gold-soft)
}

.rh-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 7px 0 2px
}

.rh-amount img {
    width: 34px;
    height: 34px;
    object-fit: contain
}

.rh-amount span {
    font-family: Fredoka,inherit;
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    color: var(--gold);
    text-shadow: 0 3px 18px rgba(224,168,71,.35)
}

.rh-per {
    font-size: 13px;
    color: var(--text);
    font-weight: 600
}

.rh-break {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap
}

.rh-break span {
    font-size: 11.5px;
    color: var(--muted)
}

.rh-break b {
    color: var(--text);
    font-size: 13px
}

.rh-break i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--muted-2)
}

.rh-plus {
    margin-top: 10px;
    font-size: 11.5px;
    color: var(--gold-soft);
    background: #e0a8471a;
    border: 1px solid rgba(224,168,71,.22);
    border-radius: 999px;
    padding: 6px 12px;
    display: inline-block
}

@media (max-width: 360px) {
    .rh-amount span {
        font-size:36px
    }
}

.prize-card {
    padding: 14px;
    margin-bottom: 10px;
    background: linear-gradient(150deg,#e0a8471f,#e0a84708);
    border: 1px solid rgba(224,168,71,.26)
}

.prize-card.ready {
    border-color: #7bc86c73;
    background: linear-gradient(150deg,#7bc86c1f,#7bc86c08)
}

.pz-head {
    display: flex;
    align-items: center;
    gap: 11px
}

.pz-badge {
    flex: 0 0 auto;
    font-size: 11.5px;
    font-weight: 700;
    color: #1a140d;
    background: var(--gold);
    border-radius: 999px;
    padding: 5px 11px
}

.prize-card.ready .pz-badge {
    background: #7bc86c
}

.pz-t {
    font-size: 13.5px;
    font-weight: 600
}

.pz-s {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px
}

.pz-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 9px
}

.pz-count {
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
    font-variant-numeric: tabular-nums
}

.addr-fixed {
    background: #00000038;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 13px;
    font-size: 15px;
    letter-spacing: .02em;
    color: var(--text)
}

.seed-left {
    display: block;
    font-size: 10.5px;
    font-weight: 600;
    color: var(--gold-soft);
    margin-top: 2px
}

.wd-num-tag {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    color: var(--muted);
    background: #ffffff0f;
    border-radius: 6px;
    padding: 2px 6px;
    margin-right: 7px;
    vertical-align: middle
}

.wd-queue {
    font-size: 11px;
    color: var(--gold-soft);
    margin-top: 3px
}

.fj-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: radial-gradient(120% 90% at 50% 0%,#2a1e12,#120d08 70%);
    overflow-y: auto
}

.fj-card {
    width: 100%;
    max-width: 380px;
    text-align: center;
    padding: 26px 20px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg,#2a1b0d,#161009);
    border: 1px solid var(--line-strong,rgba(255,255,255,.14));
    box-shadow: 0 40px 80px -40px #000
}

.fj-logo {
    width: 68px;
    height: 68px;
    object-fit: contain;
    margin-bottom: 12px
}

.fj-title {
    font-family: Fredoka,inherit;
    font-weight: 700;
    font-size: 21px;
    margin: 0 0 6px
}

.fj-sub {
    font-size: 13px;
    color: var(--muted);
    margin: 0 0 18px;
    line-height: 1.45
}

.fj-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    text-align: left
}

.fj-row {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border-radius: 13px;
    background: #00000038;
    border: 1px solid var(--line)
}

.fj-ava {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0a8471f;
    color: var(--gold)
}

.fj-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fj-name {
    flex: 1;
    min-width: 0;
    font-size: 13.5px;
    font-weight: 600
}

.fj-go {
    flex: 0 0 auto;
    font-size: 12.5px;
    font-weight: 700;
    color: #1a140d;
    background: var(--gold);
    border-radius: 9px;
    padding: 8px 16px
}

.fj-nudge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 12px;
    color: #e0a84b
}

.fj-done {
    width: 100%;
    margin-top: 16px
}

.prize-card.claimed {
    background: #ffffff08;
    border-color: var(--line);
    opacity: .85
}

.prize-card.claimed .pz-badge,.prize-card.claimed .mt-bar span,.prize-card.claimed .bar span {
    background: #7bc86c
}

.slots-sum {
    display: flex;
    gap: 9px;
    margin: 12px 0 4px
}

.slots-sum>div {
    flex: 1;
    text-align: center;
    padding: 11px 6px;
    border-radius: 13px;
    background: var(--card);
    border: 1px solid var(--line)
}

.ss-v {
    display: block;
    font-family: Fredoka,inherit;
    font-weight: 700;
    font-size: 20px;
    color: var(--gold)
}

.ss-l {
    display: block;
    font-size: 10.5px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-top: 2px
}

.slots-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
    margin-top: 6px
}

.slot-chip {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 11px;
    border-radius: 11px;
    background: var(--card);
    border: 1px solid var(--line)
}

.slot-chip.ready {
    border-color: #7bc86c66;
    background: #7bc86c0f
}

.sc-n {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    background: #ffffff0f;
    color: var(--muted)
}

.slot-chip.ready .sc-n {
    background: #7bc86c33;
    color: #7bc86c
}

.sc-t {
    font-size: 12px;
    font-weight: 600;
    font-variant-numeric: tabular-nums
}

.slot-chip.ready .sc-t {
    color: #7bc86c
}

.slot-chip.cooling .sc-t {
    color: var(--gold-soft)
}

.fp-plot .meta.ads-meta {
    color: var(--gold-soft);
    font-weight: 600
}
