* {
    box-sizing: border-box;
}

html {
    min-width: 280px;
    scroll-behavior: smooth;
}

body {
    --rc-primary: #f04a2a;
    --rc-primary-dark: #c9361e;
    --rc-primary-alpha: rgba(240, 74, 42, .22);
    --rc-accent: #ffb72f;
    --rc-page-bg: #fff6ee;
    --rc-surface: #ffffff;
    --rc-soft: #fff0df;
    --rc-day-bg: #f7f5f3;
    --rc-ink: #35231e;
    --rc-muted: #816f69;
    --rc-border: rgba(103, 54, 33, .11);
    --rc-hero-gradient: linear-gradient(120deg, #ff7056, #ed4429 72%, #d93623);
    --rc-on-hero: #ffffff;
    --rc-on-hero-muted: rgba(255, 255, 255, .78);
    --rc-hero-chip-border: rgba(255, 255, 255, .28);
    --rc-hero-chip-bg: rgba(255, 255, 255, .12);
    --rc-hero-chip-icon: var(--rc-accent);
    --rc-hero-divider: rgba(255, 255, 255, .22);
    --rc-button: #2e241f;
    --rc-button-text: #ffffff;
    --rc-shadow: 0 18px 54px rgba(121, 54, 24, .12);
    --rc-card-radius: 24px;
    margin: 0;
    color: var(--rc-ink);
    background: var(--rc-page-bg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.rc-template-centered {
    --rc-primary: #ed8b00;
    --rc-primary-dark: #be6700;
    --rc-primary-alpha: rgba(237, 139, 0, .22);
    --rc-accent: #ff6a2b;
    --rc-page-bg: #fff9df;
    --rc-soft: #fff2bd;
    --rc-day-bg: #fff8db;
    --rc-ink: #312b1b;
    --rc-muted: #786f55;
    --rc-border: rgba(112, 88, 18, .13);
    --rc-hero-gradient: linear-gradient(125deg, #ffe56e 0%, #ffc728 60%, #ffb91d 100%);
    --rc-on-hero: #2d291d;
    --rc-on-hero-muted: rgba(45, 41, 29, .67);
    --rc-hero-chip-border: rgba(45, 41, 29, .13);
    --rc-hero-chip-bg: rgba(255, 255, 255, .45);
    --rc-hero-chip-icon: var(--rc-primary-dark);
    --rc-hero-divider: rgba(45, 41, 29, .16);
    --rc-button: #2c2922;
    --rc-button-text: #ffffff;
    --rc-shadow: 0 18px 54px rgba(127, 88, 0, .13);
}

body.rc-template-split {
    --rc-primary: #d92d2a;
    --rc-primary-dark: #ad1e1c;
    --rc-primary-alpha: rgba(217, 45, 42, .22);
    --rc-accent: #ffc04d;
    --rc-page-bg: #fff2ec;
    --rc-soft: #ffe2d6;
    --rc-day-bg: #fff5f0;
    --rc-ink: #3b201d;
    --rc-muted: #846c68;
    --rc-border: rgba(126, 45, 35, .12);
    --rc-hero-gradient: linear-gradient(145deg, #ef4b3e, #b91c1c 78%);
    --rc-on-hero: #ffffff;
    --rc-on-hero-muted: rgba(255, 255, 255, .76);
    --rc-button: #ffd066;
    --rc-button-text: #71301d;
    --rc-shadow: 0 18px 54px rgba(130, 37, 25, .14);
}

body.rc-palette-blue {
    --rc-primary: #1565c0;
    --rc-primary-dark: #0d47a1;
    --rc-primary-alpha: rgba(21, 101, 192, .22);
    --rc-accent: #ff9800;
    --rc-page-bg: #f4f8ff;
    --rc-soft: #e3f0ff;
    --rc-day-bg: #eef5ff;
    --rc-ink: #17243b;
    --rc-muted: #66738a;
    --rc-border: rgba(21, 101, 192, .14);
    --rc-hero-gradient: linear-gradient(125deg, #2376d8, #0c58ba);
    --rc-on-hero: #ffffff;
    --rc-on-hero-muted: rgba(255, 255, 255, .78);
    --rc-hero-chip-border: rgba(255, 255, 255, .28);
    --rc-hero-chip-bg: rgba(255, 255, 255, .12);
    --rc-hero-chip-icon: #ffb02e;
    --rc-hero-divider: rgba(255, 255, 255, .22);
    --rc-button: #1554ad;
    --rc-button-text: #ffffff;
    --rc-shadow: 0 18px 54px rgba(18, 73, 145, .13);
}

body.rc-palette-purple {
    --rc-primary: #6d3fe0;
    --rc-primary-dark: #4f28bd;
    --rc-primary-alpha: rgba(109, 63, 224, .22);
    --rc-accent: #ff9d22;
    --rc-page-bg: #f8f5ff;
    --rc-soft: #eee6ff;
    --rc-day-bg: #f3efff;
    --rc-ink: #261d3c;
    --rc-muted: #716887;
    --rc-border: rgba(109, 63, 224, .14);
    --rc-hero-gradient: linear-gradient(125deg, #7c4dff, #5224c7);
    --rc-on-hero: #ffffff;
    --rc-on-hero-muted: rgba(255, 255, 255, .78);
    --rc-hero-chip-border: rgba(255, 255, 255, .28);
    --rc-hero-chip-bg: rgba(255, 255, 255, .12);
    --rc-hero-chip-icon: #ffb142;
    --rc-hero-divider: rgba(255, 255, 255, .22);
    --rc-button: #5630c0;
    --rc-button-text: #ffffff;
    --rc-shadow: 0 18px 54px rgba(79, 40, 189, .13);
}

body.rc-palette-orange {
    --rc-primary: #d85f00;
    --rc-primary-dark: #a84400;
    --rc-primary-alpha: rgba(216, 95, 0, .22);
    --rc-accent: #d81b60;
    --rc-page-bg: #fff8eb;
    --rc-soft: #ffebc7;
    --rc-day-bg: #fff3dc;
    --rc-ink: #342719;
    --rc-muted: #7e6d58;
    --rc-border: rgba(216, 95, 0, .14);
    --rc-hero-gradient: linear-gradient(125deg, #ffb329, #f57c00);
    --rc-on-hero: #30210c;
    --rc-on-hero-muted: rgba(48, 33, 12, .7);
    --rc-hero-chip-border: rgba(48, 33, 12, .18);
    --rc-hero-chip-bg: rgba(255, 255, 255, .36);
    --rc-hero-chip-icon: #a84400;
    --rc-hero-divider: rgba(48, 33, 12, .18);
    --rc-button: #3a2b1d;
    --rc-button-text: #ffffff;
    --rc-shadow: 0 18px 54px rgba(170, 84, 0, .13);
}

body.rc-palette-green {
    --rc-primary: #2e7d32;
    --rc-primary-dark: #1b5e20;
    --rc-primary-alpha: rgba(46, 125, 50, .22);
    --rc-accent: #ff9800;
    --rc-page-bg: #f4faf4;
    --rc-soft: #dff1df;
    --rc-day-bg: #edf7ed;
    --rc-ink: #1c3020;
    --rc-muted: #657a68;
    --rc-border: rgba(46, 125, 50, .14);
    --rc-hero-gradient: linear-gradient(125deg, #2e7d32, #1b5e20);
    --rc-on-hero: #ffffff;
    --rc-on-hero-muted: rgba(255, 255, 255, .78);
    --rc-hero-chip-border: rgba(255, 255, 255, .28);
    --rc-hero-chip-bg: rgba(255, 255, 255, .12);
    --rc-hero-chip-icon: #ffc04d;
    --rc-hero-divider: rgba(255, 255, 255, .22);
    --rc-button: #276b2b;
    --rc-button-text: #ffffff;
    --rc-shadow: 0 18px 54px rgba(34, 101, 38, .13);
}

body.rc-palette-gray {
    --rc-primary: #546e7a;
    --rc-primary-dark: #37474f;
    --rc-primary-alpha: rgba(84, 110, 122, .22);
    --rc-accent: #ff9800;
    --rc-page-bg: #f5f7f8;
    --rc-soft: #e4eaed;
    --rc-day-bg: #edf1f3;
    --rc-ink: #243238;
    --rc-muted: #6d7a80;
    --rc-border: rgba(69, 90, 100, .15);
    --rc-hero-gradient: linear-gradient(125deg, #546e7a, #37474f);
    --rc-on-hero: #ffffff;
    --rc-on-hero-muted: rgba(255, 255, 255, .76);
    --rc-hero-chip-border: rgba(255, 255, 255, .26);
    --rc-hero-chip-bg: rgba(255, 255, 255, .1);
    --rc-hero-chip-icon: #ffb02e;
    --rc-hero-divider: rgba(255, 255, 255, .2);
    --rc-button: #37474f;
    --rc-button-text: #ffffff;
    --rc-shadow: 0 18px 54px rgba(55, 71, 79, .13);
}

body.rc-palette-rose {
    --rc-primary: #c2185b;
    --rc-primary-dark: #880e4f;
    --rc-primary-alpha: rgba(194, 24, 91, .22);
    --rc-accent: #ffb02e;
    --rc-page-bg: #fff5f8;
    --rc-soft: #fce1eb;
    --rc-day-bg: #fff0f5;
    --rc-ink: #391d2a;
    --rc-muted: #806977;
    --rc-border: rgba(194, 24, 91, .14);
    --rc-hero-gradient: linear-gradient(125deg, #d81b60, #a9114d);
    --rc-on-hero: #ffffff;
    --rc-on-hero-muted: rgba(255, 255, 255, .78);
    --rc-hero-chip-border: rgba(255, 255, 255, .28);
    --rc-hero-chip-bg: rgba(255, 255, 255, .12);
    --rc-hero-chip-icon: #ffd066;
    --rc-hero-divider: rgba(255, 255, 255, .22);
    --rc-button: #ad1457;
    --rc-button-text: #ffffff;
    --rc-shadow: 0 18px 54px rgba(145, 18, 67, .13);
}

body.rc-palette-cyan {
    --rc-primary: #007c88;
    --rc-primary-dark: #005662;
    --rc-primary-alpha: rgba(0, 124, 136, .22);
    --rc-accent: #ffc107;
    --rc-page-bg: #f1fbfc;
    --rc-soft: #d9f2f4;
    --rc-day-bg: #e8f8f9;
    --rc-ink: #173135;
    --rc-muted: #617a7d;
    --rc-border: rgba(0, 124, 136, .14);
    --rc-hero-gradient: linear-gradient(125deg, #007c88, #005662);
    --rc-on-hero: #ffffff;
    --rc-on-hero-muted: rgba(255, 255, 255, .78);
    --rc-hero-chip-border: rgba(255, 255, 255, .28);
    --rc-hero-chip-bg: rgba(255, 255, 255, .12);
    --rc-hero-chip-icon: #ffdb55;
    --rc-hero-divider: rgba(255, 255, 255, .22);
    --rc-button: #006b75;
    --rc-button-text: #ffffff;
    --rc-shadow: 0 18px 54px rgba(0, 96, 105, .13);
}

body.rc-palette-black_gold {
    --rc-primary: #8a650c;
    --rc-primary-dark: #654800;
    --rc-primary-alpha: rgba(138, 101, 12, .22);
    --rc-accent: #d4af37;
    --rc-page-bg: #f8f6ef;
    --rc-soft: #f1e8cc;
    --rc-day-bg: #f3efe3;
    --rc-ink: #262626;
    --rc-muted: #6d6758;
    --rc-border: rgba(83, 69, 31, .16);
    --rc-hero-gradient: linear-gradient(125deg, #3b3b3b, #171717);
    --rc-on-hero: #fffaf0;
    --rc-on-hero-muted: rgba(255, 250, 240, .72);
    --rc-hero-chip-border: rgba(212, 175, 55, .4);
    --rc-hero-chip-bg: rgba(212, 175, 55, .12);
    --rc-hero-chip-icon: #e5c158;
    --rc-hero-divider: rgba(212, 175, 55, .32);
    --rc-button: #262626;
    --rc-button-text: #fffaf0;
    --rc-shadow: 0 18px 54px rgba(38, 38, 38, .14);
}

button,
a {
    font: inherit;
}

button {
    color: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

.rc-page {
    min-height: 100vh;
    overflow: hidden;
}

.rc-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 10px 14px;
    border-radius: 10px;
    color: var(--rc-button-text);
    background: var(--rc-button);
    transform: translateY(-150%);
    transition: transform .2s ease;
}

.rc-skip-link:focus {
    transform: translateY(0);
}

.rc-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    color: var(--rc-ink);
    background: #fff;
    box-shadow: inset 0 -1px 0 var(--rc-border);
}

.rc-topbar__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: min(1180px, calc(100% - 40px));
    min-height: 78px;
    margin: 0 auto;
}

.rc-topbar__actions {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 8px;
}

.rc-back-link,
.rc-brand,
.rc-today {
    display: inline-flex;
    align-items: center;
}

.rc-back-link {
    width: max-content;
    gap: 8px;
    min-height: 44px;
    padding: 0 15px 0 10px;
    border: 1px solid var(--rc-border);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: background-color .2s ease, transform .2s ease;
}

.rc-back-link:hover {
    background: var(--rc-soft);
    transform: translateX(-2px);
}

.rc-back-link i {
    font-size: 20px;
}

.rc-brand {
    justify-self: center;
    gap: 10px;
}

.rc-brand__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    color: var(--rc-primary-dark);
    background: var(--rc-soft);
}

.rc-brand__icon i {
    font-size: 21px;
}

.rc-brand > span:last-child,
.rc-today {
    display: flex;
    flex-direction: column;
}

.rc-brand strong,
.rc-today strong {
    font-size: 14px;
    line-height: 1.3;
}

.rc-brand small,
.rc-today small {
    margin-top: 2px;
    color: var(--rc-muted);
    font-size: 11px;
}

.rc-today {
    justify-self: end;
    align-items: flex-end;
}

.rc-calendar-trigger {
    flex-direction: row;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 5px 9px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    text-align: right;
    transition: background-color .2s ease;
}

.rc-calendar-trigger:hover,
.rc-calendar-trigger[aria-expanded="true"] {
    background: var(--rc-soft);
}

.rc-calendar-trigger > i {
    color: var(--rc-primary-dark);
    font-size: 21px;
    line-height: 1;
}

.rc-calendar-trigger > span {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.rc-points-mall-link {
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 999px;
    font-weight: 800;
    white-space: nowrap;
}

.rc-points-mall-link--desktop {
    display: inline-flex;
    min-height: 42px;
    padding: 0 14px;
    color: var(--rc-primary-dark);
    background: var(--rc-soft);
    font-size: 13px;
    transition: background-color .2s ease, transform .2s ease;
}

.rc-points-mall-link--desktop:hover {
    background: var(--rc-day-bg);
    transform: translateY(-1px);
}

.rc-points-mall-link--desktop i {
    font-size: 18px;
}

.rc-points-mall-link:focus-visible {
    outline: 3px solid var(--rc-primary-alpha);
    outline-offset: 2px;
}

.rc-points-mall-link--mobile {
    display: none;
}

.rc-calendar-panel {
    position: absolute;
    z-index: 19;
    top: 100%;
    right: max(20px, calc((100% - 1180px) / 2));
    width: min(360px, calc(100% - 40px));
    padding: 18px;
    color: var(--rc-ink);
    background: #fff;
    border: 1px solid var(--rc-border);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 18px 40px rgba(53, 35, 30, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.rc-calendar-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.rc-calendar-panel > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
}

.rc-calendar-panel > header div,
.rc-calendar-panel > header strong {
    display: flex;
    align-items: baseline;
}

.rc-calendar-panel > header div {
    gap: 9px;
}

.rc-calendar-panel > header span,
.rc-calendar-panel > header time,
.rc-calendar-panel > footer {
    color: var(--rc-muted);
    font-size: 12px;
}

.rc-calendar-panel > header strong {
    gap: 3px;
    color: var(--rc-ink);
    font-size: 13px;
}

.rc-calendar-panel > header b {
    color: var(--rc-primary);
    font-size: 21px;
}

.rc-calendar-panel__week,
.rc-calendar-panel__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.rc-calendar-panel__week {
    margin-bottom: 6px;
    color: var(--rc-muted);
    font-size: 10px;
    text-align: center;
}

.rc-calendar-panel__grid {
    gap: 5px;
}

.rc-calendar-day,
.rc-calendar-panel__grid .is-blank {
    position: relative;
    display: grid;
    min-width: 0;
    aspect-ratio: 1;
    place-items: center;
}

.rc-calendar-day {
    padding: 0;
    border: 0;
    border-radius: 10px;
    color: var(--rc-ink);
    background: #f7f7f8;
    font-family: inherit;
    font-size: 11px;
}

.rc-calendar-day:disabled {
    opacity: 1;
    cursor: default;
}

.rc-calendar-day b {
    font-weight: 700;
}

.rc-calendar-day i {
    position: absolute;
    right: 2px;
    bottom: 1px;
    display: none;
    font-size: 9px;
}

.rc-calendar-day small {
    position: absolute;
    bottom: 3px;
    display: none;
    color: inherit;
    font-size: 8px;
    font-weight: 800;
}

.rc-calendar-day.is-makeup {
    border: 1px dashed var(--rc-primary);
    color: var(--rc-primary-dark);
    background: var(--rc-soft);
    cursor: pointer;
}

.rc-calendar-day.is-makeup b {
    transform: translateY(-5px);
}

.rc-calendar-day.is-makeup small {
    display: block;
}

.rc-calendar-day.is-makeup:focus-visible {
    outline: 3px solid var(--rc-primary-alpha);
    outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
    .rc-calendar-day.is-makeup:hover {
        color: #fff;
        background: var(--rc-primary);
    }
}

.rc-calendar-day.is-checked {
    color: #fff;
    background: var(--rc-primary);
}

.rc-calendar-day.is-checked i {
    display: block;
}

.rc-calendar-day.is-today {
    box-shadow: inset 0 0 0 1px var(--rc-primary);
}

.rc-calendar-day.is-future {
    color: #b8b1ae;
    background: #fafafa;
}

.rc-calendar-panel > footer {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--rc-border);
    line-height: 1.6;
}

.rc-calendar-panel > footer a {
    color: var(--rc-primary-dark);
    font-weight: 700;
}

.rc-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 78px 0 64px;
    scroll-margin-top: 78px;
}

.rc-stage {
    position: relative;
}

.rc-campaign {
    position: relative;
    display: flex;
    min-height: 390px;
    padding: 54px 58px 84px;
    color: var(--rc-on-hero);
    background: var(--rc-hero-gradient);
    border-radius: 0 0 36px 36px;
    overflow: hidden;
    isolation: isolate;
}

.rc-campaign::before,
.rc-campaign::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 50%;
}

.rc-campaign::before {
    top: -160px;
    right: 15%;
    width: 410px;
    height: 410px;
    border: 74px solid rgba(255, 255, 255, .08);
}

.rc-campaign::after {
    right: -90px;
    bottom: -190px;
    width: 430px;
    height: 430px;
    background: rgba(255, 255, 255, .08);
}

.rc-campaign__copy {
    position: relative;
    z-index: 3;
    width: 53%;
}

.rc-campaign__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid var(--rc-hero-chip-border);
    border-radius: 999px;
    color: var(--rc-on-hero);
    background: var(--rc-hero-chip-bg);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
}

.rc-campaign__eyebrow i {
    color: var(--rc-hero-chip-icon);
}

.rc-campaign h1 {
    margin: 22px 0 15px;
    font-size: clamp(42px, 4.2vw, 58px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.rc-campaign__copy > p {
    max-width: 440px;
    margin: 0;
    color: var(--rc-on-hero-muted);
    font-size: 16px;
    line-height: 1.8;
}

.rc-campaign__visual {
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 2%;
    bottom: 10px;
    width: 50%;
    pointer-events: none;
}

.rc-campaign__visual picture,
.rc-campaign__visual img {
    display: block;
    width: 100%;
    height: 100%;
}

.rc-campaign__visual img {
    object-fit: contain;
    filter: drop-shadow(0 22px 22px rgba(107, 35, 4, .2));
    animation: rc-visual-enter .7s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes rc-visual-enter {
    from {
        opacity: 0;
        transform: translateY(16px) scale(.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.rc-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(500px, 100%);
    margin: 27px 0 0;
    padding: 0;
}

.rc-stats > div {
    min-width: 0;
    padding: 0 17px;
    border-left: 1px solid var(--rc-hero-divider);
}

.rc-stats > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.rc-stats dt {
    margin-bottom: 4px;
    color: var(--rc-on-hero-muted);
    font-size: 12px;
}

.rc-stats dd {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin: 0;
    white-space: nowrap;
}

.rc-stats strong {
    max-width: 100%;
    overflow: hidden;
    font-size: 26px;
    line-height: 1.2;
    text-overflow: ellipsis;
}

.rc-stats span {
    color: var(--rc-on-hero-muted);
    font-size: 12px;
}

.rc-primary-layout {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr);
    gap: 18px;
    margin: -48px 28px 0;
}

.rc-surface {
    background: var(--rc-surface);
    border: 1px solid var(--rc-border);
    border-radius: var(--rc-card-radius);
    box-shadow: var(--rc-shadow);
}

.rc-sign-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 28px;
    outline: none;
}

.rc-sign-card:focus-visible {
    box-shadow: 0 0 0 4px var(--rc-primary-alpha), var(--rc-shadow);
}

.rc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--rc-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

.rc-kicker::before {
    width: 18px;
    height: 3px;
    border-radius: 99px;
    background: var(--rc-accent);
    content: "";
}

.rc-sign-card h2,
.rc-section-heading h2 {
    margin: 8px 0 0;
    color: var(--rc-ink);
    font-size: 25px;
    line-height: 1.25;
    letter-spacing: -.035em;
}

.rc-sign-card__copy > p {
    margin: 10px 0 0;
    color: var(--rc-muted);
    font-size: 13px;
    line-height: 1.65;
}

.rc-sign-card__action {
    margin-top: 24px;
}

.rc-today-reward {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 13px;
    color: var(--rc-primary);
}

.rc-today-reward span {
    margin-right: auto;
    color: var(--rc-muted);
    font-size: 13px;
    font-weight: 700;
}

.rc-today-reward strong {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.04em;
}

.rc-today-reward small {
    font-size: 12px;
    font-weight: 800;
}

.rc-sign-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 62px;
    padding: 10px 20px;
    border: 0;
    border-radius: 17px;
    color: var(--rc-button-text);
    background: var(--rc-button);
    box-shadow: 0 10px 20px rgba(55, 35, 24, .16);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.rc-sign-button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 14px 25px rgba(55, 35, 24, .2);
}

.rc-sign-button:active:not(:disabled) {
    transform: translateY(0);
}

.rc-sign-button span {
    font-size: 18px;
    font-weight: 900;
}

.rc-sign-button small {
    margin-top: 3px;
    font-size: 11px;
    opacity: .72;
}

.rc-sign-button.is-signed,
.rc-sign-button.is-disabled,
.rc-sign-button:disabled {
    color: #978d87;
    background: #eeeae7;
    box-shadow: none;
    cursor: not-allowed;
}

.rc-action-message {
    min-height: 18px;
    margin: 8px 0 -8px;
    color: var(--rc-primary-dark);
    font-size: 12px;
    text-align: center;
}

.rc-week-card,
.rc-milestone-card,
.rc-ledger-card {
    min-width: 0;
    padding: 28px;
}

.rc-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.rc-section-heading > p {
    margin: 0 0 3px;
    color: var(--rc-muted);
    font-size: 12px;
    white-space: nowrap;
}

.rc-section-heading > p strong {
    color: var(--rc-primary);
}

.rc-week-scroll {
    margin-top: 23px;
    outline: none;
}

.rc-week-track {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.rc-day-reward {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    min-height: 144px;
    padding: 13px 6px 11px;
    border: 1px solid transparent;
    border-radius: 17px;
    color: var(--rc-muted);
    background: var(--rc-day-bg);
}

.rc-day-reward__day,
.rc-day-reward__status {
    overflow: hidden;
    max-width: 100%;
    font-size: 11px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rc-day-reward__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin: 11px 0 7px;
    border-radius: 50%;
    color: #9d8b82;
    background: #ebe6e2;
    font-size: 20px;
}

.rc-day-reward > strong {
    color: var(--rc-ink);
    font-size: 14px;
}

.rc-day-reward__status {
    margin-top: auto;
    padding-top: 5px;
    color: #a59a94;
}

.rc-day-reward.is-current {
    color: var(--rc-primary);
    border-color: var(--rc-primary-alpha);
    background: var(--rc-soft);
    box-shadow: inset 0 -4px 0 var(--rc-primary-alpha);
}

.rc-day-reward.is-current .rc-day-reward__icon {
    color: #fff;
    background: var(--rc-primary);
    box-shadow: 0 7px 15px var(--rc-primary-alpha);
}

.rc-day-reward.is-current .rc-day-reward__status,
.rc-day-reward.is-current > strong {
    color: var(--rc-primary-dark);
}

.rc-day-reward.is-reached {
    color: var(--rc-primary);
    background: var(--rc-soft);
}

.rc-day-reward.is-reached .rc-day-reward__icon {
    color: #fff;
    background: var(--rc-primary);
}

.rc-day-reward:nth-child(7) .rc-day-reward__icon {
    color: #8e5600;
    background: linear-gradient(145deg, #ffe983, var(--rc-accent));
}

.rc-support-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.rc-milestone-list,
.rc-ledger {
    margin-top: 20px;
}

.rc-milestone-item {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    padding: 10px 0;
    border-top: 1px solid var(--rc-border);
}

.rc-milestone-item:first-child,
.rc-ledger__row:first-child {
    border-top: 0;
}

.rc-milestone-item__day {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: var(--rc-primary-dark);
    background: var(--rc-soft);
    font-size: 16px;
    font-weight: 900;
}

.rc-milestone-item > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.rc-milestone-item > span strong,
.rc-ledger__row b {
    color: var(--rc-ink);
    font-size: 14px;
}

.rc-milestone-item > span small,
.rc-ledger__row small {
    margin-top: 3px;
    color: var(--rc-muted);
    font-size: 11px;
}

.rc-milestone-item > b {
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--rc-primary-dark);
    background: var(--rc-soft);
    font-size: 12px;
    white-space: nowrap;
}

.rc-milestone-item.is-reached .rc-milestone-item__day {
    color: #fff;
    background: var(--rc-primary);
}

.rc-ledger__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 66px;
    padding: 10px 0;
    border-top: 1px solid var(--rc-border);
}

.rc-ledger__row > span {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    min-width: 0;
}

.rc-ledger__row i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    color: var(--rc-primary);
    background: var(--rc-soft);
}

.rc-ledger__row > strong {
    color: var(--rc-primary);
    font-size: 13px;
    white-space: nowrap;
}

.rc-ledger__row > strong.is-zero {
    color: var(--rc-muted);
    font-size: 11px;
}

.rc-ledger__row.is-makeup i {
    color: var(--rc-primary-dark);
    border: 1px dashed var(--rc-primary);
}

.rc-ledger__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 205px;
    padding: 24px;
    color: var(--rc-muted);
    text-align: center;
}

.rc-ledger__empty i {
    margin-bottom: 10px;
    color: var(--rc-primary);
    font-size: 38px;
}

.rc-ledger__empty span {
    font-size: 13px;
    line-height: 1.6;
}

.rc-ledger__empty a {
    margin-top: 12px;
    color: var(--rc-primary);
    font-size: 13px;
    font-weight: 800;
}

.rc-rules {
    margin-top: 18px;
    padding: 0 24px;
    box-shadow: none;
}

.rc-rules summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
    list-style: none;
    cursor: pointer;
}

.rc-rules summary::-webkit-details-marker {
    display: none;
}

.rc-rules summary > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 800;
}

.rc-rules summary > span i {
    color: var(--rc-primary);
    font-size: 20px;
}

.rc-rules summary > i {
    color: var(--rc-muted);
    transition: transform .2s ease;
}

.rc-rules[open] summary > i {
    transform: rotate(180deg);
}

.rc-rules ul {
    margin: 0;
    padding: 0 0 22px 22px;
    color: var(--rc-muted);
    font-size: 13px;
    line-height: 1.9;
}

.rc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 40px));
    margin: -36px auto 0;
    padding: 25px 4px 32px;
    color: var(--rc-muted);
    font-size: 12px;
}

.rc-footer a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--rc-primary);
    font-weight: 800;
}

.rc-toast {
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: max(28px, env(safe-area-inset-bottom));
    max-width: min(420px, calc(100% - 36px));
    padding: 12px 18px;
    border-radius: 999px;
    color: #fff;
    background: #2e2926;
    box-shadow: 0 12px 32px rgba(33, 26, 22, .22);
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 14px);
    transition: opacity .2s ease, transform .2s ease;
}

.rc-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.rc-reward-modal[hidden] {
    display: none;
}

.rc-reward-modal {
    position: fixed;
    z-index: 200;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    overflow: hidden;
    isolation: isolate;
}

.rc-reward-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(39, 25, 20, .58);
    cursor: pointer;
    animation: rc-reward-backdrop-in .24s ease-out both;
}

.rc-reward-modal__confetti {
    position: absolute;
    z-index: 4;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.rc-confetti-piece {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 15px;
    border-radius: 2px;
    background: var(--rc-primary);
    opacity: 0;
    animation: rc-confetti-burst var(--rc-confetti-duration) cubic-bezier(.17, .67, .32, 1) var(--rc-confetti-delay) both;
}

.rc-confetti-piece.is-accent {
    background: var(--rc-accent);
}

.rc-confetti-piece.is-gold {
    background: #ffc83d;
}

.rc-confetti-piece.is-rose {
    background: #ff5b73;
}

.rc-confetti-piece.is-sky {
    background: #43b7ff;
}

.rc-confetti-piece.is-green {
    background: #34c66a;
}

.rc-confetti-piece.is-round {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.rc-reward-modal__panel {
    position: relative;
    z-index: 3;
    width: min(400px, 100%);
    padding: 42px 34px 32px;
    border: 1px solid rgba(74, 56, 48, .08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(47, 19, 9, .28);
    text-align: center;
    animation: rc-reward-panel-in .52s cubic-bezier(.22, 1, .36, 1) both;
}

.rc-reward-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--rc-muted);
    background: #f5f2f0;
    cursor: pointer;
}

.rc-reward-modal__stamp {
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    margin: 0 auto 17px;
    border: 6px solid #31b72f;
    border-radius: 50%;
    color: #31b72f;
    background: #fff;
    box-shadow: 0 13px 28px rgba(49, 183, 47, .16);
    font-size: 50px;
    line-height: 1;
    animation: rc-reward-stamp-in .58s cubic-bezier(.22, 1, .36, 1) .08s both;
}

.rc-reward-modal__panel > span {
    color: var(--rc-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

.rc-reward-modal__panel h2 {
    margin: 8px 0 10px;
    font-size: 31px;
    letter-spacing: -.02em;
}

.rc-reward-modal__amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

.rc-reward-modal__amount strong {
    color: var(--rc-primary-dark);
    font-size: clamp(42px, 11vw, 58px);
    line-height: 1.08;
    text-shadow: 0 8px 22px var(--rc-primary-alpha);
}

.rc-reward-modal__amount b,
.rc-reward-modal__amount em {
    font-style: normal;
}

.rc-reward-modal__amount em {
    color: var(--rc-primary-dark);
    font-size: 19px;
    font-weight: 800;
}

.rc-reward-modal__streak {
    margin: 14px 0 0;
    color: var(--rc-muted);
    font-size: 17px;
}

.rc-reward-modal__streak strong {
    color: var(--rc-ink);
    font-size: inherit;
}

.rc-reward-modal__panel > button:last-child {
    width: 100%;
    min-height: 56px;
    margin-top: 28px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--rc-primary-dark);
    box-shadow: 0 14px 28px var(--rc-primary-alpha);
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
}

.rc-reward-modal__panel > button:last-child:focus-visible {
    outline: 3px solid var(--rc-primary-alpha);
    outline-offset: 3px;
}

.rc-makeup-modal[hidden] {
    display: none;
}

.rc-makeup-modal {
    position: fixed;
    z-index: 210;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
}

.rc-makeup-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(31, 24, 21, .54);
    cursor: pointer;
    animation: rc-reward-backdrop-in .2s ease-out both;
}

.rc-makeup-modal__panel {
    position: relative;
    z-index: 1;
    width: min(430px, 100%);
    padding: 30px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(47, 19, 9, .24);
    animation: rc-reward-panel-in .34s cubic-bezier(.22, 1, .36, 1) both;
}

.rc-makeup-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--rc-muted);
    background: #f5f2f0;
    cursor: pointer;
}

.rc-makeup-modal__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 18px;
    color: var(--rc-primary-dark);
    background: var(--rc-soft);
    font-size: 27px;
}

.rc-makeup-modal__panel > small {
    color: var(--rc-primary-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.rc-makeup-modal__panel h2 {
    margin: 7px 42px 8px 0;
    color: var(--rc-ink);
    font-size: 26px;
}

.rc-makeup-modal__panel > p {
    margin: 0;
    color: var(--rc-muted);
    line-height: 1.7;
}

.rc-makeup-modal__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0 12px;
}

.rc-makeup-modal__meta > div {
    padding: 13px 14px;
    border-radius: 14px;
    background: #f7f5f4;
}

.rc-makeup-modal__meta dt {
    color: var(--rc-muted);
    font-size: 11px;
}

.rc-makeup-modal__meta dd {
    margin: 5px 0 0;
    color: var(--rc-ink);
    font-size: 15px;
    font-weight: 800;
}

.rc-makeup-modal__notice {
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--rc-primary-dark) !important;
    background: var(--rc-soft);
    font-size: 12px;
}

.rc-makeup-modal__actions {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 10px;
    margin-top: 22px;
}

.rc-makeup-modal__actions button {
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: var(--rc-ink);
    background: #f2efed;
    font-size: 15px;
    font-weight: 850;
    cursor: pointer;
}

.rc-makeup-modal__actions button:last-child {
    color: #fff;
    background: var(--rc-primary-dark);
    box-shadow: 0 12px 24px var(--rc-primary-alpha);
}

.rc-makeup-modal__actions button:focus-visible {
    outline: 3px solid var(--rc-primary-alpha);
    outline-offset: 2px;
}

.rc-makeup-modal__actions button.is-loading {
    opacity: .72;
    cursor: wait;
}

.rc-makeup-modal.is-success .rc-makeup-modal__icon {
    color: #fff;
    background: #28ad57;
}

.rc-makeup-modal.is-success .rc-makeup-modal__actions {
    grid-template-columns: 1fr;
}

.rc-makeup-modal.is-success .rc-makeup-modal__actions button:first-child {
    display: none;
}

@keyframes rc-reward-backdrop-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes rc-reward-panel-in {
    from {
        opacity: 0;
        transform: translateY(22px) scale(.94);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes rc-reward-stamp-in {
    from {
        opacity: 0;
        transform: scale(.72) rotate(-12deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

@keyframes rc-confetti-burst {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.4) rotate(0);
    }
    12% {
        opacity: 1;
    }
    78% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--rc-confetti-x)), calc(-50% + var(--rc-confetti-y))) scale(1) rotate(var(--rc-confetti-rotate));
    }
}

.rc-template-centered .rc-campaign::before {
    top: -250px;
    right: 30%;
    width: 540px;
    height: 540px;
    border-width: 100px;
    border-color: rgba(255, 255, 255, .2);
}

.rc-template-centered .rc-campaign__visual img {
    filter: drop-shadow(0 24px 22px rgba(122, 79, 0, .2));
}

.rc-template-centered .rc-day-reward.is-current,
.rc-template-centered .rc-day-reward.is-reached {
    color: var(--rc-button-text);
    border-color: var(--rc-button);
    background: var(--rc-button);
    box-shadow: none;
}

.rc-template-centered .rc-day-reward.is-current > strong,
.rc-template-centered .rc-day-reward.is-current .rc-day-reward__status,
.rc-template-centered .rc-day-reward.is-reached > strong,
.rc-template-centered .rc-day-reward.is-reached .rc-day-reward__status {
    color: var(--rc-button-text);
    opacity: .78;
}

.rc-template-centered .rc-day-reward.is-current .rc-day-reward__icon,
.rc-template-centered .rc-day-reward.is-reached .rc-day-reward__icon {
    color: var(--rc-button);
    background: linear-gradient(145deg, #ffe983, var(--rc-accent));
}

.rc-template-split .rc-campaign::before {
    top: 45px;
    right: -50px;
    width: 320px;
    height: 320px;
    border: 42px solid rgba(255, 210, 92, .12);
}

.rc-template-split .rc-campaign::after {
    right: auto;
    bottom: -170px;
    left: -140px;
    background: rgba(255, 199, 79, .08);
}

@media (min-width: 1041px) {
    .rc-template-split .rc-shell,
    .rc-template-split .rc-topbar__inner,
    .rc-template-split .rc-footer {
        width: min(1280px, calc(100% - 48px));
    }

    .rc-template-split .rc-stage {
        display: grid;
        grid-template-columns: minmax(390px, .78fr) minmax(610px, 1.22fr);
        gap: 18px;
        padding-top: 18px;
    }

    .rc-template-split .rc-campaign {
        min-height: 640px;
        padding: 50px 44px;
        border-radius: 32px;
    }

    .rc-template-split .rc-campaign__copy {
        width: 100%;
    }

    .rc-template-split .rc-campaign h1 {
        font-size: clamp(46px, 4.3vw, 62px);
    }

    .rc-template-split .rc-campaign__visual {
        top: auto;
        right: 0%;
        bottom: -17px;
        width: 100%;
        height: 330px;
    }

    .rc-template-split .rc-primary-layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin: 0;
    }

    .rc-template-split .rc-sign-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
        min-height: 226px;
    }

    .rc-template-split .rc-sign-card__action {
        margin-top: 0;
    }

    .rc-template-split .rc-week-card {
        min-height: 396px;
    }

    .rc-template-split .rc-day-reward {
        min-height: 218px;
        padding-top: 24px;
    }

    .rc-template-split .rc-day-reward__icon {
        margin-top: 25px;
    }
}

@media (max-width: 1040px) {
    .rc-campaign {
        min-height: 370px;
        padding-right: 42px;
        padding-left: 42px;
    }

    .rc-campaign__visual {
        right: -2%;
        width: 50%;
    }

    .rc-primary-layout {
        grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
        margin-right: 18px;
        margin-left: 18px;
    }

    .rc-sign-card,
    .rc-week-card,
    .rc-milestone-card,
    .rc-ledger-card {
        padding: 24px;
    }

    .rc-day-reward {
        min-height: 136px;
    }
}

@media (max-width: 840px) {
    .rc-shell,
    .rc-topbar__inner,
    .rc-footer {
        width: min(100% - 28px, 720px);
    }

    .rc-campaign__copy {
        width: 58%;
    }

    .rc-campaign__visual {
        right: -5%;
        width: 51%;
    }

    .rc-primary-layout,
    .rc-support-layout {
        grid-template-columns: 1fr;
    }

    .rc-sign-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(260px, .86fr);
        gap: 24px;
    }

    .rc-sign-card__action {
        margin-top: 0;
    }
}

@media (max-width: 720px) {
    body {
        --rc-card-radius: 20px;
    }

    .rc-page {
        background: var(--rc-page-bg);
    }

    .rc-topbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

    .rc-topbar__inner,
    .rc-shell,
    .rc-footer {
        width: 100%;
    }

    .rc-topbar__inner {
        grid-template-columns: 1fr auto 1fr;
        min-height: calc(56px + env(safe-area-inset-top));
        padding: env(safe-area-inset-top) 14px 0;
    }

    .rc-calendar-trigger {
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        min-height: 38px;
        padding: 0;
        border: 1px solid var(--rc-border);
        border-radius: 50%;
    }

    .rc-points-mall-link--desktop {
        display: none;
    }

    .rc-calendar-trigger > span {
        display: none;
    }

    .rc-calendar-panel {
        right: 0;
        width: 100%;
        padding: 16px 18px 18px;
        border-right: 0;
        border-left: 0;
        border-radius: 0 0 22px 22px;
    }

    .rc-calendar-day {
        min-height: 44px;
    }

    .rc-makeup-modal {
        align-items: end;
        padding: 0;
    }

    .rc-makeup-modal__panel {
        width: 100%;
        padding: 26px 22px calc(22px + env(safe-area-inset-bottom));
        border-radius: 26px 26px 0 0;
    }

    .rc-makeup-modal__actions button {
        min-height: 52px;
    }

    .rc-back-link {
        width: 38px;
        min-height: 38px;
        padding: 0;
        justify-content: center;
    }

    .rc-back-link span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .rc-brand__icon {
        display: none;
    }

    .rc-brand strong {
        font-size: 14px;
    }

    .rc-brand small,
    .rc-today small {
        display: none;
    }

    .rc-shell {
        padding-top: calc(56px + env(safe-area-inset-top));
        padding-bottom: 34px;
        scroll-margin-top: calc(56px + env(safe-area-inset-top));
    }

    .rc-campaign {
        min-height: 270px;
        padding: 18px 18px 60px;
        border-radius: 0 0 26px 26px;
    }

    .rc-points-mall-link--mobile {
        position: absolute;
        z-index: 5;
        top: 18px;
        right: 16px;
        display: inline-flex;
        min-height: 34px;
        padding: 0 12px;
        border: 1px solid var(--rc-hero-chip-border);
        color: var(--rc-on-hero);
        background: var(--rc-hero-chip-bg);
        box-shadow: 0 8px 18px rgba(59, 24, 8, .1);
        font-size: 12px;
        backdrop-filter: blur(8px);
    }

    .rc-points-mall-link--mobile i {
        font-size: 16px;
    }

    .rc-campaign::before {
        top: -120px;
        right: -86px;
        width: 250px;
        height: 250px;
        border-width: 44px;
    }

    .rc-campaign::after {
        right: auto;
        bottom: -118px;
        left: -130px;
        width: 260px;
        height: 260px;
    }

    .rc-campaign__copy {
        width: 64%;
    }

    .rc-campaign__eyebrow {
        min-height: 25px;
        padding: 0 9px;
        font-size: 10px;
    }

    .rc-campaign h1 {
        max-width: 230px;
        margin: 11px 0 7px;
        font-size: clamp(28px, 8.2vw, 34px);
        line-height: 1.02;
    }

    .rc-campaign__copy > p {
        max-width: 220px;
        margin: 0;
        font-size: 11px;
        line-height: 1.5;
    }

    .rc-campaign__visual {
        top: auto;
        right: -9px;
        bottom: 39px;
        width: 52%;
        height: 174px;
    }

    .rc-stats {
        position: absolute;
        z-index: 4;
        right: 12px;
        bottom: 0px;
        left: -3px;
        width: auto;
        margin: 0;
        padding: 9px 8px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 14px;
        background: rgba(92, 22, 8, .18);
    }

    .rc-template-centered .rc-stats {
        border-color: rgba(45, 41, 29, .1);
        background: rgba(255, 255, 255, .42);
    }

    .rc-stats > div {
        padding: 0 7px;
        text-align: center;
    }

    .rc-stats dd {
        justify-content: center;
    }

    .rc-stats strong {
        font-size: 18px;
    }

    .rc-stats dt,
    .rc-stats span {
        font-size: 9px;
    }

    .rc-primary-layout {
        display: block;
        margin: -45px 10px 0;
    }

    .rc-sign-card {
        display: block;
        padding: 16px;
    }

    .rc-sign-card__copy {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .rc-sign-card h2,
    .rc-section-heading h2 {
        font-size: 20px;
    }

    .rc-sign-card h2 {
        margin: 0;
        font-size: 19px;
    }

    .rc-sign-card__copy .rc-kicker {
        flex: 0 0 auto;
        letter-spacing: .05em;
    }

    .rc-sign-card__copy .rc-kicker::before {
        width: 12px;
    }

    .rc-sign-card__copy > p {
        display: none;
    }

    .rc-sign-card__action {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        align-items: stretch;
        gap: 10px;
        margin-top: 12px;
    }

    .rc-today-reward {
        display: block;
        min-width: 0;
        margin: 0;
        padding: 7px 5px 5px;
        border-radius: 13px;
        background: var(--rc-soft);
        text-align: center;
    }

    .rc-today-reward span {
        display: block;
        margin: 0 0 2px;
        font-size: 10px;
    }

    .rc-today-reward strong {
        font-size: 25px;
    }

    .rc-today-reward small {
        font-size: 9px;
    }

    .rc-sign-button {
        min-height: 54px;
        padding: 8px 12px;
        border-radius: 14px;
    }

    .rc-sign-button span {
        font-size: 16px;
    }

    .rc-sign-button small {
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .rc-action-message {
        grid-column: 1 / -1;
        margin-bottom: -7px;
    }

    .rc-action-message:empty {
        display: none;
    }

    .rc-week-card {
        margin-top: 10px;
        padding: 16px 13px 14px;
    }

    .rc-section-heading {
        align-items: center;
    }

    .rc-section-heading > p {
        font-size: 10px;
    }

    .rc-week-scroll {
        margin-top: 12px;
    }

    .rc-week-track {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .rc-day-reward {
        min-height: 88px;
        padding: 8px 3px 6px;
        border-radius: 12px;
    }

    .rc-day-reward:nth-child(7) {
        grid-column: span 2;
    }

    .rc-day-reward__icon {
        width: 30px;
        height: 30px;
        margin: 5px 0 3px;
        font-size: 15px;
    }

    .rc-day-reward > strong {
        font-size: 12px;
    }

    .rc-day-reward__day,
    .rc-day-reward__status {
        font-size: 10px;
    }

    .rc-support-layout {
        gap: 10px;
        margin: 10px 10px 0;
    }

    .rc-milestone-card,
    .rc-ledger-card {
        padding: 18px;
    }

    .rc-milestone-item {
        grid-template-columns: 40px 1fr auto;
        gap: 8px;
        min-height: 58px;
        padding: 7px 0;
    }

    .rc-milestone-item__day {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 14px;
    }

    .rc-milestone-item > b {
        padding: 6px 8px;
        font-size: 11px;
    }

    .rc-rules {
        margin: 10px 10px 0;
    }

    .rc-footer {
        margin: -24px 0 0;
        padding: 24px 16px calc(28px + env(safe-area-inset-bottom));
    }

    .rc-template-clean .rc-campaign {
        min-height: 270px;
    }

    .rc-template-clean .rc-campaign__copy {
        width: 64%;
    }

    .rc-template-clean .rc-campaign h1 {
        font-size: clamp(28px, 7.5vw, 32px);
    }

    .rc-template-clean .rc-campaign__copy > p {
        display: none;
    }

    .rc-template-clean .rc-campaign__visual {
        right: -9px;
        bottom: 39px;
        width: 52%;
        height: 220px;
    }

    .rc-template-centered .rc-campaign {
        width: calc(100% - 20px);
        min-height: 252px;
        margin: 0 10px;
        padding: 16px 16px 61px;
        border-radius: 0 0 24px 24px;
    }

    .rc-template-centered .rc-campaign__copy {
        width: 61%;
        text-align: left;
    }

    .rc-template-centered .rc-campaign__eyebrow {
        margin: 0;
    }

    .rc-template-centered .rc-campaign h1 {
        max-width: 220px;
        margin: 10px 0 0;
        font-size: clamp(27px, 7.7vw, 31px);
    }

    .rc-template-centered .rc-campaign__copy > p {
        display: none;
    }

    .rc-template-centered .rc-campaign__visual {
        top: 17px;
        right: -2px;
        bottom: auto;
        left: auto;
        width: 60%;
        height: 238px;
        transform: none;
    }

    .rc-template-centered .rc-primary-layout {
        margin-top: -16px;
    }

    .rc-template-centered .rc-sign-card {
        border-radius: 25px 25px 20px 20px;
    }

    .rc-template-centered .rc-week-card {
        padding-right: 9px;
        padding-left: 9px;
    }

    .rc-template-centered .rc-week-track {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 4px;
    }

    .rc-template-centered .rc-day-reward,
    .rc-template-centered .rc-day-reward:nth-child(7) {
        grid-column: auto;
        min-height: 82px;
        padding: 7px 1px 6px;
        border-radius: 10px;
    }

    .rc-template-centered .rc-day-reward__icon {
        width: 27px;
        height: 27px;
        margin: 5px 0 3px;
        font-size: 14px;
    }

    .rc-template-centered .rc-day-reward__status {
        display: none;
    }

    .rc-template-centered .rc-day-reward__day {
        font-size: 9px;
    }

    .rc-template-centered .rc-day-reward > strong {
        margin-top: auto;
        font-size: 11px;
    }

    .rc-template-split .rc-campaign {
        min-height: 286px;
        padding: 18px 18px 20px;
    }

    .rc-template-split .rc-campaign__copy {
        width: 67%;
    }

    .rc-template-split .rc-campaign__copy > p {
        display: none;
    }

    .rc-template-split .rc-campaign__visual {
        right: 0px;
        bottom: 1px;
        width: 60%;
        height: 230px;
    }

    .rc-template-split .rc-stats {
        right: auto;
        bottom: 12px;
        left: 14px;
        grid-template-columns: 1fr;
        width: 132px;
        padding: 6px 10px;
        background: rgba(88, 9, 9, .24);
    }

    .rc-template-split .rc-stats > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 3px 0;
        border-top: 1px solid rgba(255, 255, 255, .16);
        border-left: 0;
        text-align: left;
    }

    .rc-template-split .rc-stats > div:first-child {
        border-top: 0;
    }

    .rc-template-split .rc-stats dt {
        margin: 0;
    }

    .rc-template-split .rc-stats dd {
        justify-content: flex-end;
    }

    .rc-template-split .rc-stats strong {
        font-size: 15px;
    }

    .rc-template-split .rc-primary-layout {
        margin-top: -14px;
    }

    .rc-template-split .rc-week-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .rc-template-split .rc-day-reward {
        display: grid;
        grid-template-columns: 30px minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        gap: 0 7px;
        min-height: 54px;
        padding: 7px 8px;
        text-align: left;
    }

    .rc-template-split .rc-day-reward:nth-child(7) {
        grid-column: 1 / -1;
    }

    .rc-template-split .rc-day-reward__icon {
        grid-row: 1 / 3;
        width: 30px;
        height: 30px;
        margin: 0;
    }

    .rc-template-split .rc-day-reward__day {
        align-self: end;
        text-align: left;
    }

    .rc-template-split .rc-day-reward > strong {
        grid-row: 1 / 3;
        grid-column: 3;
        align-self: center;
    }

    .rc-template-split .rc-day-reward__status {
        align-self: start;
        padding: 0;
        text-align: left;
    }
}

@media (max-width: 390px) {
    .rc-campaign h1 {
        font-size: 27px;
    }

    .rc-template-clean .rc-campaign {
        min-height: 258px;
    }

    .rc-template-clean .rc-campaign__visual {
        right: -13px;
        width: 50%;
        height: 160px;
    }

    .rc-template-centered .rc-campaign {
        min-height: 244px;
    }

    .rc-template-centered .rc-campaign h1 {
        font-size: 26px;
    }

    .rc-template-centered .rc-campaign__visual {
        top: 58px;
        width: 40%;
        height: 108px;
    }

    .rc-template-split .rc-campaign {
        min-height: 274px;
    }

    .rc-template-split .rc-campaign__visual {
        right: -20px;
        width: 55%;
        height: 176px;
    }

    .rc-section-heading {
        gap: 10px;
    }

    .rc-section-heading > p {
        white-space: normal;
        text-align: right;
    }

    .rc-milestone-item > span:nth-child(2) small {
        display: none;
    }

    .rc-template-centered .rc-day-reward__day {
        font-size: 8px;
    }

    .rc-template-centered .rc-day-reward > strong {
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms;
        animation-iteration-count: 1;
        transition-duration: .01ms;
    }

    .rc-reward-modal__confetti {
        display: none;
    }
}
