/* =====================================================================
   DASHBOARD.CSS — Dashboard Linketik
   Bergantung pada brand.css. Hanya style khusus halaman ini.
   ===================================================================== */

.pb-safe { padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 10px); }

.dash-main { position: relative; }
.dash-shell { width: 100%; }

/* ------------------------------------------------------------------
   SIDEBAR
   ------------------------------------------------------------------ */
.side {
    background: #fff;
    border-right: 2px solid var(--ink-5);
    overflow: hidden;
}
.side__rail {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    pointer-events: none;
}
.side__rail span { flex: 1; }
.side-item {
    --c: var(--pink);
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .8rem .95rem;
    border-radius: 14px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: .95rem;
    color: var(--ink-2);
    text-decoration: none;
    transition: background .2s, color .2s, transform .15s var(--ease-spring), box-shadow .15s;
}
.side-item > i, .side-item > svg { width: 1.2rem; height: 1.2rem; color: var(--c); flex: none; }
.side-item__badge {
    margin-left: auto;
    min-width: 1.4rem;
    padding: .12rem .4rem;
    border-radius: 999px;
    background: var(--ink-6);
    color: var(--ink-3);
    font-family: var(--font-mono);
    font-size: .65rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 2px var(--ink-5);
}
.side-item.is-active .side-item__badge {
    background: rgba(255, 255, 255, .14);
    color: #fff;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .25);
}
.side-item:hover { background: var(--ink-6); color: var(--ink); transform: translateX(2px); }
.side-item.is-active {
    background: var(--ink);
    color: #fff;
    box-shadow: 0 4px 0 var(--c), 0 10px 20px -10px rgba(43, 27, 61, .4);
}
.side-item.is-active > i, .side-item.is-active > svg { color: var(--c); }
.side-item.is-active[style*="--pink"] > i,
.side-item.is-active[style*="--pink"] > svg { color: #FF8AB9; }

/* ------------------------------------------------------------------
   SIDEBAR USER — nama ringkas + ellipsis
   ------------------------------------------------------------------ */
.side-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    padding: .85rem 1rem;
    border-top: 2px solid var(--ink-5);
    background: var(--ink-6);
}
.side-user__profile {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
    flex: 1;
}
.side-user__avatar {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 14px;
    object-fit: cover;
    flex: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--ink-5);
}
.side-user__meta {
    display: flex;
    flex-direction: column;
    gap: .08rem;
    min-width: 0;
}
.side-user__name {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: .86rem;
    line-height: 1.15;
    color: var(--ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 11.5rem;
}
.side-user__provider {
    margin: 0;
    font-size: .66rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--ink-3);
    letter-spacing: .02em;
}
.side-user__logout { flex: none; }

/* ------------------------------------------------------------------
   MOBILE BOTTOM NAV
   ------------------------------------------------------------------ */
.mnav {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 2px solid var(--ink-5);
    box-shadow: 0 -12px 30px -20px rgba(43, 27, 61, .4);
}
.mnav-item {
    --c: var(--pink);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .2rem;
    min-width: 64px;
    padding: .25rem .4rem .45rem;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: .72rem;
    color: var(--ink-3);
    text-decoration: none;
}
.mnav-item .icon-wrapper {
    display: grid; place-items: center;
    width: 44px; height: 38px;
    border-radius: 12px;
    color: var(--ink-3);
    transition: background .2s, color .2s, transform .2s var(--ease-spring), box-shadow .2s;
}
.mnav-item .icon-wrapper > i, .mnav-item .icon-wrapper > svg { width: 22px; height: 22px; }
.mnav-item.is-active { color: var(--ink); }
.mnav-item.is-active .icon-wrapper {
    background: var(--ink);
    color: #fff;
    box-shadow: 0 4px 0 var(--c);
    transform: translateY(-3px);
}

/* ------------------------------------------------------------------
   HEADER CHIPS
   ------------------------------------------------------------------ */
.dash-chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem .75rem;
    border-radius: 999px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: .75rem;
}
.dash-chip--live {
    background: var(--lime);
    color: var(--ink);
    box-shadow: 0 2px 0 var(--olive);
}
.dash-chip__dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--olive);
    animation: dash-pulse 1.6s ease-in-out infinite;
}
.dash-chip--muted {
    background: #fff;
    color: var(--ink-3);
    box-shadow: inset 0 0 0 2px var(--ink-5);
}
@keyframes dash-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .5; }
}

/* ------------------------------------------------------------------
   GREETING — ikon mengikuti panjang nama (inline, bukan pojok kanan)
   ------------------------------------------------------------------ */
.dash-greet {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: flex-start;
    gap: .35rem .5rem;
    max-width: 100%;
    width: fit-content;
    line-height: 1.22;
    padding-bottom: .06em;
}
.dash-greet__hi { color: var(--ink); white-space: nowrap; }
.dash-greet__name {
    color: var(--pink);
    display: inline-block;
    max-width: min(100%, 26rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: baseline;
    line-height: 1.22;
    padding-bottom: .12em;
    margin-bottom: -.12em;
}
.dash-greet__wave {
    flex: none;
    --kc-size: 36px;
    margin-left: .15rem;
    align-self: center;
    cursor: pointer;
    border: 0;
    padding: 0;
    font: inherit;
    animation: dash-rock-idle 3.5s var(--ease-spring) infinite;
    transform-origin: center bottom;
}
.dash-greet__wave:hover {
    animation: dash-rock-hover .45s var(--ease-spring);
}
.dash-greet__wave.is-pressed,
.dash-greet__wave:active {
    animation: none;
}
@keyframes dash-rock-idle {
    0%, 100% { transform: rotate(0deg) translateY(0); }
    20%      { transform: rotate(-10deg) translateY(-1px); }
    40%      { transform: rotate(8deg) translateY(-2px); }
    60%      { transform: rotate(-6deg) translateY(-1px); }
    80%      { transform: rotate(5deg) translateY(0); }
}
@keyframes dash-rock-hover {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(-14deg) translateY(-1px); }
    50%  { transform: rotate(12deg) translateY(-2px); }
    75%  { transform: rotate(-8deg); }
    100% { transform: rotate(0deg); }
}

/* ------------------------------------------------------------------
   REVEAL ANIMATIONS
   ------------------------------------------------------------------ */
@keyframes dash-rise {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: none; }
}
@keyframes dash-card-in {
    from { opacity: 0; transform: translateY(20px) scale(.98); }
    to   { opacity: 1; transform: none; }
}
@keyframes dash-key-pop {
    from { opacity: 0; transform: rotate(var(--rot, 0deg)) translateY(10px) scale(.82); }
    to   { opacity: 1; transform: rotate(var(--rot, 0deg)); }
}
@keyframes dash-hero-shimmer {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}

.dash-reveal { opacity: 0; }
.dash-main.is-ready .dash-reveal {
    animation: dash-rise .65s var(--ease-spring) both;
    animation-delay: var(--d, 0ms);
}

@media (prefers-reduced-motion: reduce) {
    .dash-reveal,
    .dash-main.is-ready .dash-reveal,
    .web-card,
    .dash-hero__key,
    .dash-hero__btn,
    .dash-greet__wave,
    .dash-chip__dot,
    .topup-stepper__btn { animation: none !important; opacity: 1 !important; transform: none !important; }
    .dash-hero__key { opacity: .09 !important; }
}

/* ------------------------------------------------------------------
   HERO — beli web (besar & informatif)
   ------------------------------------------------------------------ */
.dash-hero {
    position: relative;
    margin-top: 20px;
    padding: 2rem 1.25rem 1.5rem;
    background: linear-gradient(128deg, var(--pink-soft) 0%, rgba(255, 230, 241, .45) 38%, #fff 68%, #fff 100%);
    overflow: visible;
}
@media (min-width: 768px) {
    .dash-hero { padding: 2rem 1.75rem 1.85rem; }
}

/* Watermark KETIK — pojok kanan atas, miring lawan arah, sengaja terpotong */
.dash-hero__keys-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: min(78%, 440px);
    height: min(68%, 200px);
    overflow: hidden;
    border-top-right-radius: inherit;
    pointer-events: none;
    z-index: 0;
}
.dash-hero__keys {
    position: absolute;
    top: 6px;
    right: 4px;
    display: flex;
    align-items: flex-start;
    gap: .28rem;
    transform: rotate(15deg);
    transform-origin: top right;
}
@media (max-width: 767px) {
    .dash-hero__keys-wrap {
        width: 85%;
        height: 58%;
    }
    .dash-hero__keys {
        top: 8px;
        right: 8px;
        transform: rotate(13deg) scale(.92);
    }
}
.dash-hero__key {
    --kc-size: clamp(42px, 5.8vw, 58px);
    --kc-depth: 2px;
    transform: rotate(var(--rot, 0deg));
    opacity: .11;
    filter: saturate(.45);
    box-shadow: 0 2px 0 rgba(43, 27, 61, .06) !important;
    animation: dash-key-watermark 18s ease-in-out infinite;
    animation-delay: calc(var(--k, 0) * -2.2s);
}
@keyframes dash-key-watermark {
    0%, 100% { transform: rotate(var(--rot, 0deg)) translateY(0); opacity: .09; }
    50%      { transform: rotate(calc(var(--rot, 0deg) + 5deg)) translateY(-4px); opacity: .13; }
}
.dash-main.is-ready .dash-hero__key { animation-play-state: running; }

.dash-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
@media (min-width: 768px) {
    .dash-hero__inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
    }
}
.dash-hero__action {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 300px;
}
@media (min-width: 768px) {
    .dash-hero__action { width: auto; min-width: 272px; max-width: 300px; }
}

.dash-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .45rem;
}
@media (min-width: 640px) {
    .dash-steps { flex-direction: row; flex-wrap: wrap; gap: .5rem .75rem; }
}
.dash-steps__item {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .35rem .65rem .35rem .4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 0 0 2px rgba(43, 27, 61, .08);
    font-size: .78rem;
    font-weight: 700;
    color: var(--ink-2);
}
.dash-steps__n {
    display: grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    font-family: var(--font-mono);
    font-size: .65rem;
    font-weight: 700;
    flex: none;
}

/* CTA khusus hero — bukan template kc-btn generik */
.dash-hero__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .95rem 1.35rem 1.05rem;
    border: 0;
    border-radius: 20px;
    background: var(--pink);
    color: #fff;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.08rem;
    letter-spacing: .015em;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, .28),
        0 6px 0 var(--pink-deep),
        0 16px 28px -14px rgba(196, 0, 85, .35);
    transition: transform .16s var(--ease-spring), box-shadow .16s var(--ease-spring);
}
.dash-hero__btn-knob {
    position: absolute;
    top: -7px;
    right: 22px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--lime);
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px var(--olive);
    pointer-events: none;
}
.dash-hero__btn-body {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
}
.dash-hero__btn-icon {
    display: grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .32);
    flex: none;
}
.dash-hero__btn-icon > i,
.dash-hero__btn-icon > svg {
    width: 1.15rem;
    height: 1.15rem;
    transition: transform .25s var(--ease-spring);
}
.dash-hero__btn-label { line-height: 1; }
.dash-hero__btn:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, .32),
        0 8px 0 var(--pink-deep),
        0 20px 32px -12px rgba(196, 0, 85, .4);
}
.dash-hero__btn:hover .dash-hero__btn-icon > i,
.dash-hero__btn:hover .dash-hero__btn-icon > svg {
    transform: translate(2px, -3px) rotate(-12deg);
}
.dash-hero__btn:active {
    transform: translateY(4px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .2),
        0 2px 0 var(--pink-deep),
        0 6px 14px -8px rgba(196, 0, 85, .3);
}
.dash-hero__btn:focus-visible {
    outline: 3px solid var(--ink);
    outline-offset: 4px;
}

.dash-hero__note {
    margin: .65rem 0 0;
    display: flex;
    justify-content: center;
}
.dash-hero__note-chip {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .35rem;
    max-width: 100%;
    padding: .34rem .62rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    box-shadow: inset 0 0 0 2px var(--ink-5), 0 3px 0 var(--ink-5);
    font-family: var(--font-display);
    font-size: clamp(.62rem, 2.2vw, .72rem);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dash-hero__note-bit {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    flex-shrink: 0;
}
.dash-hero__note-bit--price em {
    font-style: normal;
    font-family: var(--font-mono);
    font-weight: 700;
    color: var(--hot-deep);
}
.dash-hero__note-bit--bonus {
    color: var(--olive-deep);
}
.dash-hero__note-bit--bonus > i,
.dash-hero__note-bit--bonus > svg {
    width: .78rem;
    height: .78rem;
    color: var(--olive);
    flex: none;
}
.dash-hero__note-sep {
    color: var(--ink-4);
    font-weight: 700;
    flex: none;
}

/* ------------------------------------------------------------------
   STATS — 2 kartu ringkas
   ------------------------------------------------------------------ */
.dash-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: .85rem;
}
@media (min-width: 640px) {
    .dash-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.dash-stat {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-ring), 0 4px 0 var(--ink-5);
    display: flex;
    flex-direction: column;
    gap: .6rem;
    transition: transform .25s var(--ease-spring), box-shadow .25s;
}
.dash-stat:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-ring), 0 6px 0 var(--ink-5), 0 16px 28px -18px rgba(43, 27, 61, .25);
}
.dash-stat__head {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
}
.dash-stat__icon { flex: none; --kc-size: 36px; --kc-depth: 4px; }
.dash-stat__label {
    margin: 0;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--ink-3);
}
.dash-stat__value {
    margin: .15rem 0 0;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.65rem;
    line-height: 1;
    color: var(--ink);
}
.dash-stat__unit {
    font-size: .82rem;
    font-weight: 700;
    color: var(--ink-3);
}
.dash-stat__meter {
    height: 7px;
    border-radius: 99px;
    background: rgba(43, 27, 61, .08);
    overflow: hidden;
}
.dash-stat__meter > span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: var(--pink);
    transition: width .5s var(--ease-spring);
}
.dash-stat__hint {
    margin: 0;
    font-size: .76rem;
    font-weight: 600;
    color: var(--hot-deep);
    line-height: 1.35;
}
.dash-stat__tags {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: auto;
}
.dash-tag {
    display: inline-flex;
    align-items: center;
    padding: .28rem .55rem;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 2px var(--ink-5);
    background: #fff;
    color: var(--ink-2);
}
.dash-tag--ok { background: var(--lime-soft); color: var(--olive-deep); box-shadow: inset 0 0 0 2px var(--lime); }
.dash-tag--warn { background: var(--orange-soft); color: var(--hot-deep); box-shadow: inset 0 0 0 2px var(--orange); }
.dash-tag--bad { background: #FFE9E1; color: var(--hot-deep); box-shadow: inset 0 0 0 2px var(--hot); }

/* ------------------------------------------------------------------
   ALERT BANNER — hanya saat perlu tindakan
   ------------------------------------------------------------------ */
.dash-alert {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .85rem 1rem;
    padding: .85rem 1rem;
    border-radius: 18px;
    background: var(--orange-soft);
    box-shadow: inset 0 0 0 2px var(--orange), 0 4px 0 var(--hot);
}
.dash-alert.is-bad {
    background: #FFE9E1;
    box-shadow: inset 0 0 0 2px var(--hot), 0 4px 0 var(--hot-deep);
}
.dash-alert__icon { flex: none; }
.dash-alert__title {
    margin: 0 0 .15rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: .92rem;
    color: var(--ink);
}
.dash-alert__text {
    margin: 0;
    font-size: .82rem;
    font-weight: 600;
    color: var(--ink-2);
    line-height: 1.4;
}

/* ------------------------------------------------------------------
   WEB SECTION + CARDS
   ------------------------------------------------------------------ */
.dash-webs { padding-top: .25rem; }

/* Grid web — 2 kolom di desktop (tw.css tidak punya lg:grid-cols-2) */
.web-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
@media (min-width: 768px) {
    .web-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.web-cards-grid .empty-state { grid-column: 1 / -1; }

.web-card {
    --pz-knob: var(--purple);
    --card-i: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-ring), 0 6px 0 var(--ink-5), 0 20px 36px -24px rgba(43, 27, 61, .35);
    transition: transform .3s var(--ease-spring), box-shadow .3s;
    animation: dash-card-in .55s var(--ease-spring) both;
    animation-delay: calc(var(--card-i) * 75ms + 120ms);
}
.web-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-ring), 0 8px 0 var(--ink-5), 0 28px 44px -24px rgba(43, 27, 61, .4);
}
.web-card__bar {
    display: flex; align-items: center; gap: .55rem;
    padding: .55rem .8rem;
    background: var(--ink);
}
.web-card__dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.web-card__url {
    flex: 1;
    min-width: 0;
    padding: .25rem .7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .85);
    font-family: var(--font-mono);
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    text-align: center;
}
.web-card .web-preview-container {
    height: 11rem;
    background:
        radial-gradient(rgba(43, 27, 61, .08) 1.5px, transparent 1.5px) 0 0 / 16px 16px,
        var(--ink-6);
    border-bottom: 2px solid var(--ink-5);
    position: relative;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    user-select: none;
}
.web-card__status {
    position: absolute; top: .65rem; right: .65rem; z-index: 30;
    display: inline-flex; align-items: center; gap: .3rem;
    padding: .28rem .6rem;
    border-radius: 999px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: .68rem;
    border: 2px solid #fff;
    box-shadow: var(--shadow-ring);
}
.web-card__status i, .web-card__status svg { width: .75rem; height: .75rem; }
.web-card__status--ok   { background: var(--lime);  color: var(--ink); }
.web-card__status--warn { background: var(--orange); color: var(--ink); }
.web-card__status--bad  { background: var(--hot);   color: #fff; }

.web-card__expiry {
    display: flex; align-items: center; justify-content: space-between; gap: .65rem;
    padding: .65rem .8rem;
    border-radius: 14px;
    background: var(--ink-6);
    box-shadow: inset 0 0 0 2px var(--ink-5);
}
.web-card__expiry--warn { background: var(--orange-soft); box-shadow: inset 0 0 0 2px var(--orange); }
.web-card__expiry--bad  { background: #FFE9E1; box-shadow: inset 0 0 0 2px var(--hot); }
.web-card__expiry-icon {
    width: 32px; height: 32px;
    display: grid; place-items: center;
    border-radius: 10px;
    background: #fff;
    color: var(--purple-deep);
    box-shadow: var(--shadow-ring);
    flex: none;
}
.web-card__expiry-icon i, .web-card__expiry-icon svg { width: 15px; height: 15px; }
.web-card__expiry--warn .web-card__expiry-icon { color: var(--hot); }
.web-card__expiry--bad  .web-card__expiry-icon { color: var(--hot-deep); }

.web-card__plan {
    display: inline-flex; align-items: center;
    padding: .18rem .5rem;
    border-radius: 8px;
    background: var(--lime-soft);
    color: var(--olive-deep);
    font-family: var(--font-display);
    font-weight: 600;
    font-size: .65rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 2px var(--lime);
    white-space: nowrap;
}

.empty-state {
    border-radius: 24px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    background: #fff;
    box-shadow: var(--shadow-ring), 0 6px 0 var(--ink-5);
    border: 2px dashed var(--ink-4);
}
