.pc-body {
    background: #dff4ff;
}

.pc-body #app-header {
    background:
        linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 16%, rgba(255,255,255,.88)), rgba(255,255,255,.84));
    border-bottom: 3px solid color-mix(in srgb, var(--color-primary) 82%, transparent);
}

.pc-body #app-header .app-title,
.pc-body #app-header button,
.pc-body #app-nav .nav-item.active,
.pc-body #app-nav .nav-item:hover {
    color: var(--color-primary);
}

.pc-body #app-nav {
    background:
        linear-gradient(180deg, rgba(255,255,255,.72), color-mix(in srgb, var(--color-primary-light) 52%, rgba(255,255,255,.9)));
    border-top: 1px solid color-mix(in srgb, var(--color-primary) 20%, rgba(226,232,240,.9));
}

.pc-body #app-nav::before {
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-primary) 72%, transparent), transparent);
}

.pc-page {
    min-height: 100svh;
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
    color: #20283a;
    background:
        linear-gradient(180deg, rgba(255,255,255,0) 0 58%, rgba(255,255,255,.84) 80%),
        url("../images/anh-nen.jpg") center bottom / cover fixed;
}

.pc-page--day {
    min-height: calc(100svh - var(--header-height, 88px));
    padding: 14px clamp(12px, 2vw, 24px) calc(84px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 10px;
    overflow: hidden;
}

.pc-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    padding: 96px min(5vw, 72px) 44px;
    isolation: isolate;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.pc-page--day .pc-hero {
    width: min(1120px, 100%);
    min-height: clamp(172px, 24svh, 260px);
    margin: 0 auto;
    padding: 46px clamp(18px, 4vw, 36px) 20px;
    border-radius: 26px;
    box-shadow: 0 18px 38px rgba(16, 24, 40, .15);
}

.pc-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.54)),
        radial-gradient(circle at 16% 72%, rgba(0,0,0,.48), transparent 38%);
}

.pc-hero__shade::after {
    content: "✦";
    position: absolute;
    right: clamp(18px, 4vw, 46px);
    top: clamp(16px, 3vw, 32px);
    color: rgba(255,255,255,.68);
    font-size: clamp(18px, 3vw, 32px);
    text-shadow: 0 0 18px rgba(255,255,255,.5);
}

.pc-hero__glass {
    position: absolute;
    left: clamp(18px, 4vw, 42px);
    bottom: clamp(18px, 3vw, 34px);
    width: min(680px, calc(100% - 36px));
    height: clamp(225px, 14svh, 156px);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(10,15,24,.58), rgba(10,15,24,.18)),
        color-mix(in srgb, var(--pc-accent) 14%, transparent);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 18px 40px rgba(0,0,0,.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pc-back {
    position: absolute;
    top: calc(28px + env(safe-area-inset-top));
    left: 28px;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(0,0,0,.42);
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    text-decoration: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pc-page--day .pc-back {
    top: 18px;
    left: 18px;
    width: 42px;
    height: 42px;
    font-size: 26px;
}

.pc-hero__content {
    position: relative;
    width: min(720px, 100%);
    color: #fff;
    text-shadow: 0 3px 18px rgba(0,0,0,.42);
    z-index: 1;
}

.pc-topic-kicker,
.pc-hero__content p {
    margin: 0 0 12px;
    font-size: clamp(15px, 1.8vw, 22px);
    font-weight: 800;
}

.pc-hero h1 {
    margin: 0 0 12px;
    max-width: 820px;
    font-size: clamp(34px, 5.7vw, 66px);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: 0;
}

.pc-page--day .pc-topic-kicker,
.pc-page--day .pc-hero__content p {
    margin-bottom: 6px;
    font-size: clamp(13px, 1.45vw, 17px);
}

.pc-page--day .pc-hero h1 {
    max-width: 700px;
    font-size: clamp(28px, 4.2vw, 46px);
    line-height: 1.06;
}

.pc-home-card,
.pc-topic-shell,
.pc-reader {
    position: relative;
    width: min(1120px, calc(100% - 32px));
    margin: -24px auto 0;
    border-radius: 38px 38px 22px 22px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -10px 35px rgba(22, 34, 54, .08);
}

.pc-home-card {
    padding: 28px min(5vw, 54px) 54px;
}

.pc-home-card blockquote {
    position: relative;
    margin: 0 auto 24px;
    max-width: 760px;
    padding: 22px clamp(22px, 4vw, 42px);
    border-radius: 26px;
    /* background:
        linear-gradient(135deg, rgba(255,255,255,.94), color-mix(in srgb, var(--pc-accent) 7%, #fff)); */
    border: 1px solid color-mix(in srgb, var(--pc-accent) 18%, rgba(226,232,240,.9));
    box-shadow: 0 14px 34px rgba(30,41,59,.07);
    text-align: center;
    color: #263144;
    font-size: clamp(18px, 2.55vw, 30px);
    line-height: 1.42;
    font-weight: 900;
    font-style: italic;
}

.pc-home-card blockquote::before {
    content: "“";
    position: absolute;
    left: 18px;
    top: 2px;
    color: color-mix(in srgb, var(--pc-accent) 30%, transparent);
    font-size: clamp(52px, 8vw, 88px);
    line-height: 1;
    font-style: normal;
    font-weight: 950;
}

.pc-home-card cite {
    display: block;
    margin-top: 10px;
    color: #667085;
    font-size: .72em;
    font-style: normal;
    font-weight: 850;
}

.pc-audience-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 720px;
    margin: 0 auto 42px;
    padding: 8px;
    border-radius: 999px;
    background: #eef0f4;
}

.pc-audience-tabs a {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #4a5568;
    text-decoration: none;
    font-size: clamp(18px, 3vw, 28px);
    font-weight: 950;
}

.pc-audience-tabs a.is-active {
    background: var(--pc-accent);
    color: #fff;
    box-shadow: 0 10px 22px color-mix(in srgb, var(--pc-accent) 28%, transparent);
}

.pc-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 42px);
}

.pc-my-progress {
    margin: 0 0 34px;
    padding: 20px;
    border-radius: 22px;
    background: color-mix(in srgb, var(--pc-accent) 8%, #fff);
    border: 1px solid color-mix(in srgb, var(--pc-accent) 18%, transparent);
}

.pc-my-progress h2 {
    margin: 0 0 14px;
    font-size: 22px;
}

.pc-progress-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.pc-progress-item {
    display: block;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    color: #1f2937;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(30,41,59,.06);
}

.pc-progress-item strong,
.pc-progress-item span {
    display: block;
}

.pc-progress-item span {
    margin-top: 4px;
    color: #667085;
    font-weight: 700;
}

.pc-journal-log {
    margin: 0 0 34px;
    padding: 22px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--pc-accent) 10%, #fff), rgba(255,255,255,.94));
    border: 1px solid color-mix(in srgb, var(--pc-accent) 20%, rgba(226,232,240,.9));
    box-shadow: 0 16px 32px rgba(30,41,59,.07);
}

.pc-journal-log__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.pc-journal-log__head span {
    display: block;
    margin-bottom: 4px;
    color: var(--pc-accent);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pc-journal-log__head h2 {
    margin: 0;
    color: #1f2937;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.1;
}

.pc-journal-log__head small {
    color: #667085;
    font-weight: 800;
}

.pc-journal-log-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.pc-journal-log-item {
    display: block;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.9);
    color: #1f2937;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(30,41,59,.07);
    border: 1px solid rgba(226,232,240,.9);
}

.pc-journal-log-item__meta {
    display: block;
    margin-bottom: 8px;
    color: #667085;
    font-size: 12px;
    font-weight: 850;
}

.pc-journal-log-item strong {
    display: block;
    margin-bottom: 8px;
    color: var(--pc-accent);
    font-size: 18px;
    line-height: 1.2;
}

.pc-journal-log-item p {
    display: -webkit-box;
    margin: 0 0 12px;
    color: #344054;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 650;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pc-journal-log-item em {
    color: var(--pc-accent);
    font-size: 13px;
    font-style: normal;
    font-weight: 950;
}

.pc-topic-card {
    position: relative;
    min-height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    border-radius: 24px;
    background: var(--card-color, #9b51e0);
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 0 color-mix(in srgb, var(--card-color, #9b51e0) 34%, white), 0 18px 30px rgba(30, 41, 59, .12);
}

.pc-topic-card span {
    font-size: clamp(25px, 4vw, 40px);
    line-height: 1;
    font-weight: 950;
}

.pc-topic-card small {
    display: block;
    margin-top: 10px;
    max-width: 330px;
    color: rgba(255,255,255,.94);
    font-size: clamp(16px, 2.7vw, 24px);
    line-height: 1.25;
    font-weight: 650;
}

.pc-topic-shell {
    padding: 32px;
}

.pc-topic-head {
    margin-bottom: 22px;
}

.pc-topic-head p {
    margin: 0 0 6px;
    color: var(--pc-accent);
    text-transform: uppercase;
    font-weight: 900;
}

.pc-topic-head h2 {
    margin: 0 0 8px;
    font-size: clamp(34px, 5vw, 64px);
}

.pc-topic-days-strip,
.pc-day-progress {
    width: min(1120px, calc(100% - 24px));
    margin: -48px auto 20px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}

.pc-topic-days-strip {
    width: 100%;
    margin: 22px 0 0;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(226,232,240,.9);
}

.pc-page--day .pc-day-progress {
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: 7px;
    border-radius: 20px;
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(226,232,240,.86);
    box-shadow: 0 12px 30px rgba(16,24,40,.08);
}

.pc-topic-days-strip::-webkit-scrollbar,
.pc-day-progress::-webkit-scrollbar {
    display: none;
}

.pc-topic-days-strip a,
.pc-topic-days-strip > span,
.pc-day-progress a {
    flex: 0 0 auto;
    min-width: 134px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(70,82,100,.92);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.pc-topic-days-strip a {
    background: #fff;
    color: #344054;
    box-shadow: 0 8px 18px rgba(16,24,40,.08);
}

.pc-topic-days-strip > span,
.pc-day-progress > span {
    flex: 0 0 auto;
    min-width: 134px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.52);
    color: #98a2b3;
    font-weight: 900;
    opacity: .62;
    cursor: not-allowed;
    box-shadow: inset 0 0 0 1px rgba(148,163,184,.18);
}

.pc-topic-days-strip > span > span,
.pc-day-progress > span > span,
.pc-topic-days-strip a span,
.pc-day-progress a span {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #e2e8f0;
}

.pc-topic-days-strip a:first-child,
.pc-day-progress a.is-current {
    background: var(--pc-accent);
    color: #fff;
}

.pc-topic-days-strip a:first-child span,
.pc-day-progress a.is-current span {
    background: #ffb01f;
    box-shadow: inset 0 0 0 5px #fff;
}

.pc-reader {
    margin-top: 0;
    padding: 28px;
    overflow: hidden;
}

.pc-page--day .pc-reader {
    width: min(1120px, 100%);
    height: 100%;
    min-height: 0;
    margin: 0 auto;
    padding: 16px;
    border-radius: 26px;
}

.pc-step {
    display: none;
}

.pc-step.is-active {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    height: 100%;
    min-height: 0;
}

.pc-step-frame {
    min-height: min(620px, calc(100svh - 280px));
    padding: clamp(28px, 6vw, 70px);
    border: 8px solid color-mix(in srgb, var(--pc-accent) 42%, white);
    border-radius: 30px;
    text-align: center;
}

.pc-page--day .pc-step-frame {
    min-height: 0;
    height: 100%;
    padding: clamp(20px, 3vw, 34px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pc-step-frame h2 {
    width: min(560px, 86%);
    margin: -64px auto 42px;
    padding: 14px 28px;
    border-radius: 0 0 22px 22px;
    background: var(--pc-accent);
    color: #fff;
    font-size: clamp(26px, 4vw, 44px);
    line-height: 1.1;
}

.pc-step-frame h2::before {
    content: "✚";
    display: inline-block;
    margin-right: .42em;
    font-size: .82em;
    transform: translateY(-.02em);
}

.pc-step[data-pc-step="scripture"] .pc-step-frame h2::before {
    content: "☩";
}

.pc-step[data-pc-step="meditation"] .pc-step-frame h2::before {
    content: "✦";
}

.pc-step[data-pc-step="prayer"] .pc-step-frame h2::before {
    content: "✚";
}

.pc-step[data-pc-step="saint"] .pc-step-frame h2::before {
    content: "✧";
}

.pc-step[data-pc-step="journal"] .pc-step-frame h2::before {
    content: "✎";
}

.pc-page--day .pc-step-frame h2 {
    flex: 0 0 auto;
    width: min(430px, 82%);
    margin: 0 auto 16px;
    padding: 10px 18px;
    border-radius: 18px;
    font-size: clamp(22px, 2.9vw, 32px);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--pc-accent) 24%, transparent);
}

.pc-step-content {
    max-width: 850px;
    margin: 0 auto;
    color: #2d3748;
    font-size: clamp(24px, 3.8vw, 42px);
    line-height: 1.45;
    font-weight: 850;
    font-style: italic;
}

.pc-page--day .pc-step-content {
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    padding: 4px clamp(6px, 2vw, 18px) 10px;
    font-size: clamp(20px, 3.2vw, 32px);
    line-height: 1.42;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.pc-page--day .pc-step-content::-webkit-scrollbar {
    width: 8px;
}

.pc-page--day .pc-step-content::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: color-mix(in srgb, var(--pc-accent) 45%, #d0d5dd);
}

.pc-step-content p {
    margin: 0 0 1em;
}

.pc-step-frame cite {
    display: block;
    margin-top: 22px;
    color: #667085;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
}

.pc-page--day .pc-step-frame cite {
    flex: 0 0 auto;
    margin-top: 14px;
    font-size: clamp(17px, 2.1vw, 24px);
}

.pc-step-frame textarea {
    width: min(780px, 100%);
    min-height: 280px;
    padding: 24px;
    border: 0;
    border-radius: 20px;
    background: #eef2f6;
    color: #1f2937;
    font-size: 24px;
    resize: vertical;
}

.pc-journal-note {
    max-width: 720px;
    margin: 34px auto 0;
    color: #4b5563;
    font-size: clamp(18px, 2.5vw, 28px);
    line-height: 1.35;
    font-weight: 750;
    font-style: italic;
}

.pc-journal-saved {
    width: min(780px, 100%);
    max-height: 170px;
    margin: 18px auto 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: color-mix(in srgb, var(--pc-accent) 8%, #fff);
    border: 1px solid color-mix(in srgb, var(--pc-accent) 20%, #e5e7eb);
    color: #253044;
    text-align: left;
    overflow-y: auto;
}

.pc-journal-saved strong {
    display: block;
    margin-bottom: 8px;
    color: var(--pc-accent);
    font-size: 15px;
    font-weight: 950;
}

.pc-journal-saved p {
    margin: 0 0 .7em;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 650;
}

.pc-step-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 28px 0;
}

.pc-page--day .pc-step-dots {
    margin: 10px 0 10px;
}

.pc-step-dots span {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #ffe48b;
}

.pc-step-dots span.is-active {
    background: #c76300;
}

.pc-step-actions {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.pc-btn {
    min-width: min(100%, 420px);
    min-height: 60px;
    padding: 14px 24px;
    border: 0;
    border-radius: 12px;
    background: var(--pc-accent);
    color: #fff;
    font-size: clamp(18px, 2.4vw, 26px);
    font-weight: 950;
    cursor: pointer;
}

.pc-page--day .pc-btn {
    min-height: 50px;
    font-size: clamp(16px, 1.9vw, 22px);
}

.pc-btn--ghost {
    background: #fff;
    color: var(--pc-accent);
    border: 2px solid #f0d076;
}

[data-theme="dark"] .pc-page {
    background:
        linear-gradient(180deg, rgba(8,11,20,.2), rgba(8,11,20,.9)),
        url("../images/anh-nen.jpg") center bottom / cover fixed;
}

[data-theme="dark"] .pc-body #app-header {
    background:
        linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 18%, rgba(13,18,31,.92)), rgba(13,18,31,.86));
    border-bottom-color: color-mix(in srgb, var(--color-primary) 58%, transparent);
}

[data-theme="dark"] .pc-body #app-nav {
    background:
        linear-gradient(180deg, rgba(13,18,31,.78), color-mix(in srgb, var(--color-primary) 12%, rgba(13,18,31,.92)));
    border-top-color: color-mix(in srgb, var(--color-primary) 24%, rgba(255,255,255,.1));
}

[data-theme="dark"] .pc-home-card,
[data-theme="dark"] .pc-topic-shell,
[data-theme="dark"] .pc-reader {
    background: rgba(14,18,30,.96);
    color: #f8fafc;
}

[data-theme="dark"] .pc-home-card blockquote,
[data-theme="dark"] .pc-step-content {
    color: #f6eadb;
}

[data-theme="dark"] .pc-audience-tabs {
    background: rgba(255,255,255,.08);
}

[data-theme="dark"] .pc-audience-tabs a {
    color: rgba(248,250,252,.8);
}

[data-theme="dark"] .pc-day-card {
    background: rgba(255,255,255,.08);
    color: #f8fafc;
    border-color: rgba(255,255,255,.12);
}

[data-theme="dark"] .pc-topic-days-strip,
[data-theme="dark"] .pc-page--day .pc-day-progress {
    background: rgba(15,23,42,.74);
    border-color: rgba(255,255,255,.12);
}

[data-theme="dark"] .pc-topic-days-strip a,
[data-theme="dark"] .pc-day-progress a {
    background: rgba(255,255,255,.09);
    color: rgba(248,250,252,.86);
}

[data-theme="dark"] .pc-topic-days-strip > span,
[data-theme="dark"] .pc-day-progress > span {
    background: rgba(255,255,255,.045);
    color: rgba(248,250,252,.38);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

[data-theme="dark"] .pc-topic-days-strip a:first-child,
[data-theme="dark"] .pc-day-progress a.is-current {
    background: var(--pc-accent);
    color: #fff;
}

[data-theme="dark"] .pc-my-progress {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.12);
}

[data-theme="dark"] .pc-progress-item {
    background: rgba(255,255,255,.08);
    color: #f8fafc;
}

[data-theme="dark"] .pc-progress-item span {
    color: rgba(248,250,252,.68);
}

[data-theme="dark"] .pc-journal-log {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.12);
}

[data-theme="dark"] .pc-journal-log__head h2,
[data-theme="dark"] .pc-journal-log-item {
    color: #f8fafc;
}

[data-theme="dark"] .pc-journal-log__head small,
[data-theme="dark"] .pc-journal-log-item__meta {
    color: rgba(248,250,252,.62);
}

[data-theme="dark"] .pc-journal-log-item {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.1);
}

[data-theme="dark"] .pc-journal-log-item p {
    color: rgba(248,250,252,.78);
}

[data-theme="dark"] .pc-step-frame {
    background: rgba(255,255,255,.025);
}

[data-theme="dark"] .pc-step-frame textarea {
    background: rgba(255,255,255,.08);
    color: #fff;
}

[data-theme="dark"] .pc-journal-saved {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.12);
    color: rgba(248,250,252,.9);
}

@media (max-width: 720px) {
    .pc-page {
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }

    .pc-page--day {
        height: calc(100svh - 76px);
        min-height: 0;
        padding: 8px 10px calc(72px + env(safe-area-inset-bottom));
        grid-template-rows: auto auto minmax(0, 1fr);
        gap: 7px;
    }

    .pc-hero {
        min-height: 300px;
        padding: 82px 24px 34px;
    }

    .pc-hero h1 {
        font-size: clamp(30px, 9vw, 44px);
    }

    .pc-topic-kicker,
    .pc-hero__content p {
        font-size: 15px;
    }

    .pc-page--day .pc-hero {
        min-height: clamp(118px, 17svh, 150px);
        padding: 30px 13px 12px;
        border-radius: 22px;
    }

    .pc-back {
        left: 20px;
        width: 52px;
        height: 52px;
    }

    .pc-page--day .pc-back {
        top: 14px;
        left: 14px;
        width: 38px;
        height: 38px;
        font-size: 24px;
    }

    .pc-hero__glass {
        left: 14px;
        bottom: 10px;
        width: calc(100% - 28px);
        height: 76px;
        border-radius: 16px;
    }

    .pc-page--day .pc-topic-kicker,
    .pc-page--day .pc-hero__content p {
        margin-bottom: 3px;
        font-size: 10px;
        line-height: 1.18;
    }

    .pc-page--day .pc-hero h1 {
        max-width: 94%;
        margin-bottom: 5px;
        font-size: clamp(19px, 6.1vw, 25px);
        line-height: 1.04;
    }

    .pc-home-card,
    .pc-topic-shell,
    .pc-reader {
        width: 100%;
        border-radius: 36px 36px 0 0;
    }

    .pc-home-card {
        padding: 22px 16px 38px;
    }

    .pc-home-card blockquote {
        margin-bottom: 18px;
        padding: 18px 18px 18px 28px;
        border-radius: 22px;
        font-size: clamp(17px, 5vw, 22px);
        line-height: 1.38;
    }

    .pc-home-card blockquote::before {
        left: 10px;
        top: 4px;
        font-size: 54px;
    }

    .pc-topic-grid {
        gap: 28px 20px;
    }

    .pc-journal-log {
        margin-bottom: 28px;
        padding: 16px;
        border-radius: 20px;
    }

    .pc-journal-log__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 12px;
    }

    .pc-journal-log-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pc-journal-log-item {
        padding: 14px;
        border-radius: 16px;
    }

    .pc-topic-card {
        min-height: 122px;
        padding: 18px 14px;
        border-radius: 20px;
    }

    .pc-day-progress {
        width: calc(100% - 24px);
        margin-top: -32px;
    }

    .pc-page--day .pc-day-progress {
        width: 100%;
        margin: 0;
        padding: 6px;
        border-radius: 17px;
        gap: 6px;
    }

    .pc-topic-days-strip a,
    .pc-topic-days-strip > span,
    .pc-day-progress a {
        min-width: 122px;
        height: 42px;
        font-size: 15px;
    }

    .pc-day-progress > span,
    .pc-page--day .pc-day-progress a {
        min-width: 96px;
        height: 34px;
        font-size: 12px;
        gap: 6px;
    }

    .pc-page--day .pc-day-progress a span {
        width: 20px;
        height: 20px;
    }

    .pc-reader {
        padding: 18px 14px 36px;
    }

    .pc-page--day .pc-reader {
        width: 100%;
        height: 100%;
        min-height: 0;
        padding: 12px 9px 10px;
        border-radius: 22px;
    }

    .pc-step-frame {
        min-height: calc(100svh - 330px);
        padding: 34px 20px 30px;
        border-width: 6px;
    }

    .pc-page--day .pc-step-frame {
        min-height: 0;
        height: 100%;
        padding: 24px 13px 14px;
        border-width: 4px;
        border-radius: 22px;
    }

    .pc-step-frame h2 {
        margin-top: -60px;
        margin-bottom: 36px;
        padding: 12px 18px;
    }

    .pc-page--day .pc-step-frame h2 {
        width: min(330px, 84%);
        margin-top: 0;
        margin-bottom: 11px;
        padding: 8px 12px;
        border-radius: 15px;
        font-size: 18px;
    }

    .pc-step-content {
        font-size: clamp(25px, 8vw, 36px);
    }

    .pc-page--day .pc-step-content {
        font-size: clamp(17px, 4.35vw, 22px);
        line-height: 1.34;
        padding: 0 4px 8px;
    }

    .pc-page--day .pc-step-content p {
        margin-bottom: .8em;
    }

    .pc-page--day .pc-step-dots {
        margin: 8px 0 8px;
    }

    .pc-page--day .pc-step-dots span {
        width: 10px;
        height: 10px;
    }

    .pc-page--day .pc-step-actions {
        gap: 8px;
    }

    .pc-page--day .pc-btn {
        min-width: min(100%, 280px);
        min-height: 44px;
        padding: 10px 14px;
        font-size: 16px;
        border-radius: 11px;
    }

    .pc-step-frame textarea {
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
        font-size: 18px;
        overflow-y: auto;
    }

    .pc-journal-note {
        flex: 0 0 auto;
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.3;
    }

    .pc-journal-saved {
        flex: 0 1 auto;
        max-height: 104px;
        margin-top: 10px;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .pc-journal-saved strong {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .pc-journal-saved p {
        font-size: 13px;
        line-height: 1.38;
    }
}
