html,
body.onecolor-app-body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html:has(body.onecolor-app-body) {
    margin-top: 0 !important;
}

body.onecolor-app-body {
    margin: 0;
    background: #fff7fb;
}

body.onecolor-app-body #wpadminbar {
    display: none !important;
}

.onecolor-app-body::before {
    display: none;
}

.oc-app {
    --oc-ink: #211925;
    --oc-muted: #716777;
    --oc-line: rgba(70, 47, 65, 0.12);
    --oc-pink: #e45f86;
    --oc-violet: #9b78c8;
    --oc-peach: #f7c9a9;
    --oc-mint: #87d7c0;
    min-height: 100dvh;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    color: var(--oc-ink);
    background:
        linear-gradient(145deg, rgba(255, 246, 242, 0.98), rgba(248, 251, 255, 0.98) 54%, rgba(253, 246, 255, 0.98)),
        linear-gradient(90deg, rgba(242, 153, 178, 0.11), rgba(135, 215, 192, 0.09), rgba(127, 167, 232, 0.11));
}

.oc-app * {
    box-sizing: border-box;
}

.oc-premium-intro {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    grid-template-rows: minmax(0, 1.1fr) auto;
    min-height: 100dvh;
    overflow: hidden;
    overscroll-behavior: contain;
    padding: calc(18px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom));
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 206, 221, 0.62), transparent 34%),
        radial-gradient(circle at 88% 14%, rgba(190, 159, 235, 0.42), transparent 36%),
        linear-gradient(160deg, #fff4f8 0%, #f5eaff 42%, #342246 100%);
}

.oc-premium-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 46%),
        radial-gradient(circle at 50% 110%, rgba(229, 85, 143, 0.42), transparent 38%);
    pointer-events: none;
}

.oc-premium-intro-media,
.oc-premium-intro-copy {
    position: relative;
    z-index: 1;
}

.oc-premium-intro-media {
    min-height: 0;
    overflow: hidden;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.26);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.34),
        0 28px 58px rgba(63, 38, 77, 0.28);
}

.oc-premium-intro-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(38, 22, 45, 0.02) 0%, rgba(38, 22, 45, 0.18) 48%, rgba(38, 22, 45, 0.78) 100%),
        linear-gradient(90deg, rgba(228, 95, 134, 0.2), transparent 45%, rgba(155, 120, 200, 0.2));
    pointer-events: none;
}

.oc-premium-intro-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
    transform: scale(1.025);
    filter: saturate(1.04) contrast(1.02) brightness(1.01);
}

.oc-premium-intro-media p {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    margin: 0;
    padding: 7px 11px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(38, 23, 44, 0.42);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
}

.oc-premium-intro-swatches {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: flex;
    gap: 7px;
}

.oc-premium-intro-swatches span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-shadow:
        inset 0 0 0 3px rgba(255, 255, 255, 0.64),
        0 10px 18px rgba(33, 20, 42, 0.22);
}

.oc-premium-intro-swatches span:nth-child(1) {
    background: #f7c9a9;
}

.oc-premium-intro-swatches span:nth-child(2) {
    background: #f299b2;
}

.oc-premium-intro-swatches span:nth-child(3) {
    background: #9b78c8;
}

.oc-premium-intro-swatches span:nth-child(4) {
    background: #87d7c0;
}

.oc-premium-intro-copy {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding: 16px 2px 0;
}

.oc-premium-intro-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: max-content;
    padding: 7px 11px 7px 7px;
    border-radius: 999px;
    color: #2b2032;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 10px 28px rgba(74, 45, 90, 0.18);
}

.oc-premium-intro-brand img {
    width: 31px;
    height: 31px;
    border-radius: 10px;
}

.oc-premium-intro-brand span {
    font-size: 17px;
    line-height: 1;
    font-weight: 950;
}

.oc-premium-intro .oc-kicker {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 10px;
    font-weight: 950;
}

.oc-premium-intro h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(29px, 8vw, 39px);
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 950;
    text-shadow: 0 5px 24px rgba(38, 22, 48, 0.32);
}

.oc-premium-intro-lead {
    max-width: 340px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13.5px;
    line-height: 1.48;
    font-weight: 850;
}

.oc-premium-intro-points {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.oc-premium-intro-points span {
    padding: 8px 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
}

.oc-premium-intro-actions {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 9px;
    margin-top: 4px;
}

.oc-premium-intro-actions button,
.oc-premium-intro-skip {
    position: relative;
    z-index: 4;
    min-height: 50px;
    border: 0;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 950;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.oc-premium-intro-actions button:first-child {
    color: #ffffff;
    background: linear-gradient(135deg, #e45f86, #9b78c8);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.22),
        0 16px 32px rgba(52, 34, 70, 0.26);
}

.oc-premium-intro-actions button:last-child,
.oc-premium-intro-skip {
    color: #443346;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.oc-premium-intro-skip {
    position: relative;
    z-index: 4;
    min-height: 40px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

@media (orientation: landscape), (max-height: 620px) {
    .oc-premium-intro {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
        grid-template-rows: 1fr;
        gap: 18px;
        padding: calc(14px + env(safe-area-inset-top)) 22px calc(14px + env(safe-area-inset-bottom));
    }

    .oc-premium-intro-media {
        min-height: 0;
    }

    .oc-premium-intro-copy {
        align-content: center;
        margin-top: 0;
        padding-top: 0;
    }

    .oc-premium-intro h1 {
        font-size: clamp(28px, 5.2vw, 40px);
    }

    .oc-premium-intro-lead {
        max-width: 420px;
        font-size: 13px;
    }
}

.oc-app-header {
    min-height: calc(66px + env(safe-area-inset-top));
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: calc(12px + env(safe-area-inset-top)) 16px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 247, 251, 0.88);
    backdrop-filter: blur(18px);
}

.oc-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.oc-brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(228, 95, 134, 0.22);
}

.oc-brand strong,
.oc-brand span {
    display: block;
}

.oc-brand strong {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 950;
}

.oc-brand span {
    color: #9a5873;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.oc-icon-button {
    min-width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: #6b5263;
    background: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    font-weight: 950;
    box-shadow: 0 10px 24px rgba(104, 69, 88, 0.08);
}

.oc-app-main {
    min-height: 0;
    overflow: hidden;
}

.oc-tab-panel {
    display: none;
    height: 100%;
    overflow-y: auto;
    padding: 18px 16px calc(94px + env(safe-area-inset-bottom));
    overscroll-behavior: contain;
}

.oc-tab-panel.is-active {
    display: block;
}

.oc-analysis-stage {
    display: none;
}

.oc-analysis-stage.is-active {
    display: grid;
    gap: 16px;
    min-height: 100%;
    align-content: start;
}

.oc-hero-card,
.oc-info-card,
.oc-card,
.oc-summary-card,
.oc-preview-card,
.oc-progress-card,
.oc-result-empty,
.oc-season-card {
    border: 1px solid var(--oc-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 48px rgba(104, 69, 88, 0.09);
}

.oc-hero-card {
    padding: 24px 22px;
}

.oc-hero-logo {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 18px;
}

.oc-kicker {
    margin: 0 0 8px;
    color: #b94c73;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.oc-hero-card h1,
.oc-screen-title h1,
.oc-progress-card h1,
.oc-result-empty h1 {
    margin: 0;
    color: var(--oc-ink);
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.1;
    letter-spacing: 0;
    word-break: keep-all;
}

.oc-hero-card p:not(.oc-kicker),
.oc-screen-title p:not(.oc-kicker),
.oc-progress-card p,
.oc-result-empty p,
.oc-card p,
.oc-info-card li,
.oc-note {
    color: var(--oc-muted);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 800;
    word-break: keep-all;
}

.oc-action-stack {
    display: grid;
    gap: 10px;
}

.oc-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 16px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
}

.oc-button-primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--oc-pink), var(--oc-violet));
    box-shadow: 0 14px 28px rgba(228, 95, 134, 0.24);
}

.oc-button-secondary {
    color: #3f3348;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: inset 0 0 0 1px var(--oc-line);
}

.oc-button:disabled,
.oc-button[aria-disabled="true"] {
    cursor: not-allowed;
    color: #8b7d8f;
    background: rgba(245, 240, 246, 0.92);
    box-shadow: inset 0 0 0 1px rgba(43, 36, 46, 0.08);
    opacity: 0.86;
}

.oc-hidden-input {
    position: fixed;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.oc-info-card,
.oc-card,
.oc-result-empty {
    padding: 18px;
}

.oc-info-card h2,
.oc-card h2,
.oc-card h3,
.oc-result-empty h2 {
    margin: 0 0 10px;
    color: var(--oc-ink);
    font-size: 20px;
    line-height: 1.25;
}

.oc-info-card ul,
.oc-result-empty ul {
    display: grid;
    gap: 8px;
    margin: 10px 0 0;
    padding-left: 18px;
}

.oc-preview-card {
    padding: 10px;
}

.oc-preview-card img {
    width: 100%;
    max-height: 48dvh;
    object-fit: contain;
    border-radius: 18px;
    background: #fff2f7;
}

.oc-progress-card {
    min-height: calc(100dvh - 190px);
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 28px 22px;
    text-align: center;
}

.oc-progress-ring {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 8px solid rgba(228, 95, 134, 0.15);
    border-top-color: var(--oc-pink);
    animation: oc-spin 1s linear infinite;
}

.oc-progress-ring.is-purple {
    border-top-color: var(--oc-violet);
}

@keyframes oc-spin {
    to {
        transform: rotate(360deg);
    }
}

.oc-screen-title {
    margin-bottom: 14px;
}

.oc-screen-title p:not(.oc-kicker) {
    margin: 8px 0 0;
}

.oc-result-content {
    display: grid;
    gap: 14px;
}

.oc-summary-card {
    padding: 18px;
}

.oc-summary-card h2 {
    margin: 0;
    color: var(--oc-ink);
    font-size: 26px;
    line-height: 1.15;
}

.oc-summary-card h2 span {
    display: block;
    margin-top: 4px;
    color: #b94c73;
    font-size: 14px;
}

.oc-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0 0;
}

.oc-summary-grid div {
    min-width: 0;
    padding: 12px;
    border-radius: 15px;
    background: rgba(255, 246, 249, 0.8);
}

.oc-summary-grid dt,
.oc-summary-grid dd {
    margin: 0;
}

.oc-summary-grid dt {
    color: #8a6577;
    font-size: 12px;
    font-weight: 900;
}

.oc-summary-grid dd {
    margin-top: 4px;
    color: #342b3c;
    font-size: 15px;
    font-weight: 950;
}

.oc-disclaimer,
.oc-note,
.oc-status {
    margin: 12px 0 0;
    color: #8a7b88;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 800;
}

.oc-status.is-error {
    color: #bd315f;
}

.oc-segmented {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.oc-segmented::-webkit-scrollbar {
    display: none;
}

.oc-segmented button {
    flex: 0 0 auto;
    min-height: 40px;
    border: 0;
    border-radius: 999px;
    padding: 0 14px;
    color: #5c5062;
    background: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 950;
}

.oc-segmented button.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--oc-pink), var(--oc-violet));
}

.oc-result-pane {
    display: none;
}

.oc-result-pane.is-active {
    display: grid;
    gap: 12px;
}

.oc-visual-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
    gap: 14px;
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 246, 249, 0.86)),
        rgba(255, 255, 255, 0.86);
}

.oc-analysis-photo-wrap {
    min-width: 0;
    display: grid;
    gap: 10px;
}

.oc-analysis-photo {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(247, 201, 169, 0.28), rgba(135, 215, 192, 0.18)),
        #fff7fb;
    box-shadow: inset 0 0 0 1px var(--oc-line);
}

.oc-analysis-photo img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    display: block;
}

.oc-analysis-photo img[hidden] {
    display: none;
}

.oc-photo-empty {
    height: 100%;
    min-height: 190px;
    display: grid;
    place-items: center;
    padding: 16px;
    color: #8a6577;
    font-size: 13px;
    font-weight: 950;
    text-align: center;
}

.oc-analysis-photo span {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 7px 8px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(33, 25, 37, 0.72);
    font-size: 11px;
    font-weight: 950;
    text-align: center;
    backdrop-filter: blur(10px);
}

.oc-visual-stack {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 12px;
}

.oc-visual-stack h3 {
    margin-bottom: 2px;
}

.oc-verdict-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.oc-verdict-strip div {
    min-width: 0;
    padding: 10px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 0 0 1px rgba(70, 47, 65, 0.08);
}

.oc-verdict-strip span,
.oc-swatch-panel strong,
.oc-color-metric span {
    display: block;
    color: #8a6577;
    font-size: 11px;
    font-weight: 950;
}

.oc-verdict-strip strong {
    display: block;
    margin-top: 5px;
    color: #2f2635;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 950;
}

.oc-season-bars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    min-height: 98px;
    align-items: end;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.66);
}

.oc-season-bar {
    min-width: 0;
    display: grid;
    gap: 5px;
    align-items: end;
    text-align: center;
}

.oc-season-bar i {
    width: 100%;
    height: max(16px, var(--h, 20%));
    border-radius: 10px 10px 6px 6px;
    background: var(--c, var(--oc-pink));
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.52);
}

.oc-season-bar strong {
    color: #493d51;
    font-size: 10px;
    font-weight: 950;
}

.oc-season-bar span {
    color: #8a6577;
    font-size: 10px;
    font-weight: 900;
}

.oc-swatch-panel {
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: inset 0 0 0 1px rgba(70, 47, 65, 0.08);
}

.oc-swatch-row {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}

.oc-swatch-row i {
    flex: 1 1 0;
    height: 30px;
    border-radius: 10px;
    background: var(--c, #ead3c2);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.66);
}

.oc-swatch-panel p {
    margin: 8px 0 0;
    color: #8a7b88;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 850;
}

.oc-color-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.oc-color-metric {
    min-width: 0;
    padding: 12px 10px;
    border-radius: 15px;
    background: rgba(255, 246, 249, 0.8);
}

.oc-color-metric strong {
    display: block;
    margin-top: 5px;
    color: #2f2635;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 950;
}

.oc-meter-list {
    display: grid;
    gap: 10px;
}

.oc-meter-row {
    display: grid;
    gap: 5px;
}

.oc-meter-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    color: #493d51;
    font-size: 12px;
    font-weight: 950;
}

.oc-meter-head span:last-child {
    color: #8a6577;
}

.oc-meter-track {
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(69, 55, 78, 0.1);
}

.oc-meter-fill {
    display: block;
    width: var(--v, 0%);
    height: 100%;
    border-radius: inherit;
    background: var(--c, var(--oc-pink));
}

.oc-palette-strip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 7px 9px;
    align-items: center;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.66);
}

.oc-palette-strip > span {
    color: #8a6577;
    font-size: 11px;
    font-weight: 950;
}

.oc-palette-strip div {
    min-width: 0;
    display: flex;
    gap: 5px;
}

.oc-palette-strip i {
    flex: 1 1 0;
    min-width: 12px;
    height: 18px;
    border-radius: 7px;
    background: var(--c, var(--oc-peach));
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.62);
}

.oc-reason-lead {
    margin: 0 0 12px;
    color: #493d51;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 850;
}

.oc-evidence-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oc-evidence-list li {
    padding: 11px 12px;
    border-radius: 14px;
    background: rgba(255, 246, 249, 0.82);
    color: #493d51;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 850;
}

.oc-evidence-list b {
    display: block;
    margin-bottom: 3px;
    color: #2f2635;
    font-size: 14px;
}

.oc-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 10px 0 16px;
}

.oc-chip-row span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: var(--c, var(--chip-color, var(--oc-peach)));
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.7), 0 8px 16px rgba(104, 69, 88, 0.12);
}

.oc-match-list,
.oc-check-list {
    display: grid;
    gap: 9px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.oc-match-list li,
.oc-check-list li {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    padding: 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    color: #493d51;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.45;
}

.oc-match-list i,
.oc-check-list i {
    width: 26px;
    height: 26px;
    border-radius: 9px;
    background: var(--c, var(--oc-mint));
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.72);
}

.oc-match-list b,
.oc-check-list b {
    display: block;
    color: #2f2635;
    font-size: 14px;
}

.oc-inline-color {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 5px 8px 0 0;
    vertical-align: top;
}

.oc-inline-color em {
    width: 18px;
    height: 18px;
    border-radius: 7px;
    background: var(--c, var(--oc-peach));
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}

.oc-inline-color small {
    color: #8a7b88;
    font-size: 11px;
    font-weight: 850;
}

.oc-season-list {
    display: grid;
    gap: 12px;
}

.oc-season-card {
    padding: 18px;
}

.oc-season-card h2 {
    margin: 0;
    font-size: 21px;
}

.oc-season-card.spring {
    background: linear-gradient(135deg, rgba(255, 246, 235, 0.92), rgba(255, 238, 244, 0.92));
}

.oc-season-card.summer {
    background: linear-gradient(135deg, rgba(247, 245, 255, 0.92), rgba(238, 248, 255, 0.92));
}

.oc-season-card.autumn {
    background: linear-gradient(135deg, rgba(255, 246, 232, 0.92), rgba(246, 240, 222, 0.92));
}

.oc-season-card.winter {
    background: linear-gradient(135deg, rgba(247, 248, 255, 0.92), rgba(242, 236, 255, 0.92));
}

.oc-menu-list {
    display: grid;
    gap: 10px;
}

.oc-menu-list button {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid var(--oc-line);
    border-radius: 18px;
    padding: 0 16px;
    color: var(--oc-ink);
    background: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 950;
    text-align: left;
}

.oc-menu-list span {
    color: #9a8a98;
    font-size: 12px;
    font-weight: 850;
}

.oc-bottom-tabs {
    position: relative;
    z-index: 20;
    min-height: calc(70px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--oc-line);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
}

.oc-bottom-tabs button {
    min-width: 0;
    min-height: 52px;
    border: 0;
    border-radius: 18px;
    color: #7b6d7c;
    background: transparent;
    font-size: 12px;
    font-weight: 950;
}

.oc-bottom-tabs button.is-active {
    color: #b94c73;
    background: rgba(242, 153, 178, 0.14);
}

.oc-help-sheet {
    position: fixed;
    inset: 0;
    z-index: 2600;
    display: grid;
    align-items: end;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    background:
        radial-gradient(circle at 20% 10%, rgba(228, 95, 134, 0.24), transparent 34%),
        rgba(32, 25, 35, 0.42);
    backdrop-filter: blur(10px);
}

.oc-help-sheet[hidden] {
    display: none;
}

.oc-help-sheet > div {
    position: relative;
    width: min(100%, 430px);
    max-height: min(82dvh, 680px);
    overflow-y: auto;
    margin: 0 auto;
    padding: 22px 18px 18px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0%, rgba(217, 185, 228, 0.34), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 252, 0.94));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.72),
        0 30px 80px rgba(32, 25, 35, 0.32);
}

.oc-help-sheet .oc-icon-button {
    position: absolute;
    top: 12px;
    right: 12px;
    min-width: 36px;
    height: 36px;
    color: #72596d;
    background: rgba(255, 255, 255, 0.76);
}

.oc-help-sheet h2 {
    margin: 8px 42px 10px 0;
    color: #211925;
    font-size: 26px;
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 950;
}

.oc-help-lead,
.oc-help-note {
    margin: 0;
    color: #6f6171;
    font-size: 13px;
    line-height: 1.48;
    font-weight: 850;
}

.oc-help-flow {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}

.oc-help-flow article {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    row-gap: 3px;
    padding: 13px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow:
        inset 0 0 0 1px rgba(220, 154, 184, 0.13),
        0 12px 26px rgba(124, 86, 116, 0.1);
}

.oc-help-flow article b {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #d65a8d, #9b78c8);
    font-size: 12px;
    font-weight: 950;
}

.oc-help-flow article strong {
    color: #251b2a;
    font-size: 15px;
    line-height: 1.18;
    font-weight: 950;
}

.oc-help-flow article span {
    color: #7d6d7c;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 820;
}

.oc-help-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 14px 0;
}

.oc-help-badges span {
    padding: 8px 10px;
    border-radius: 999px;
    color: #9b4770;
    background: rgba(242, 153, 178, 0.14);
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
}

.oc-help-confirm {
    width: 100%;
    min-height: 48px;
    margin-top: 14px;
    border: 0;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #d65a8d, #9b78c8);
    box-shadow: 0 14px 28px rgba(185, 109, 195, 0.24);
    font-size: 14px;
    font-weight: 950;
}

@media (min-width: 720px) {
    .oc-app {
        width: min(430px, 100%);
        height: 100dvh;
        min-height: 0;
        margin: 0 auto;
        border-inline: 1px solid rgba(70, 47, 65, 0.12);
    }
}

.oc-app {
    position: relative;
    grid-template-rows: auto minmax(0, 1fr);
}

.oc-app-header {
    min-height: calc(62px + env(safe-area-inset-top));
    padding: calc(8px + env(safe-area-inset-top)) 20px 8px;
}

.oc-brand-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
}

.oc-brand strong {
    font-size: 17px;
}

.oc-brand span {
    font-size: 10px;
    letter-spacing: 0.04em;
}

.oc-icon-button {
    min-width: 38px;
    height: 38px;
    font-size: 17px;
}

.oc-tab-panel {
    padding: 16px 20px calc(104px + env(safe-area-inset-bottom));
}

.oc-analysis-stage.is-active {
    gap: 14px;
}

.oc-app-intro {
    padding: 2px 0 4px;
}

.oc-app-intro h1,
.oc-screen-title h1,
.oc-progress-card h1,
.oc-result-empty h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
}

.oc-app-intro p:not(.oc-kicker),
.oc-screen-title p:not(.oc-kicker),
.oc-progress-card p,
.oc-result-empty p,
.oc-card p,
.oc-info-card li,
.oc-note {
    font-size: 15px;
    line-height: 1.55;
    font-weight: 750;
}

.oc-kicker {
    margin-bottom: 7px;
    font-size: 10px;
    letter-spacing: 0.06em;
}

.oc-button {
    min-height: 54px;
    border-radius: 18px;
    font-size: 15px;
}

.oc-hero-card,
.oc-info-card,
.oc-card,
.oc-summary-card,
.oc-preview-card,
.oc-progress-card,
.oc-result-empty,
.oc-season-card {
    border-radius: 24px;
}

.oc-info-card,
.oc-card,
.oc-result-empty,
.oc-summary-card,
.oc-season-card {
    padding: 20px;
}

.oc-info-card h2,
.oc-card h2,
.oc-card h3,
.oc-result-empty h2 {
    font-size: 20px;
    line-height: 1.25;
}

.oc-card h3 {
    margin: 0 0 10px;
}

.oc-preview-card {
    padding: 8px;
}

.oc-preview-card img {
    max-height: 46dvh;
    border-radius: 20px;
}

.oc-progress-card {
    min-height: calc(100dvh - 188px);
    padding: 26px 20px;
}

.oc-progress-ring {
    width: 66px;
    height: 66px;
    border-width: 7px;
}

.oc-screen-title {
    margin-bottom: 10px;
}

.oc-result-content {
    gap: 12px;
}

.oc-summary-card h2 {
    font-size: 28px;
    line-height: 1.14;
}

.oc-summary-card h2 span {
    margin-top: 5px;
    font-size: 14px;
}

.oc-summary-grid {
    gap: 9px;
    margin-top: 14px;
}

.oc-summary-grid div {
    padding: 11px;
    border-radius: 16px;
}

.oc-summary-grid dt {
    font-size: 11px;
}

.oc-summary-grid dd {
    font-size: 15px;
}

.oc-disclaimer,
.oc-note,
.oc-status {
    font-size: 12px;
    line-height: 1.5;
}

.oc-segmented {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
}

.oc-segmented button {
    width: 100%;
    min-height: 38px;
    padding: 0 8px;
    border-radius: 16px;
    font-size: 12px;
}

.oc-result-pane.is-active {
    gap: 12px;
}

.oc-visual-card {
    grid-template-columns: 1fr;
}

.oc-result-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.oc-result-mini-grid div {
    min-width: 0;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 246, 249, 0.8);
}

.oc-result-mini-grid span {
    display: block;
    color: #8a6577;
    font-size: 11px;
    font-weight: 950;
}

.oc-result-mini-grid strong {
    display: block;
    margin-top: 5px;
    color: #2f2635;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 950;
}

.oc-alt-line {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 246, 249, 0.8);
}

.oc-alt-line b,
.oc-alt-line span {
    display: block;
}

.oc-alt-line b {
    color: #2f2635;
    font-size: 13px;
}

.oc-alt-line span {
    color: #6d5e6d;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 800;
}

.oc-swatch-row {
    display: flex;
    gap: 7px;
}

.oc-swatch-row i {
    height: 32px;
    border-radius: 11px;
}

.oc-season-bars {
    min-height: 92px;
}

.oc-chip-row {
    gap: 8px;
    margin: 10px 0 14px;
}

.oc-chip-row span {
    width: 32px;
    height: 32px;
    border-radius: 11px;
}

.oc-season-list {
    gap: 10px;
}

.oc-season-card-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.oc-season-card h2 {
    font-size: 19px;
    line-height: 1.2;
}

.oc-season-card-head span {
    color: #8a6577;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.oc-menu-list button {
    min-height: 56px;
    border-radius: 18px;
    font-size: 15px;
}

.oc-bottom-tabs {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 0;
    width: min(100%, 430px);
    min-height: calc(76px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    padding: 8px 10px calc(9px + env(safe-area-inset-bottom));
    box-shadow: 0 -14px 32px rgba(104, 69, 88, 0.08);
}

.oc-bottom-tabs button {
    min-height: 52px;
    border-radius: 18px;
    font-size: 12px;
}

.oc-app [hidden] {
    display: none !important;
}

.oc-app-intro h1,
.oc-screen-title h1,
.oc-progress-card h1,
.oc-result-empty h1 {
    font-size: 28px;
}

.oc-app-intro p:not(.oc-kicker),
.oc-screen-title p:not(.oc-kicker),
.oc-progress-card p,
.oc-result-empty p,
.oc-card p,
.oc-info-card li,
.oc-note {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 720;
}

.oc-button {
    min-height: 52px;
    font-size: 14px;
    font-weight: 900;
}

.oc-info-card h2,
.oc-card h2,
.oc-card h3,
.oc-result-empty h2 {
    font-size: 18px;
}

.oc-summary-card h2 {
    font-size: 26px;
}

.oc-summary-grid dd,
.oc-result-mini-grid strong {
    font-size: 14px;
}

.oc-app-main {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
}

.oc-tab-panel {
    padding: 16px 20px calc(104px + env(safe-area-inset-bottom));
}

.oc-app-intro h1 {
    font-size: 28px;
}

.oc-screen-title h1,
.oc-progress-card h1,
.oc-result-empty h1 {
    font-size: 26px;
}

.oc-info-card h2,
.oc-card h2,
.oc-card h3,
.oc-result-empty h2 {
    font-size: 17px;
}

.oc-season-card {
    padding: 16px;
}

.oc-season-card h2 {
    font-size: 18px;
}

.oc-season-card-head span {
    font-size: 11px;
}

.oc-season-card .oc-note {
    font-size: 12px;
}

.oc-chip-row span {
    width: 28px;
    height: 28px;
    border-radius: 10px;
}

.oc-app {
    grid-template-rows: auto minmax(0, 1fr) auto;
}

.oc-app-main {
    padding-bottom: 0;
}

.oc-tab-panel {
    padding: 16px 20px calc(104px + env(safe-area-inset-bottom));
}

.oc-bottom-tabs {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    transform: none;
    background: #ffffff;
}

/* App-density layer */
.oc-app {
    --oc-ink: #1f1823;
    --oc-muted: #756b78;
    --oc-line: rgba(43, 36, 46, 0.1);
    --oc-pink: #d95682;
    --oc-violet: #8762bd;
    --oc-blue: #6b9ce8;
    --oc-mint: #73c8b6;
    --oc-warm: #e7a35f;
    background:
        linear-gradient(155deg, rgba(255, 248, 250, 0.94), rgba(245, 250, 252, 0.98) 48%, rgba(250, 247, 255, 0.96)),
        #faf8fb;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.oc-app-header {
    min-height: calc(54px + env(safe-area-inset-top));
    padding: calc(7px + env(safe-area-inset-top)) 16px 7px;
    background: rgba(255, 255, 255, 0.94);
}

.oc-brand {
    gap: 8px;
}

.oc-brand-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
}

.oc-brand strong {
    font-size: 16px;
    line-height: 1;
}

.oc-brand span {
    font-size: 9px;
    letter-spacing: 0.03em;
}

.oc-icon-button {
    min-width: 34px;
    height: 34px;
    font-size: 14px;
    box-shadow: none;
}

.oc-tab-panel {
    padding: 12px 16px 18px;
}

.oc-screen-title {
    margin-bottom: 10px;
}

.oc-screen-title h1 {
    font-size: 23px;
    line-height: 1.15;
}

.oc-screen-title p:not(.oc-kicker) {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.45;
}

.oc-kicker {
    margin-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.06em;
}

.oc-analysis-stage.is-active {
    gap: 12px;
}

.oc-analysis-home {
    display: grid;
    gap: 12px;
}

.oc-home-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.oc-home-title h1 {
    margin: 0;
    font-size: 22px;
    line-height: 1.12;
    letter-spacing: 0;
}

.oc-home-title p:not(.oc-kicker) {
    margin: 5px 0 0;
    color: var(--oc-muted);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 750;
}

.oc-home-title > span {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    color: #6b4c25;
    background: rgba(231, 163, 95, 0.18);
    font-size: 11px;
    font-weight: 950;
}

.oc-launch-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(43, 36, 46, 0.08);
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 18%, rgba(217, 86, 130, 0.2), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(115, 200, 182, 0.18), transparent 35%),
        #ffffff;
    box-shadow: 0 16px 36px rgba(74, 62, 80, 0.08);
}

.oc-launch-card-beauty {
    position: relative;
    overflow: hidden;
    padding: 12px;
    border-color: rgba(255, 255, 255, 0.72);
    background:
        radial-gradient(circle at 14% 12%, rgba(228, 95, 134, 0.2), transparent 38%),
        radial-gradient(circle at 84% 5%, rgba(155, 120, 200, 0.22), transparent 36%),
        linear-gradient(145deg, rgba(255, 248, 251, 0.96), rgba(245, 239, 255, 0.9));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.68),
        0 20px 44px rgba(127, 89, 139, 0.15);
}

.oc-launch-model-panel {
    position: relative;
    min-height: 176px;
    overflow: hidden;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 224, 237, 0.8), rgba(232, 219, 255, 0.74)),
        #fff7fb;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.56),
        0 14px 28px rgba(77, 48, 91, 0.15);
}

.oc-launch-model-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(32, 18, 36, 0.42), rgba(32, 18, 36, 0.06) 46%, rgba(255, 255, 255, 0.02)),
        linear-gradient(0deg, rgba(64, 38, 70, 0.36), transparent 46%);
    pointer-events: none;
}

.oc-launch-model {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 22%;
    transform: scale(1.04);
    filter: saturate(1.04) contrast(1.02) brightness(1.02);
}

.oc-ai-model-note {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    margin: 0;
    padding: 6px 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(35, 23, 41, 0.38);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px);
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
}

.oc-launch-visual {
    height: 86px;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 8px;
    align-items: end;
}

.oc-launch-card-beauty .oc-launch-visual {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    width: 122px;
    height: 44px;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    align-items: center;
}

.oc-launch-visual span {
    display: block;
    border-radius: 18px;
    background: linear-gradient(145deg, #f2d7c8, #d95682);
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.58);
}

.oc-launch-card-beauty .oc-launch-visual span {
    height: 34px !important;
    border-radius: 999px;
    box-shadow:
        inset 0 0 0 3px rgba(255, 255, 255, 0.58),
        0 8px 16px rgba(55, 35, 62, 0.18);
}

@media (orientation: landscape), (max-height: 620px) {
    .oc-analysis-home {
        gap: 8px;
    }

    .oc-home-title h1 {
        font-size: 19px;
    }

    .oc-home-title p:not(.oc-kicker) {
        display: none;
    }

    .oc-launch-card-beauty {
        position: relative;
        min-height: 218px;
        justify-content: end;
        gap: 8px;
        padding: 10px;
        isolation: isolate;
    }

    .oc-launch-card-beauty .oc-launch-model-panel {
        position: absolute;
        inset: 10px;
        min-height: 0;
        z-index: -1;
    }

    .oc-launch-card-beauty .oc-launch-model-panel::after {
        background:
            linear-gradient(90deg, rgba(34, 18, 38, 0.56), rgba(34, 18, 38, 0.16) 52%, rgba(255, 255, 255, 0.03)),
            linear-gradient(0deg, rgba(34, 18, 38, 0.56), transparent 64%);
    }

    .oc-launch-card-beauty .oc-launch-model {
        object-position: 50% 18%;
    }

    .oc-launch-card-beauty .oc-ai-model-note {
        top: 12px;
        bottom: auto;
        font-size: 9px;
    }

    .oc-launch-card-beauty .oc-launch-visual {
        top: 12px;
        right: 12px;
        bottom: auto;
        width: 110px;
        height: 36px;
    }

    .oc-launch-card-beauty .oc-launch-visual span {
        height: 28px !important;
    }

    .oc-launch-card-beauty .oc-launch-copy,
    .oc-launch-card-beauty .oc-action-grid {
        position: relative;
        z-index: 2;
    }

    .oc-launch-card-beauty .oc-launch-copy {
        padding-top: 96px;
    }

    .oc-launch-card-beauty .oc-launch-copy strong {
        color: #ffffff;
        font-size: 16px;
        text-shadow: 0 2px 16px rgba(35, 20, 42, 0.34);
    }

    .oc-launch-card-beauty .oc-launch-copy span {
        color: rgba(255, 255, 255, 0.88);
        text-shadow: 0 2px 12px rgba(35, 20, 42, 0.28);
    }

    .oc-launch-card-beauty .oc-button {
        min-height: 43px;
        border-radius: 15px;
    }

    .oc-trust-steps,
    .oc-tip-heading,
    .oc-tip-grid {
        display: none;
    }
}

.oc-launch-visual span:nth-child(1) {
    height: 58px;
    background: linear-gradient(145deg, #f4d7b8, #e7a35f);
}

.oc-launch-visual span:nth-child(2) {
    height: 86px;
    background: linear-gradient(145deg, #f3c3d2, #8762bd);
}

.oc-launch-visual span:nth-child(3) {
    height: 66px;
    background: linear-gradient(145deg, #bce5dd, #6b9ce8);
}

.oc-launch-copy {
    display: grid;
    gap: 3px;
}

.oc-launch-copy strong {
    font-size: 17px;
    line-height: 1.2;
}

.oc-launch-copy span {
    color: var(--oc-muted);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 750;
}

.oc-action-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 8px;
}

.oc-button {
    min-height: 46px;
    border-radius: 16px;
    padding: 0 12px;
    gap: 8px;
    font-size: 14px;
    font-weight: 950;
}

.oc-button-icon {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.22);
    font-size: 9px;
    letter-spacing: 0;
}

.oc-button-secondary .oc-button-icon {
    color: #6c5c70;
    background: rgba(217, 86, 130, 0.12);
}

.oc-trust-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.oc-trust-steps div,
.oc-tip-grid article,
.oc-coach-samples article {
    min-width: 0;
    border: 1px solid rgba(43, 36, 46, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
}

.oc-trust-steps div {
    padding: 10px;
}

.oc-trust-steps b {
    display: block;
    color: var(--oc-pink);
    font-size: 11px;
}

.oc-trust-steps span {
    display: block;
    margin-top: 3px;
    color: #473b4d;
    font-size: 12px;
    font-weight: 900;
}

.oc-tip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.oc-tip-grid article {
    padding: 11px 8px;
    text-align: center;
}

.oc-tip-grid i {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--oc-pink), var(--oc-violet));
    font-style: normal;
    font-size: 14px;
}

.oc-tip-grid i::before {
    content: attr(data-icon);
}

.oc-tip-grid strong,
.oc-tip-grid span {
    display: block;
}

.oc-tip-grid strong {
    font-size: 12px;
    line-height: 1.2;
}

.oc-tip-grid span {
    margin-top: 3px;
    color: var(--oc-muted);
    font-size: 10px;
    line-height: 1.3;
    font-weight: 750;
}

.oc-preview-card,
.oc-progress-card,
.oc-card,
.oc-empty-state,
.oc-report-card,
.oc-season-card,
.oc-coach-prompt,
.oc-my-profile-card {
    border: 1px solid rgba(43, 36, 46, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 28px rgba(74, 62, 80, 0.07);
}

.oc-card,
.oc-empty-state,
.oc-report-card,
.oc-coach-prompt,
.oc-my-profile-card {
    padding: 15px;
}

.oc-result-empty {
    box-shadow: none;
}

.oc-empty-state {
    display: grid;
    gap: 12px;
}

.oc-empty-report-preview {
    height: 104px;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 13px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(217, 86, 130, 0.09), rgba(115, 200, 182, 0.1));
}

.oc-empty-face {
    width: 68px;
    height: 68px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 38%, #d8a58f 0 18px, transparent 19px),
        linear-gradient(145deg, #f6dccf, #d95682);
}

.oc-empty-lines {
    display: grid;
    gap: 7px;
}

.oc-empty-lines span,
.oc-empty-bars i {
    display: block;
    border-radius: 999px;
    background: rgba(43, 36, 46, 0.13);
}

.oc-empty-lines span {
    height: 9px;
}

.oc-empty-lines span:nth-child(1) {
    width: 70%;
}

.oc-empty-lines span:nth-child(2) {
    width: 92%;
}

.oc-empty-lines span:nth-child(3) {
    width: 58%;
}

.oc-empty-bars {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.oc-empty-bars i {
    height: 7px;
    background: linear-gradient(90deg, var(--oc-pink), var(--oc-mint));
}

.oc-empty-state h2 {
    margin: 0;
    font-size: 19px;
    line-height: 1.25;
}

.oc-empty-state p {
    margin: 0;
    color: var(--oc-muted);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 750;
}

.oc-empty-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.oc-empty-checks span {
    padding: 7px 9px;
    border-radius: 999px;
    color: #5b5060;
    background: rgba(107, 156, 232, 0.11);
    font-size: 11px;
    font-weight: 900;
}

.oc-report-card {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 92% 12%, rgba(115, 200, 182, 0.5), transparent 28%),
        linear-gradient(135deg, #d95682, #8762bd 58%, #3d517f);
}

.oc-report-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 10px;
    align-items: start;
}

.oc-report-card .oc-kicker,
.oc-report-card p,
.oc-report-card span,
.oc-report-card dt {
    color: rgba(255, 255, 255, 0.82);
}

.oc-report-card h2 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.12;
}

.oc-report-card h2 span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
}

.oc-report-score {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.18);
}

.oc-report-score strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
}

.oc-report-score span {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 900;
}

.oc-report-card > p:not(.oc-kicker) {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 760;
}

.oc-report-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 13px 0 0;
}

.oc-report-metrics div {
    padding: 9px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.13);
}

.oc-report-metrics dt,
.oc-report-metrics dd {
    margin: 0;
}

.oc-report-metrics dt {
    font-size: 10px;
    font-weight: 850;
}

.oc-report-metrics dd {
    margin-top: 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
}

.oc-report-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 13px;
}

.oc-report-actions button {
    min-height: 38px;
    border: 0;
    border-radius: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    font-size: 13px;
    font-weight: 950;
}

.oc-disclaimer {
    font-size: 10px;
    line-height: 1.42;
}

.oc-result-content,
.oc-result-pane.is-active {
    gap: 10px;
}

.oc-segmented {
    gap: 6px;
}

.oc-segmented button {
    min-height: 34px;
    border-radius: 13px;
    font-size: 11px;
}

.oc-card h2,
.oc-card h3 {
    margin-bottom: 8px;
    font-size: 16px;
}

.oc-reason-lead,
.oc-card p {
    font-size: 12px;
    line-height: 1.42;
}

.oc-result-mini-grid div,
.oc-color-metric,
.oc-match-list li,
.oc-check-list li {
    padding: 9px;
    border-radius: 13px;
}

.oc-season-filter {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    margin: 0 0 10px;
}

.oc-season-filter button {
    min-height: 34px;
    border: 0;
    border-radius: 13px;
    color: #675a6a;
    background: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 950;
}

.oc-season-filter button.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--oc-pink), var(--oc-violet));
}

.oc-season-list {
    gap: 9px;
}

.oc-season-card {
    padding: 13px;
    border-radius: 19px;
}

.oc-season-card-head {
    align-items: start;
}

.oc-season-card h2 {
    font-size: 17px;
}

.oc-season-card-head span {
    padding-top: 2px;
    font-size: 11px;
}

.oc-palette-sections {
    display: grid;
    grid-template-columns: 1fr 0.86fr;
    gap: 10px;
    margin-top: 10px;
}

.oc-palette-sections b {
    display: block;
    margin-bottom: 6px;
    color: #5e5261;
    font-size: 10px;
    font-weight: 950;
}

.oc-mini-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.oc-mini-chip-row span,
.oc-chip-row span {
    width: 25px;
    height: 25px;
    border-radius: 9px;
    background: var(--c, var(--oc-peach));
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}

.oc-mini-chip-row.is-avoid span {
    opacity: 0.74;
}

.oc-coach-prompt {
    display: grid;
    gap: 6px;
}

.oc-coach-prompt span,
.oc-my-profile-card span {
    color: var(--oc-pink);
    font-size: 11px;
    font-weight: 950;
}

.oc-coach-prompt p {
    margin: 0;
    color: #2b2430;
    font-size: 14px;
    line-height: 1.38;
    font-weight: 850;
}

.oc-coach-samples {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.oc-coach-samples article {
    display: grid;
    gap: 4px;
    padding: 10px;
}

.oc-coach-samples i {
    color: var(--oc-blue);
    font-style: normal;
    font-size: 10px;
    font-weight: 950;
}

.oc-coach-samples strong {
    font-size: 13px;
}

.oc-coach-samples span {
    color: var(--oc-muted);
    font-size: 10px;
    line-height: 1.28;
    font-weight: 750;
}

.oc-my-profile-card {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
    background: linear-gradient(135deg, rgba(217, 86, 130, 0.1), rgba(107, 156, 232, 0.11)), #ffffff;
}

.oc-my-profile-card strong {
    font-size: 20px;
    line-height: 1.2;
}

.oc-my-profile-card p {
    margin: 0;
    color: var(--oc-muted);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 750;
}

.oc-menu-list {
    gap: 8px;
}

.oc-menu-list button {
    min-height: 48px;
    border-radius: 16px;
    padding: 0 13px;
    font-size: 14px;
}

.oc-menu-list span {
    font-size: 11px;
}

.oc-bottom-tabs {
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding: 6px 9px calc(7px + env(safe-area-inset-bottom));
    background: #ffffff;
}

.oc-bottom-tabs button {
    min-height: 48px;
    border-radius: 16px;
    font-size: 11px;
}

.oc-bottom-tabs button::before {
    content: "";
    display: block;
    width: 16px;
    height: 4px;
    margin: 0 auto 5px;
    border-radius: 999px;
    background: transparent;
}

.oc-bottom-tabs button.is-active::before {
    background: currentColor;
}

/* Final compact typography pass for Galaxy-class screens */
.oc-home-title h1,
.oc-screen-title h1 {
    font-size: 21px;
    font-weight: 850;
}

.oc-home-title p:not(.oc-kicker),
.oc-screen-title p:not(.oc-kicker),
.oc-launch-copy span,
.oc-empty-state p,
.oc-card p,
.oc-note {
    font-size: 12px;
    font-weight: 700;
}

.oc-launch-copy strong,
.oc-empty-state h2,
.oc-my-profile-card strong {
    font-size: 17px;
    font-weight: 850;
}

.oc-card h2,
.oc-card h3,
.oc-season-card h2,
.oc-coach-samples strong,
.oc-menu-list button {
    font-size: 15px;
    font-weight: 850;
}

.oc-trust-steps span,
.oc-tip-grid strong,
.oc-season-filter button,
.oc-bottom-tabs button {
    font-size: 11px;
    font-weight: 850;
}

.oc-report-card h2 {
    font-size: 23px;
    font-weight: 850;
}

.oc-report-metrics dd,
.oc-report-actions button,
.oc-button {
    font-size: 12px;
    font-weight: 850;
}

.oc-button {
    min-height: 44px;
}

.oc-report-card {
    padding: 13px;
    border-radius: 19px;
}

.oc-report-head {
    grid-template-columns: minmax(0, 1fr) 58px;
    gap: 8px;
}

.oc-report-card h2 {
    font-size: 20px;
    line-height: 1.1;
}

.oc-report-card h2 span {
    margin-top: 3px;
    font-size: 11px;
}

.oc-report-score {
    width: 58px;
    height: 58px;
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.18);
}

.oc-report-score strong {
    font-size: 15px;
}

.oc-report-score span {
    font-size: 9px;
}

.oc-report-card > p:not(.oc-kicker) {
    margin-top: 9px;
    font-size: 11px;
    line-height: 1.38;
    font-weight: 700;
}

.oc-report-metrics {
    gap: 6px;
    margin-top: 10px;
}

.oc-report-metrics div {
    padding: 7px;
    border-radius: 12px;
}

.oc-report-metrics dt {
    font-size: 9px;
}

.oc-report-metrics dd {
    font-size: 11px;
}

.oc-report-actions {
    gap: 7px;
    margin-top: 10px;
}

.oc-report-actions button {
    min-height: 32px;
    border-radius: 12px;
    font-size: 11px;
}

.oc-report-card .oc-disclaimer {
    margin-top: 9px;
    font-size: 9px;
    line-height: 1.35;
}

.oc-segmented button {
    min-height: 31px;
    border-radius: 12px;
    font-size: 10px;
}

/* Galaxy density correction: keep the experience closer to native app cards than a mobile web page. */
.oc-app-header {
    min-height: calc(58px + env(safe-area-inset-top));
    padding: calc(8px + env(safe-area-inset-top)) 14px 8px;
}

.oc-brand {
    gap: 8px;
}

.oc-brand-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
}

.oc-brand strong {
    font-size: 16px;
}

.oc-brand span {
    font-size: 9px;
}

.oc-icon-button {
    min-width: 34px;
    height: 34px;
    font-size: 15px;
}

.oc-tab-panel {
    padding: 13px 14px calc(88px + env(safe-area-inset-bottom));
}

.oc-screen-title {
    margin-bottom: 9px;
}

.oc-screen-title .oc-kicker {
    margin-bottom: 4px;
    font-size: 9px;
}

.oc-screen-title h1 {
    font-size: 18px;
    line-height: 1.12;
}

.oc-screen-title p:not(.oc-kicker) {
    font-size: 11px;
    line-height: 1.42;
}

.oc-result-content {
    gap: 10px;
}

.oc-report-card {
    padding: 11px;
    border-radius: 17px;
}

.oc-report-head {
    grid-template-columns: minmax(0, 1fr) 52px;
}

.oc-report-card .oc-kicker {
    margin-bottom: 4px;
    font-size: 8px;
}

.oc-report-card h2 {
    font-size: 18px;
}

.oc-report-card h2 span {
    font-size: 10px;
}

.oc-report-score {
    width: 52px;
    height: 52px;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.18);
}

.oc-report-score strong {
    font-size: 14px;
}

.oc-report-score span {
    font-size: 8px;
}

.oc-report-card > p:not(.oc-kicker) {
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.34;
}

.oc-report-metrics {
    gap: 5px;
    margin-top: 8px;
}

.oc-report-metrics div {
    padding: 6px;
    border-radius: 11px;
}

.oc-report-metrics dt {
    margin-bottom: 4px;
    font-size: 8px;
}

.oc-report-metrics dd {
    font-size: 10px;
}

.oc-report-actions {
    margin-top: 8px;
}

.oc-report-actions button {
    min-height: 29px;
    font-size: 10px;
}

.oc-report-card .oc-disclaimer {
    margin-top: 7px;
    font-size: 8px;
}

.oc-segmented {
    gap: 6px;
}

.oc-segmented button {
    min-height: 29px;
    border-radius: 11px;
    font-size: 9px;
}

.oc-result-pane.is-active {
    gap: 9px;
}

.oc-card {
    padding: 13px;
    border-radius: 16px;
}

.oc-card h2,
.oc-card h3 {
    font-size: 14px;
}

.oc-card p,
.oc-note {
    font-size: 11px;
    line-height: 1.45;
}

/* Analysis home density correction for 360-430px Android screens. */
.oc-analysis-home {
    gap: 9px;
}

.oc-home-title {
    gap: 8px;
}

.oc-home-title h1 {
    font-size: 18px;
    line-height: 1.1;
}

.oc-home-title p:not(.oc-kicker) {
    margin-top: 4px;
    font-size: 10.5px;
    line-height: 1.34;
}

.oc-home-title > span {
    padding: 5px 8px;
    font-size: 9px;
}

.oc-launch-card {
    gap: 9px;
    padding: 12px;
    border-radius: 18px;
}

.oc-launch-visual {
    height: 60px;
    gap: 7px;
}

.oc-launch-visual span {
    border-radius: 14px;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.58);
}

.oc-launch-visual span:nth-child(1) {
    height: 38px;
}

.oc-launch-visual span:nth-child(2) {
    height: 60px;
}

.oc-launch-visual span:nth-child(3) {
    height: 44px;
}

.oc-launch-copy strong {
    font-size: 14px;
}

.oc-launch-copy span {
    font-size: 10.5px;
    line-height: 1.3;
}

.oc-action-grid {
    gap: 7px;
}

.oc-button {
    min-height: 40px;
    border-radius: 13px;
    font-size: 12px;
}

.oc-button-icon {
    width: 23px;
    height: 23px;
    border-radius: 9px;
    font-size: 8px;
}

.oc-trust-steps {
    gap: 7px;
}

.oc-trust-steps div {
    min-height: 54px;
    padding: 9px 8px;
    border-radius: 15px;
}

.oc-trust-steps b {
    font-size: 11px;
}

.oc-trust-steps span {
    font-size: 9.5px;
}

.oc-tip-grid {
    gap: 7px;
}

.oc-tip-grid article {
    padding: 9px 6px;
    border-radius: 15px;
}

.oc-tip-grid i {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 12px;
}

.oc-tip-grid strong {
    font-size: 10.5px;
}

.oc-tip-grid span {
    font-size: 9px;
    line-height: 1.22;
}

/* Palette density correction: more cards visible, less color-chip list feel. */
.oc-season-filter {
    gap: 5px;
    margin-bottom: 8px;
}

.oc-season-filter button {
    min-height: 29px;
    border-radius: 11px;
    font-size: 10px;
}

.oc-season-list {
    gap: 7px;
}

.oc-season-card {
    padding: 10px 11px;
    border-radius: 16px;
}

.oc-season-card h2 {
    font-size: 14px;
    line-height: 1.14;
}

.oc-season-card-head span {
    font-size: 9.5px;
}

.oc-palette-sections {
    gap: 8px;
    margin-top: 8px;
}

.oc-palette-sections b {
    margin-bottom: 5px;
    font-size: 8.5px;
}

.oc-mini-chip-row {
    gap: 4px;
}

.oc-mini-chip-row span,
.oc-chip-row span {
    width: 20px;
    height: 20px;
    border-radius: 7px;
}

/* Premium app polish pass */
html:has(body.onecolor-app-body),
body.onecolor-app-body,
.oc-app,
.oc-app-main,
.oc-tab-panel,
.oc-result-content,
.oc-segmented,
.oc-season-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html:has(body.onecolor-app-body)::-webkit-scrollbar,
body.onecolor-app-body::-webkit-scrollbar,
.oc-app::-webkit-scrollbar,
.oc-app-main::-webkit-scrollbar,
.oc-tab-panel::-webkit-scrollbar,
.oc-result-content::-webkit-scrollbar,
.oc-segmented::-webkit-scrollbar,
.oc-season-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.oc-app {
    overflow: hidden;
}

.oc-tab-panel {
    overflow-x: hidden;
    padding: 12px 14px calc(100px + env(safe-area-inset-bottom));
}

.oc-app-header {
    min-height: calc(54px + env(safe-area-inset-top));
    padding: calc(7px + env(safe-area-inset-top)) 14px 7px;
}

.oc-brand-icon {
    width: 30px;
    height: 30px;
}

.oc-brand strong {
    font-size: 15px;
}

.oc-brand span {
    font-size: 8.5px;
}

.oc-icon-button {
    min-width: 32px;
    height: 32px;
    font-size: 14px;
}

.oc-home-title h1,
.oc-screen-title h1 {
    font-size: 16.5px;
    line-height: 1.08;
}

.oc-home-title p:not(.oc-kicker),
.oc-screen-title p:not(.oc-kicker) {
    font-size: 10px;
    line-height: 1.32;
}

.oc-kicker,
.oc-screen-title .oc-kicker,
.oc-report-card .oc-kicker {
    font-size: 8px;
}

.oc-card h2,
.oc-card h3,
.oc-empty-state h2,
.oc-launch-copy strong,
.oc-coach-samples strong,
.oc-my-profile-card strong,
.oc-coach-basis-card strong {
    font-size: 13.5px;
    line-height: 1.22;
}

.oc-card p,
.oc-empty-state p,
.oc-note,
.oc-launch-copy span,
.oc-coach-prompt p,
.oc-my-profile-card p,
.oc-coach-basis-card p {
    font-size: 10px;
    line-height: 1.38;
}

.oc-button,
.oc-report-actions button {
    min-height: 38px;
    border-radius: 13px;
    font-size: 11.5px;
}

.oc-launch-card {
    color: #ffffff;
    background:
        radial-gradient(circle at 16% 4%, rgba(255, 255, 255, 0.32), transparent 30%),
        linear-gradient(135deg, #d4548f 0%, #9c68c5 52%, #445992 100%);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 16px 32px rgba(86, 70, 120, 0.18);
}

.oc-launch-card .oc-launch-copy span {
    color: rgba(255, 255, 255, 0.82);
}

.oc-launch-card .oc-button-primary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.oc-launch-card .oc-button-secondary {
    color: #3f3348;
    background: rgba(255, 255, 255, 0.9);
}

.oc-report-card {
    padding: 10px;
    border-radius: 16px;
}

.oc-report-head {
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 7px;
}

.oc-report-card h2 {
    font-size: 16.5px;
}

.oc-report-card h2 span {
    font-size: 9.5px;
}

.oc-report-score {
    width: 48px;
    height: 48px;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.18);
}

.oc-report-score strong {
    font-size: 13px;
}

.oc-report-score span {
    font-size: 7.5px;
}

.oc-report-card > p:not(.oc-kicker) {
    margin-top: 6px;
    font-size: 9.5px;
    line-height: 1.32;
}

.oc-report-metrics {
    gap: 5px;
    margin-top: 7px;
}

.oc-report-metrics div {
    padding: 5px 6px;
    border-radius: 10px;
}

.oc-report-metrics dt {
    font-size: 7.5px;
}

.oc-report-metrics dd {
    font-size: 9.5px;
}

.oc-report-actions {
    gap: 6px;
    margin-top: 7px;
}

.oc-report-actions button {
    min-height: 28px;
    font-size: 9.5px;
}

.oc-report-card .oc-disclaimer {
    margin-top: 6px;
    font-size: 7.5px;
}

.oc-segmented {
    gap: 5px;
}

.oc-segmented button {
    min-height: 28px;
    border-radius: 10px;
    font-size: 8.5px;
}

.oc-coach-basis-card,
.oc-my-profile-card {
    display: grid;
    gap: 5px;
    padding: 13px;
    border: 1px solid rgba(43, 36, 46, 0.09);
    border-radius: 17px;
    background:
        radial-gradient(circle at 100% 0%, rgba(107, 156, 232, 0.14), transparent 36%),
        linear-gradient(135deg, rgba(217, 86, 130, 0.09), rgba(107, 156, 232, 0.08)),
        #ffffff;
    box-shadow: 0 12px 28px rgba(74, 62, 80, 0.07);
}

.oc-coach-basis-card.has-result,
.oc-my-profile-card.has-result {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.26), transparent 32%),
        linear-gradient(135deg, #d4548f 0%, #9c68c5 55%, #445992 100%);
}

.oc-coach-basis-card.is-sample,
.oc-my-profile-card.is-sample {
    background:
        linear-gradient(135deg, rgba(217, 86, 130, 0.16), rgba(107, 156, 232, 0.13)),
        #ffffff;
    color: var(--oc-ink);
}

.oc-coach-basis-card.is-locked {
    border-color: rgba(43, 36, 46, 0.1);
    background:
        radial-gradient(circle at 100% 0%, rgba(217, 86, 130, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(248, 239, 245, 0.92), rgba(242, 238, 248, 0.92));
    color: var(--oc-ink);
}

.oc-coach-basis-card span,
.oc-my-profile-card span {
    color: var(--oc-pink);
    font-size: 9.5px;
    font-weight: 950;
}

.oc-coach-basis-card.has-result span,
.oc-my-profile-card.has-result span {
    color: rgba(255, 255, 255, 0.74);
}

.oc-coach-basis-card.has-result p,
.oc-my-profile-card.has-result p {
    color: rgba(255, 255, 255, 0.82);
}

.oc-coach-prompt,
.oc-card,
.oc-empty-state {
    padding: 13px;
    border-radius: 17px;
}

.oc-locked-card {
    border-color: rgba(43, 36, 46, 0.09);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.88), transparent 36%),
        linear-gradient(135deg, rgba(255, 246, 250, 0.96), rgba(244, 241, 250, 0.96));
}

.oc-locked-card h2 {
    margin-bottom: 6px;
}

.oc-locked-card .oc-status {
    color: #7d6d80;
    font-size: 10.5px;
}

.oc-season-filter {
    gap: 5px;
}

.oc-season-filter button {
    min-height: 28px;
    border-radius: 10px;
    font-size: 9.5px;
}

.oc-season-card {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 10px 24px rgba(74, 62, 80, 0.06);
}

.oc-season-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--oc-pink), var(--oc-violet));
    opacity: 0.75;
}

.oc-season-card h2 {
    font-size: 13px;
}

.oc-season-card-head span {
    font-size: 9px;
}

.oc-mini-chip-row span,
.oc-chip-row span {
    width: 19px;
    height: 19px;
}

.oc-bottom-tabs {
    height: calc(76px + env(safe-area-inset-bottom));
    min-height: calc(76px + env(safe-area-inset-bottom));
    padding: 6px 10px calc(7px + env(safe-area-inset-bottom));
    align-items: start;
}

.oc-bottom-tabs button {
    min-height: 46px;
    border-radius: 16px;
    padding: 0 4px;
    font-size: 12.5px;
    line-height: 1;
}

.oc-bottom-tabs button::before {
    width: 14px;
    height: 3px;
    margin-bottom: 4px;
}

/* Prevent Android WebView from showing an outer page scroll indicator. */
html:has(body.onecolor-app-body),
body.onecolor-app-body {
    height: 100%;
    max-height: 100%;
    overflow: hidden !important;
    overscroll-behavior: none;
}

body.onecolor-app-body {
    position: fixed;
    inset: 0;
    width: 100%;
}

.oc-app {
    position: fixed;
    inset: 0;
    min-height: 0;
    height: auto;
    max-height: none;
}

.oc-mirror-entry {
    width: 100%;
    margin-top: 8px;
    border: 0;
    border-radius: 14px;
    padding: 10px 12px;
    color: #ffffff;
    text-align: left;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.34), transparent 28%),
        linear-gradient(135deg, #d4548f 0%, #9c68c5 54%, #445992 100%);
    box-shadow: 0 12px 26px rgba(105, 72, 139, 0.18);
}

.oc-mirror-entry span,
.oc-mirror-entry small {
    display: block;
}

.oc-mirror-entry span {
    font-size: 12.5px;
    line-height: 1.2;
    font-weight: 950;
}

.oc-mirror-entry small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
    line-height: 1.35;
    font-weight: 850;
}

.oc-color-mirror {
    --mirror-color: #f299b2;
    display: grid;
    gap: 10px;
}

.oc-color-mirror[hidden],
.oc-mirror-photo[hidden],
.oc-mirror-empty[hidden],
.oc-mirror-hair-panel[hidden],
.oc-mirror-unavailable[hidden],
.oc-mirror-photo-choice[hidden],
.oc-mirror-export-card[hidden],
[data-mirror-preview-card][hidden],
[data-mirror-modes-wrap][hidden],
[data-mirror-picker][hidden],
[data-mirror-actions][hidden],
[data-mirror-note][hidden] {
    display: none !important;
}

.oc-mirror-unavailable {
    display: grid;
    gap: 12px;
    padding: 24px 20px;
    border: 1px solid rgba(70, 47, 65, 0.1);
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(155, 120, 200, 0.14), transparent 32%),
        linear-gradient(145deg, rgba(255, 247, 251, 0.96), rgba(247, 250, 255, 0.94));
    box-shadow: 0 16px 38px rgba(104, 69, 88, 0.1);
}

.oc-mirror-unavailable span {
    width: max-content;
    padding: 6px 9px;
    border-radius: 999px;
    color: #9a5873;
    background: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 950;
}

.oc-mirror-unavailable h3 {
    margin: 0;
    color: var(--oc-ink);
    font-size: 21px;
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: 0;
}

.oc-mirror-unavailable p {
    margin: 0;
    color: #756876;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 850;
}

.oc-mirror-topbar {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 4px 0 2px;
}

.oc-mirror-back {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 14px;
    color: #5f4b62;
    background: rgba(255, 255, 255, 0.84);
    font-size: 25px;
    line-height: 1;
    font-weight: 950;
    box-shadow: 0 10px 22px rgba(74, 62, 80, 0.08);
}

.oc-mirror-topbar h2 {
    margin: -3px 0 0;
    color: var(--oc-ink);
    font-size: 23px;
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 950;
}

.oc-mirror-topbar span {
    display: block;
    margin-top: 4px;
    color: #7e6e7e;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 850;
}

.oc-mirror-card,
.oc-mirror-picker {
    border: 1px solid rgba(70, 47, 65, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(104, 69, 88, 0.1);
}

.oc-mirror-card {
    padding: 10px;
}

.oc-mirror-stage {
    position: relative;
    min-height: 340px;
    max-height: 430px;
    aspect-ratio: 9 / 13;
    overflow: hidden;
    border-radius: 18px;
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.92), transparent 20%),
        linear-gradient(145deg, rgba(242, 153, 178, 0.22), rgba(135, 215, 192, 0.16), rgba(127, 167, 232, 0.2)),
        #fff7fb;
    box-shadow: inset 0 0 0 1px rgba(70, 47, 65, 0.08);
}

.oc-mirror-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.oc-mirror-empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 28px;
    color: #7e6172;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 950;
    text-align: center;
}

.oc-mirror-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.54);
}

.oc-mirror-drape,
.oc-mirror-top-silhouette,
.oc-mirror-lip {
    display: none;
    position: absolute;
    background: var(--mirror-color);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.oc-color-mirror[data-mirror-mode="drape"] .oc-mirror-drape {
    display: block;
    left: 7%;
    right: 7%;
    bottom: 4%;
    height: 31%;
    border-radius: 46% 46% 23px 23px / 36% 36% 20px 20px;
    opacity: 0.92;
    box-shadow: inset 0 14px 24px rgba(255, 255, 255, 0.2), 0 -12px 24px rgba(33, 25, 37, 0.1);
    mix-blend-mode: multiply;
}

.oc-color-mirror[data-mirror-mode="lip"].has-lip-overlay .oc-mirror-lip {
    display: block;
    left: 44%;
    top: 48%;
    width: 12%;
    height: 2.9%;
    min-height: 8px;
    border-radius: 999px;
    opacity: 0.38;
    filter: blur(0.3px);
    box-shadow: 0 1px 5px rgba(33, 25, 37, 0.16);
}

.oc-color-mirror[data-mirror-mode="top"] .oc-mirror-top-silhouette {
    display: block;
    left: 15%;
    right: 15%;
    bottom: -1%;
    height: 32%;
    background: none;
    opacity: 0.96;
}

.oc-mirror-top-silhouette svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: var(--mirror-color);
    filter: drop-shadow(0 -10px 20px rgba(33, 25, 37, 0.1));
    transition: fill 0.2s ease;
}

.oc-mirror-top-silhouette .oc-mirror-neckline {
    fill: rgba(255, 255, 255, 0.5);
}

.oc-color-mirror.is-before .oc-mirror-drape,
.oc-color-mirror.is-before .oc-mirror-top-silhouette,
.oc-color-mirror.is-before .oc-mirror-lip {
    opacity: 0;
    transform: translateY(8px);
}

.oc-mirror-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 6px 9px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(33, 25, 37, 0.64);
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    backdrop-filter: blur(10px);
}

.oc-mirror-selected {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    margin-top: 9px;
    padding: 9px;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255, 246, 250, 0.98), rgba(247, 250, 255, 0.95));
}

.oc-mirror-selected i {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: var(--c, var(--mirror-color));
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.64), 0 8px 18px rgba(74, 62, 80, 0.12);
}

.oc-mirror-selected strong,
.oc-mirror-selected span {
    display: block;
}

.oc-mirror-selected strong {
    color: #2d2232;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 950;
}

.oc-mirror-selected span {
    margin-top: 3px;
    color: #776978;
    font-size: 10.5px;
    line-height: 1.35;
    font-weight: 850;
}

.oc-mirror-modes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 5px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 0 0 1px rgba(70, 47, 65, 0.08);
}

.oc-mirror-modes button {
    min-height: 34px;
    border: 0;
    border-radius: 13px;
    color: #6c5c6b;
    background: transparent;
    font-size: 11.5px;
    font-weight: 950;
}

.oc-mirror-modes button.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--oc-pink), var(--oc-violet));
    box-shadow: 0 8px 16px rgba(155, 120, 200, 0.22);
}

.oc-mirror-photo-choice {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(155, 120, 200, 0.14);
    border-radius: 17px;
    background:
        radial-gradient(circle at 100% 0%, rgba(135, 215, 192, 0.16), transparent 35%),
        rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 24px rgba(74, 62, 80, 0.07);
}

.oc-mirror-photo-choice strong,
.oc-mirror-photo-choice p {
    display: block;
    margin: 0;
}

.oc-mirror-photo-choice strong {
    color: #332839;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 950;
}

.oc-mirror-photo-choice p {
    margin-top: 4px;
    color: #746777;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 850;
}

.oc-mirror-photo-choice > div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.oc-mirror-photo-choice button {
    min-height: 38px;
    border: 0;
    border-radius: 13px;
    color: #514457;
    background: rgba(255, 255, 255, 0.92);
    font-size: 11.5px;
    font-weight: 950;
}

.oc-mirror-photo-choice button:first-child {
    color: #ffffff;
    background: linear-gradient(135deg, var(--oc-pink), var(--oc-violet));
}

.oc-mirror-picker {
    display: grid;
    gap: 10px;
    padding: 12px;
}

.oc-mirror-picker h3 {
    margin: 0 0 7px;
    color: #382c3d;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 950;
}

.oc-mirror-chip-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.oc-mirror-chip {
    min-width: 0;
    min-height: 50px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 6px;
    align-items: center;
    border: 1px solid rgba(70, 47, 65, 0.08);
    border-radius: 14px;
    padding: 7px;
    color: #3d303f;
    background: rgba(255, 255, 255, 0.84);
    text-align: left;
    box-shadow: 0 8px 18px rgba(74, 62, 80, 0.06);
}

.oc-mirror-chip i {
    width: 18px;
    height: 32px;
    border-radius: 999px;
    background: var(--c);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.56);
}

.oc-mirror-chip span {
    min-width: 0;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.2;
    font-weight: 950;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.oc-mirror-chip.is-active {
    border-color: rgba(155, 120, 200, 0.45);
    background: linear-gradient(135deg, rgba(255, 246, 251, 0.98), rgba(244, 247, 255, 0.98));
    box-shadow: 0 10px 20px rgba(155, 120, 200, 0.15), inset 0 0 0 2px rgba(155, 120, 200, 0.22);
}

.oc-mirror-chip-row.is-avoid .oc-mirror-chip {
    background: rgba(250, 250, 252, 0.82);
}

.oc-mirror-hair-panel {
    display: grid;
    gap: 7px;
    padding: 10px;
    border-radius: 15px;
    background:
        radial-gradient(circle at 100% 0%, rgba(155, 120, 200, 0.16), transparent 34%),
        rgba(255, 247, 251, 0.9);
}

.oc-mirror-hair-panel strong {
    color: #332839;
    font-size: 13px;
    font-weight: 950;
}

.oc-mirror-hair-panel p,
.oc-mirror-hair-panel small {
    margin: 0;
    color: #756876;
    font-size: 10.5px;
    line-height: 1.45;
    font-weight: 850;
}

.oc-mirror-hair-panel div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.oc-mirror-hair-panel span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 7px;
    border-radius: 999px;
    color: #433747;
    background: rgba(255, 255, 255, 0.78);
    font-size: 10.5px;
    font-weight: 950;
}

.oc-mirror-hair-panel span i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--c);
}

.oc-mirror-actions {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    gap: 7px;
}

.oc-mirror-actions button {
    min-height: 42px;
    border: 0;
    border-radius: 14px;
    color: #4f4053;
    background: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 10px 22px rgba(74, 62, 80, 0.08);
}

.oc-mirror-actions button:first-child {
    color: #ffffff;
    background: linear-gradient(135deg, var(--oc-pink), var(--oc-violet));
}

.oc-mirror-export-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(70, 47, 65, 0.09);
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(228, 95, 134, 0.14), transparent 32%),
        rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 28px rgba(74, 62, 80, 0.08);
}

.oc-mirror-export-card img {
    width: 82px;
    aspect-ratio: 9 / 16;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 22px rgba(74, 62, 80, 0.14);
}

.oc-mirror-export-card span,
.oc-mirror-export-card strong,
.oc-mirror-export-card p {
    display: block;
    margin: 0;
}

.oc-mirror-export-card span {
    color: #b94c73;
    font-size: 10px;
    font-weight: 950;
}

.oc-mirror-export-card strong {
    margin-top: 3px;
    color: var(--oc-ink);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 950;
}

.oc-mirror-export-card p {
    margin-top: 4px;
    color: #756876;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 850;
}

.onecolor-app-body * {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.onecolor-app-body *::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.oc-mirror-topbar {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    padding: 0;
}

.oc-mirror-back {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    font-size: 22px;
}

.oc-mirror-topbar h2 {
    font-size: 20px;
}

.oc-mirror-topbar span {
    margin-top: 3px;
    font-size: 11px;
}

.oc-mirror-card {
    padding: 8px;
    border-radius: 18px;
}

.oc-mirror-stage {
    min-height: 258px;
    max-height: 318px;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
}

.oc-mirror-selected {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    margin-top: 7px;
    padding: 7px;
    border-radius: 14px;
}

.oc-mirror-selected i {
    width: 32px;
    height: 32px;
    border-radius: 12px;
}

.oc-mirror-selected strong {
    font-size: 12px;
}

.oc-mirror-selected span {
    font-size: 9.8px;
}

/* Premium Color Mirror layer */
.oc-color-mirror {
    gap: 12px;
}

.oc-mirror-topbar h2 {
    background: linear-gradient(135deg, #211925 0%, #8a567d 68%, #c58a9f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.oc-mirror-unavailable {
    position: relative;
    overflow: hidden;
    padding: 25px 20px;
    border-color: rgba(202, 136, 160, 0.18);
    background:
        radial-gradient(circle at 92% 8%, rgba(217, 185, 228, 0.38), transparent 34%),
        radial-gradient(circle at 6% 100%, rgba(245, 210, 188, 0.42), transparent 38%),
        linear-gradient(145deg, rgba(255, 247, 250, 0.98), rgba(255, 252, 242, 0.96) 52%, rgba(246, 239, 255, 0.96));
    box-shadow: 0 20px 46px rgba(168, 112, 148, 0.15);
}

.oc-mirror-unavailable::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.82) 0 34%, transparent 35%),
        conic-gradient(from 30deg, #f4bfd3, #e9d7ff, #ffe6c8, #c9ecdf, #f4bfd3);
    opacity: 0.64;
}

.oc-mirror-unavailable span {
    color: #a45276;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.12);
}

.oc-mirror-card {
    border-color: rgba(202, 136, 160, 0.16);
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 226, 236, 0.72), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 253, 0.84));
    box-shadow: 0 18px 46px rgba(168, 112, 148, 0.14);
}

.oc-mirror-stage {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.74);
    background:
        radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.96), transparent 18%),
        linear-gradient(145deg, rgba(255, 228, 239, 0.5), rgba(248, 238, 255, 0.44) 48%, rgba(255, 249, 232, 0.5));
    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 0.58),
        0 18px 42px rgba(183, 102, 145, 0.22),
        inset 0 0 0 1px rgba(202, 136, 160, 0.1);
}

.oc-mirror-photo {
    filter: saturate(1.02) contrast(1.01);
}

.oc-color-mirror[data-mirror-mode="drape"] .oc-mirror-drape {
    bottom: 0;
    height: 25%;
    border-radius: 50% 50% 24px 24px / 42% 42% 20px 20px;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.34), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.08)),
        var(--mirror-color);
    box-shadow:
        inset 0 16px 22px rgba(255, 255, 255, 0.26),
        inset 0 -18px 22px rgba(57, 37, 55, 0.11),
        0 -12px 28px rgba(92, 62, 83, 0.12);
}

.oc-mirror-drape::before,
.oc-mirror-drape::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
}

.oc-mirror-drape::before {
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0 1px, transparent 1px 16px);
    mix-blend-mode: soft-light;
}

.oc-mirror-drape::after {
    background:
        radial-gradient(ellipse at 28% 22%, rgba(255, 255, 255, 0.5), transparent 34%),
        radial-gradient(ellipse at 72% 20%, rgba(0, 0, 0, 0.18), transparent 38%);
}

.oc-color-mirror[data-mirror-mode="top"] .oc-mirror-top-silhouette {
    left: 18%;
    right: 18%;
    bottom: -6%;
    height: 28%;
}

.oc-mirror-top-silhouette svg {
    filter: drop-shadow(0 -12px 22px rgba(66, 42, 62, 0.14));
}

.oc-mirror-top-silhouette path:first-child {
    stroke: rgba(255, 255, 255, 0.28);
    stroke-width: 3px;
}

.oc-mirror-selected {
    border: 1px solid rgba(202, 136, 160, 0.12);
    background:
        radial-gradient(circle at 0 0, rgba(255, 228, 239, 0.72), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(250, 246, 255, 0.9));
}

.oc-mirror-selected i {
    border-radius: 50%;
    box-shadow:
        inset 0 0 0 4px rgba(255, 255, 255, 0.7),
        0 8px 18px rgba(166, 112, 144, 0.2);
}

.oc-mirror-modes {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 246, 252, 0.76)),
        rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.12), 0 8px 18px rgba(168, 112, 148, 0.08);
}

.oc-mirror-modes button.is-active {
    background: linear-gradient(135deg, #d65a8d 0%, #b96dc3 54%, #8a78d2 100%);
    box-shadow: 0 8px 18px rgba(185, 109, 195, 0.24);
}

.oc-mirror-photo-choice {
    border-color: rgba(202, 136, 160, 0.16);
    background:
        radial-gradient(circle at 100% 0%, rgba(201, 236, 223, 0.42), transparent 36%),
        radial-gradient(circle at 0 100%, rgba(255, 228, 239, 0.52), transparent 38%),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 30px rgba(168, 112, 148, 0.12);
}

.oc-mirror-photo-choice small {
    color: #9a8595;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 800;
}

.oc-mirror-picker {
    border-color: rgba(202, 136, 160, 0.13);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 252, 0.84)),
        rgba(255, 255, 255, 0.86);
}

.oc-mirror-chip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oc-mirror-chip {
    min-height: 58px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    border-color: rgba(202, 136, 160, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 253, 0.84));
    box-shadow: 0 10px 22px rgba(168, 112, 148, 0.09);
}

.oc-mirror-chip i {
    width: 22px;
    height: 42px;
    border-radius: 999px;
    box-shadow:
        inset 0 0 0 4px rgba(255, 255, 255, 0.66),
        inset 0 -9px 12px rgba(57, 37, 55, 0.12);
}

.oc-mirror-chip.is-active {
    border-color: rgba(191, 113, 194, 0.46);
    background:
        radial-gradient(circle at 0 0, rgba(255, 228, 239, 0.72), transparent 38%),
        rgba(255, 255, 255, 0.94);
    box-shadow:
        0 12px 26px rgba(190, 113, 190, 0.16),
        inset 0 0 0 2px rgba(190, 113, 190, 0.22);
}

.oc-color-mirror[data-mirror-mode="lip"] .oc-mirror-chip {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 62px;
}

.oc-color-mirror[data-mirror-mode="lip"] .oc-mirror-chip i {
    width: 24px;
    height: 46px;
    border-radius: 13px 13px 18px 18px;
    transform: rotate(-7deg);
    box-shadow:
        inset 0 4px 0 rgba(255, 255, 255, 0.48),
        inset 0 -12px 12px rgba(57, 37, 55, 0.12),
        0 6px 12px rgba(168, 112, 148, 0.16);
}

.oc-color-mirror[data-mirror-mode="lip"] .oc-mirror-selected strong::before {
    content: "가상 메이크업 참고 컬러 · ";
    color: #c55983;
}

.oc-color-mirror.is-lip-mode .oc-mirror-actions button:first-child,
.oc-mirror-actions button:disabled {
    color: #9c8798;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.12);
}

.oc-mirror-actions button:not(:disabled):first-child {
    background: linear-gradient(135deg, #d65a8d, #9b78c8);
}

.oc-mirror-export-card {
    grid-template-columns: 92px minmax(0, 1fr);
    border-color: rgba(202, 136, 160, 0.14);
    background:
        radial-gradient(circle at 100% 0%, rgba(217, 185, 228, 0.35), transparent 32%),
        linear-gradient(145deg, rgba(255, 247, 251, 0.96), rgba(255, 252, 242, 0.9));
    box-shadow: 0 16px 34px rgba(168, 112, 148, 0.14);
}

.oc-mirror-export-card img {
    width: 92px;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(98, 64, 88, 0.18);
}

/* Launch polish: analysis wait state, share cards, and Color Mirror variants */
[data-loading-delay][hidden],
[data-top-style-tabs][hidden],
[data-mirror-lip-panel][hidden],
[data-result-export-card][hidden] {
    display: none !important;
}

.oc-loading-steps {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
    padding: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.12);
}

.oc-loading-steps span {
    min-height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #8c7685;
    font-size: 11px;
    font-weight: 950;
}

.oc-loading-steps span.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, #d65a8d, #9b78c8);
    box-shadow: 0 8px 18px rgba(185, 109, 195, 0.22);
}

.oc-loading-delay {
    display: grid;
    gap: 9px;
    width: 100%;
    margin-top: 12px;
    padding: 14px;
    border: 1px solid rgba(202, 136, 160, 0.16);
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(217, 185, 228, 0.34), transparent 34%),
        rgba(255, 255, 255, 0.84);
    box-shadow: 0 14px 30px rgba(168, 112, 148, 0.12);
    text-align: left;
}

.oc-loading-delay strong,
.oc-loading-delay p {
    display: block;
    margin: 0;
}

.oc-loading-delay strong {
    color: #2f2635;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 950;
}

.oc-loading-delay p {
    color: #7b6b79;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 850;
}

.oc-loading-delay div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.oc-retake-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.oc-result-export-card {
    margin-top: -2px;
}

.oc-match-actions {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 8px;
}

.oc-match-actions button {
    min-height: 42px;
    border: 0;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #d65a8d, #9b78c8);
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 12px 24px rgba(185, 109, 195, 0.2);
}

.oc-match-actions button + button {
    color: #5d4d60;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.12);
}

.oc-mirror-style-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    padding: 6px;
    border-radius: 17px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 252, 0.78)),
        rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.12), 0 8px 18px rgba(168, 112, 148, 0.08);
}

.oc-mirror-style-tabs button {
    min-height: 32px;
    border: 0;
    border-radius: 12px;
    color: #6c5c6b;
    background: transparent;
    font-size: 11.5px;
    font-weight: 950;
}

.oc-mirror-style-tabs button.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, #d65a8d, #9b78c8);
}

.oc-mirror-top-silhouette svg {
    display: none;
}

.oc-mirror-top-silhouette svg.is-active {
    display: block;
}

.oc-mirror-top-silhouette .oc-mirror-fold,
.oc-mirror-top-silhouette .oc-mirror-lapel {
    fill: none;
    stroke: rgba(255, 255, 255, 0.34);
    stroke-width: 4px;
    stroke-linecap: round;
}

/* RC polish: clearer inspection, result, and palette semantics */
.oc-report-card [data-result-type] {
    margin-top: 2px;
    font-size: 30px !important;
    line-height: 1.06;
    letter-spacing: 0;
}

.oc-report-card [data-result-type] span {
    margin-top: 5px;
    font-size: 13px !important;
    font-weight: 850;
}

.oc-report-card .oc-kicker {
    font-size: 10px !important;
}

.oc-face-makeup-preview {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin-top: 12px;
    padding: 9px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.oc-face-makeup-preview[hidden] {
    display: none !important;
}

.oc-face-preview-stage {
    position: relative;
    overflow: hidden;
    width: 112px;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 22px rgba(54, 39, 67, 0.18);
}

.oc-face-preview-stage img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 24%;
}

.oc-face-preview-after {
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: inset(0 0 0 50%);
}

.oc-face-preview-after::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 237, 246, 0.18) 100%);
    pointer-events: none;
}

.oc-face-preview-after img {
    filter: saturate(1.08) brightness(1.03);
}

.oc-face-eye,
.oc-face-cheek,
.oc-face-lip {
    position: absolute;
    z-index: 2;
    display: block;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.oc-face-eye {
    left: 58%;
    top: 37%;
    width: 26%;
    height: 8%;
    border-radius: 999px;
    background: var(--eye-color);
    opacity: 0.34;
    transform: rotate(-4deg);
    filter: blur(1px);
}

.oc-face-cheek {
    left: 60%;
    top: 50%;
    width: 25%;
    height: 18%;
    border-radius: 50%;
    background: radial-gradient(circle, var(--blush-color) 0%, rgba(255, 255, 255, 0) 72%);
    opacity: 0.48;
    filter: blur(2px);
}

.oc-face-lip {
    left: 61%;
    top: 66%;
    width: 20%;
    height: 7%;
    border-radius: 999px;
    background: var(--lip-color);
    opacity: 0.58;
    transform: rotate(2deg);
    filter: blur(0.5px);
}

.oc-face-before-label,
.oc-face-after-label {
    position: absolute;
    z-index: 3;
    bottom: 7px;
    padding: 3px 6px;
    border-radius: 999px;
    color: #ffffff !important;
    background: rgba(47, 38, 53, 0.46);
    font-size: 8px !important;
    font-weight: 950;
}

.oc-face-before-label {
    left: 7px;
}

.oc-face-after-label {
    right: 7px;
    background: rgba(207, 79, 134, 0.62);
}

.oc-face-preview-copy {
    min-width: 0;
}

.oc-face-preview-copy strong,
.oc-face-preview-copy span {
    display: block;
}

.oc-face-preview-copy strong {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 950;
}

.oc-face-preview-copy span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 10px !important;
    line-height: 1.35;
    font-weight: 850;
}

.oc-retake-actions {
    grid-template-columns: 1fr;
}

.oc-retake-actions .oc-button {
    min-height: 48px;
}

.oc-palette-sections p,
.oc-season-card-head p,
.oc-palette-usage {
    margin: 0;
    color: #6e6170;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 850;
}

.oc-season-card-head {
    gap: 8px;
}

.oc-season-card-head h2 {
    margin-bottom: 3px;
}

.oc-palette-usage {
    width: max-content;
    max-width: 100%;
    margin-top: 8px;
    padding: 5px 7px;
    border-radius: 999px;
    color: #7b4964;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.12);
}

.oc-palette-sections b {
    margin-bottom: 5px;
}

.oc-palette-sections p {
    margin-top: 5px;
}

.oc-chip-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.oc-chip-row .oc-named-color-chip {
    width: auto;
    height: auto;
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.1), 0 8px 16px rgba(104, 69, 88, 0.08);
}

.oc-chip-row .oc-named-color-chip i {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    border-radius: 9px;
    background: var(--c);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}

.oc-chip-row .oc-named-color-chip b {
    min-width: 0;
    color: #3f3348;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 950;
}

.oc-mirror-lip-panel {
    display: grid;
    gap: 9px;
    padding: 13px;
    border: 1px solid rgba(202, 136, 160, 0.16);
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 213, 226, 0.66), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 252, 0.86));
    box-shadow: 0 12px 26px rgba(168, 112, 148, 0.12);
}

.oc-mirror-lip-panel h3,
.oc-mirror-lip-panel strong,
.oc-mirror-lip-panel small {
    display: block;
    margin: 0;
}

.oc-mirror-lip-panel h3 {
    color: #2f2635;
    font-size: 16px;
    line-height: 1.22;
    font-weight: 950;
}

.oc-lip-bullets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.oc-lip-bullets button {
    min-width: 0;
    display: grid;
    gap: 6px;
    justify-items: center;
    padding: 9px 6px;
    border: 0;
    border-radius: 15px;
    color: #463847;
    background: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.11);
}

.oc-lip-bullets i {
    width: 24px;
    height: 48px;
    border-radius: 13px 13px 18px 18px;
    background: var(--c);
    transform: rotate(-7deg);
    box-shadow:
        inset 0 5px 0 rgba(255, 255, 255, 0.5),
        inset 0 -12px 12px rgba(57, 37, 55, 0.12),
        0 8px 14px rgba(168, 112, 148, 0.18);
}

.oc-mirror-lip-panel strong {
    color: #c55983;
    font-size: 18px;
    line-height: 1.18;
    font-weight: 950;
}

.oc-mirror-lip-panel small {
    color: #7c6d7b;
    font-size: 10.5px;
    line-height: 1.45;
    font-weight: 850;
}

/* Result hero order: color report first, then face half-preview and selectable looks */
.oc-report-card {
    position: relative;
    overflow: hidden;
}

.oc-report-card::before {
    content: "";
    position: absolute;
    top: -42px;
    right: -54px;
    width: 168px;
    height: 168px;
    border-radius: 44% 56% 42% 58%;
    background:
        radial-gradient(circle at 36% 38%, rgba(255, 255, 255, 0.72), transparent 30%),
        linear-gradient(135deg, rgba(255, 197, 218, 0.62), rgba(167, 120, 214, 0.42), rgba(255, 218, 180, 0.42));
    opacity: 0.82;
    filter: blur(0.2px);
    animation: ocReportFlagWave 6.8s ease-in-out infinite;
    pointer-events: none;
}

.oc-report-card .oc-report-head,
.oc-report-card .oc-report-metrics,
.oc-report-card > p,
.oc-report-card .oc-face-makeup-preview,
.oc-report-card .oc-mirror-entry,
.oc-report-card .oc-report-actions,
.oc-report-card .oc-disclaimer {
    position: relative;
    z-index: 1;
}

.oc-report-card .oc-report-head > div:first-child {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 13px 14px 14px;
    border-radius: 24px;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06) 42%, rgba(255, 219, 236, 0.18)),
        linear-gradient(135deg, rgba(215, 87, 139, 0.52), rgba(143, 102, 198, 0.46));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.24),
        0 14px 30px rgba(79, 51, 92, 0.16);
}

.oc-report-card .oc-report-head > div:first-child::before {
    content: "";
    position: absolute;
    inset: -28% -18%;
    background: linear-gradient(105deg, transparent 4%, rgba(255, 255, 255, 0.3) 24%, transparent 42%, rgba(255, 229, 239, 0.2) 62%, transparent 82%);
    transform: translateX(-16%) skewX(-12deg);
    animation: ocReportSheen 5.2s ease-in-out infinite;
}

.oc-report-card .oc-report-head > div:first-child > * {
    position: relative;
    z-index: 1;
}

.oc-report-card [data-result-type] {
    color: #ffffff !important;
    text-shadow: 0 2px 14px rgba(47, 34, 55, 0.22);
}

.oc-report-card [data-result-type] span {
    color: rgba(255, 255, 255, 0.86) !important;
}

.oc-report-card .oc-kicker {
    color: rgba(255, 255, 255, 0.78) !important;
}

.oc-face-makeup-preview {
    grid-template-columns: 154px minmax(0, 1fr);
    gap: 12px;
    margin-top: 14px;
    padding: 12px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.32), transparent 36%),
        linear-gradient(135deg, rgba(255, 248, 250, 0.22), rgba(255, 222, 235, 0.14), rgba(180, 144, 218, 0.16));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.26),
        0 14px 32px rgba(71, 48, 84, 0.14);
}

.oc-face-preview-stage {
    width: 154px;
    aspect-ratio: 1 / 1.18;
    border-radius: 24px;
    box-shadow:
        0 16px 30px rgba(49, 36, 58, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.28);
}

.oc-face-preview-stage img {
    object-position: 50% 18%;
}

.oc-face-preview-after::before {
    background:
        linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.5) 49.4%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 231, 241, 0.2) 100%);
}

.oc-face-eye {
    left: 56%;
    top: 35%;
    width: 30%;
    height: 7%;
    opacity: 0.32;
}

.oc-face-cheek {
    left: 58%;
    top: 49%;
    width: 29%;
    height: 19%;
    opacity: 0.5;
}

.oc-face-lip {
    left: 61%;
    top: 64%;
    width: 22%;
    height: 6.5%;
    opacity: 0.62;
}

.oc-face-preview-copy strong {
    font-size: 14px;
}

.oc-face-preview-copy span {
    font-size: 10.5px !important;
}

.oc-face-recommendations {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: 1 / -1;
    gap: 8px;
}

.oc-face-recommendations button {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    min-width: 0;
    padding: 9px 8px;
    border: 0;
    border-radius: 17px;
    color: rgba(69, 48, 66, 0.88);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 0 1px rgba(164, 113, 147, 0.12);
    text-align: left;
}

.oc-face-recommendations button.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(215, 83, 139, 0.96), rgba(146, 103, 199, 0.92));
    box-shadow: 0 10px 20px rgba(134, 78, 143, 0.22);
}

.oc-face-recommendations span {
    font-size: 10px !important;
    line-height: 1;
    font-weight: 950;
}

.oc-face-recommendations i {
    display: block;
    width: 100%;
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lip) 0 34%, var(--blush) 34% 67%, var(--eye) 67% 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.oc-face-recommendations b {
    overflow: hidden;
    color: inherit;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oc-result-hero-palette {
    display: grid;
    gap: 7px;
    margin-top: 12px;
}

.oc-result-hero-palette > span {
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 10px !important;
    line-height: 1;
    font-weight: 950;
}

.oc-result-hero-palette > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.oc-result-hero-palette b {
    display: grid;
    min-width: 0;
    gap: 5px;
    padding: 7px 6px 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.oc-result-hero-palette i {
    display: block;
    width: 100%;
    height: 18px;
    border-radius: 999px;
    background: var(--c);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.34),
        0 5px 10px rgba(53, 39, 62, 0.14);
}

.oc-result-hero-palette em {
    overflow: hidden;
    color: #ffffff;
    font-size: 9.5px;
    line-height: 1.1;
    font-style: normal;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes ocReportFlagWave {
    0%, 100% {
        transform: rotate(-7deg) scale(1);
        border-radius: 44% 56% 42% 58%;
    }
    50% {
        transform: rotate(6deg) scale(1.04);
        border-radius: 58% 42% 56% 44%;
    }
}

@keyframes ocReportSheen {
    0%, 100% {
        transform: translateX(-18%) skewX(-12deg);
        opacity: 0.54;
    }
    50% {
        transform: translateX(18%) skewX(-12deg);
        opacity: 0.88;
    }
}

@media (max-width: 380px) {
    .oc-face-makeup-preview {
        grid-template-columns: 132px minmax(0, 1fr);
    }

    .oc-face-preview-stage {
        width: 132px;
    }

    .oc-face-recommendations {
        gap: 6px;
    }

    .oc-face-recommendations button {
        padding: 8px 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oc-report-card::before,
    .oc-report-card .oc-report-head > div:first-child::before {
        animation: none;
    }
}

/* Shooting screen emphasis: larger primary capture area and clearer caution title */
.oc-launch-card {
    gap: 14px;
    padding: 18px;
}

.oc-launch-card .oc-action-grid {
    gap: 10px;
}

.oc-launch-card .oc-button {
    min-height: 62px;
    border-radius: 19px;
    font-size: 17px;
    line-height: 1;
}

.oc-launch-card .oc-button-icon {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    font-size: 10px;
}

.oc-tip-heading {
    display: grid;
    gap: 5px;
    margin: 2px 2px -1px;
}

.oc-tip-heading strong,
.oc-tip-heading span {
    display: block;
}

.oc-tip-heading strong {
    color: var(--oc-ink);
    font-size: 22px;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: 0;
}

.oc-tip-heading span {
    color: var(--oc-muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 850;
}

.oc-tip-heading + .oc-tip-grid article {
    min-height: 118px;
    padding: 14px 8px 13px;
}

.oc-tip-heading + .oc-tip-grid i {
    width: 36px;
    height: 36px;
    margin-bottom: 9px;
    border-radius: 14px;
    font-size: 16px;
}

/* Galaxy design pass: premium photo check, analysis wait, and retry states */
.oc-analysis-stage[data-analysis-stage="preview"].is-active,
.oc-analysis-stage[data-analysis-stage="quality"].is-active,
.oc-analysis-stage[data-analysis-stage="loading"].is-active,
.oc-analysis-stage[data-analysis-stage="retake"].is-active {
    animation: oc-stage-rise 0.32s ease both;
}

.oc-analysis-stage[data-analysis-stage="preview"].is-active,
.oc-analysis-stage[data-analysis-stage="checkout"].is-active {
    min-height: auto;
    padding-bottom: calc(42px + env(safe-area-inset-bottom));
}

@keyframes oc-stage-rise {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-screen-title {
    margin-bottom: 10px;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-screen-title h1 {
    font-size: 26px;
    line-height: 1.12;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-preview-card {
    position: relative;
    overflow: hidden;
    padding: 9px;
    border: 0;
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 250, 0.9)),
        #ffffff;
    box-shadow:
        0 22px 50px rgba(168, 112, 148, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.76);
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-preview-card::before {
    content: "PHOTO READY";
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(207, 79, 134, 0.72);
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 18px rgba(184, 77, 128, 0.22);
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-preview-card img {
    display: block;
    width: 100%;
    max-height: min(34dvh, 300px);
    aspect-ratio: 4 / 5.2;
    object-fit: cover;
    object-position: 50% 34%;
    border-radius: 24px;
    background: #fff2f7;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-note {
    margin: 9px 4px 0;
    padding: 9px 12px;
    border-radius: 17px;
    color: #6f5f70;
    background: rgba(255, 255, 255, 0.78);
    font-size: 12.5px;
    line-height: 1.45;
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.1);
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-action-stack {
    grid-template-columns: 1fr 0.86fr;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 14px;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-button {
    min-height: 50px;
    border-radius: 17px;
    font-size: 14px;
}

.oc-analysis-stage[data-analysis-stage="quality"] .oc-progress-card,
.oc-analysis-stage[data-analysis-stage="loading"] .oc-progress-card {
    position: relative;
    overflow: hidden;
    min-height: calc(100dvh - 230px);
    padding: 28px 20px;
    border: 0;
    border-radius: 30px;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 250, 0.94) 46%, rgba(247, 240, 255, 0.92)),
        #ffffff;
    box-shadow:
        0 22px 54px rgba(168, 112, 148, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.oc-analysis-stage[data-analysis-stage="quality"] .oc-progress-card::before,
.oc-analysis-stage[data-analysis-stage="loading"] .oc-progress-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 28px;
    border: 1px solid rgba(214, 90, 141, 0.13);
    background:
        linear-gradient(90deg, transparent, rgba(214, 90, 141, 0.08), transparent) 0 0 / 180% 100%;
    animation: oc-scan-sheen 2.4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes oc-scan-sheen {
    0% {
        background-position: 160% 0;
    }
    100% {
        background-position: -80% 0;
    }
}

.oc-analysis-stage[data-analysis-stage="quality"] .oc-progress-ring,
.oc-analysis-stage[data-analysis-stage="loading"] .oc-progress-ring {
    position: relative;
    z-index: 1;
    width: 74px;
    height: 74px;
    border-width: 7px;
    border-color: rgba(214, 90, 141, 0.16);
    border-top-color: #d65a8d;
    box-shadow:
        0 0 0 12px rgba(255, 232, 243, 0.58),
        0 18px 32px rgba(185, 109, 195, 0.2);
}

.oc-analysis-stage[data-analysis-stage="quality"] .oc-progress-card > *,
.oc-analysis-stage[data-analysis-stage="loading"] .oc-progress-card > * {
    position: relative;
    z-index: 1;
}

.oc-analysis-stage[data-analysis-stage="quality"] .oc-progress-card h1,
.oc-analysis-stage[data-analysis-stage="loading"] .oc-progress-card h1 {
    max-width: 300px;
    font-size: 27px;
    line-height: 1.16;
}

.oc-analysis-stage[data-analysis-stage="quality"] .oc-progress-card p:not(.oc-kicker),
.oc-analysis-stage[data-analysis-stage="loading"] .oc-progress-card p:not(.oc-kicker) {
    max-width: 290px;
    margin: 0 auto;
    font-size: 13.5px;
    line-height: 1.5;
}

.oc-analysis-stage[data-analysis-stage="loading"] .oc-loading-steps {
    max-width: 300px;
    margin-top: 16px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow:
        inset 0 0 0 1px rgba(202, 136, 160, 0.13),
        0 10px 24px rgba(168, 112, 148, 0.1);
}

.oc-analysis-stage[data-analysis-stage="loading"] .oc-loading-steps span {
    min-height: 34px;
    font-size: 12px;
}

.oc-analysis-stage[data-analysis-stage="retake"] .oc-result-empty {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border: 0;
    border-radius: 30px;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 251, 0.94) 50%, rgba(246, 239, 255, 0.9)),
        #ffffff;
    box-shadow:
        0 22px 54px rgba(168, 112, 148, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.oc-retry-visual[hidden] {
    display: none !important;
}

.oc-retry-visual {
    position: relative;
    overflow: hidden;
    width: 122px;
    aspect-ratio: 1;
    margin: 0 auto 14px;
    border-radius: 36px;
    background: linear-gradient(135deg, #fff3f8, #f4edff);
    box-shadow:
        0 18px 34px rgba(168, 112, 148, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

.oc-retry-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    filter: saturate(0.96) brightness(1.03);
}

.oc-retry-visual span {
    position: absolute;
    inset: auto 10px 10px;
    height: 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d65a8d, #9b78c8);
    opacity: 0.78;
    box-shadow: 0 8px 18px rgba(185, 109, 195, 0.24);
}

.oc-analysis-stage[data-analysis-stage="retake"] .oc-result-empty h1 {
    max-width: 310px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.18;
    text-align: center;
}

.oc-analysis-stage[data-analysis-stage="retake"] .oc-result-empty p {
    max-width: 312px;
    margin: 10px auto 0;
    color: #6f5f70;
    font-size: 13px;
    line-height: 1.48;
    text-align: center;
}

.oc-analysis-stage[data-analysis-stage="retake"] .oc-result-empty .oc-retake-billing-note {
    max-width: 318px;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 18px;
    color: #7c3f63;
    background: linear-gradient(135deg, rgba(255, 236, 246, 0.92), rgba(246, 238, 255, 0.88));
    box-shadow:
        inset 0 0 0 1px rgba(214, 90, 141, 0.14),
        0 8px 18px rgba(168, 112, 148, 0.08);
    font-size: 12px;
    line-height: 1.43;
    font-weight: 900;
}

.oc-retake-billing-note[hidden] {
    display: none !important;
}

.oc-analysis-stage[data-analysis-stage="retake"] .oc-result-empty ul {
    display: grid;
    gap: 7px;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.oc-analysis-stage[data-analysis-stage="retake"] .oc-result-empty li {
    position: relative;
    padding: 10px 12px 10px 34px;
    border-radius: 15px;
    color: #564759;
    background: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 850;
    text-align: left;
    box-shadow: inset 0 0 0 1px rgba(202, 136, 160, 0.1);
}

.oc-analysis-stage[data-analysis-stage="retake"] .oc-result-empty li::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d65a8d, #9b78c8);
    transform: translateY(-50%);
}

.oc-analysis-stage[data-analysis-stage="retake"] .oc-retake-actions {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
}

.oc-analysis-stage[data-analysis-stage="retake"] .oc-retake-actions .oc-button {
    min-height: 50px;
    border-radius: 17px;
    font-size: 14px;
}

.oc-analysis-stage[data-analysis-stage="retake"] .oc-retake-actions .oc-button-secondary {
    background: rgba(255, 255, 255, 0.84);
}

.oc-tip-heading + .oc-tip-grid strong {
    font-size: 14px;
    line-height: 1.15;
}

.oc-tip-heading + .oc-tip-grid span {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.28;
}

@media (max-width: 380px) {
    .oc-launch-card .oc-button {
        min-height: 58px;
        font-size: 16px;
    }

    .oc-launch-card .oc-button-icon {
        width: 31px;
        height: 31px;
    }

    .oc-tip-heading strong {
        font-size: 21px;
    }

    .oc-tip-heading + .oc-tip-grid article {
        min-height: 108px;
        padding: 12px 7px;
    }
}

/* Face-only makeup preview: larger crop, background minimized, color applied on the right half */
.oc-face-makeup-preview {
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 13px;
    padding: 16px 14px;
}

.oc-face-preview-stage {
    width: min(72vw, 286px) !important;
    aspect-ratio: 1 / 1.14;
    border-radius: 30px;
    background:
        radial-gradient(circle at 50% 23%, rgba(255, 255, 255, 0.92), rgba(255, 242, 249, 0.72) 39%, transparent 40%),
        linear-gradient(145deg, rgba(255, 235, 244, 0.92), rgba(225, 205, 246, 0.82));
    box-shadow:
        0 20px 42px rgba(49, 36, 58, 0.26),
        inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.oc-face-preview-stage::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 8%;
    z-index: 3;
    width: 1px;
    height: 78%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.78), transparent);
    transform: translateX(-0.5px);
    pointer-events: none;
}

.oc-face-preview-stage > img,
.oc-face-preview-after img {
    inset: 3% 13% 0 !important;
    width: 74% !important;
    height: 101% !important;
    object-fit: cover;
    object-position: 50% 13% !important;
    border-radius: 48% 48% 42% 42% / 38% 38% 54% 54%;
    clip-path: ellipse(43% 50% at 50% 47%);
    filter: saturate(1.03) contrast(1.02);
}

.oc-face-preview-after {
    clip-path: inset(0 0 0 50%);
}

.oc-face-preview-after::before {
    z-index: 2;
    background:
        linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.62) 49.5%, rgba(255, 255, 255, 0.12) 51%, rgba(255, 229, 239, 0.18) 100%);
}

.oc-face-skin,
.oc-face-eye,
.oc-face-cheek,
.oc-face-lip {
    z-index: 4;
}

.oc-face-skin {
    position: absolute;
    left: 50%;
    top: 12%;
    display: block;
    width: 34%;
    height: 70%;
    border-radius: 48% 50% 46% 46% / 36% 39% 56% 56%;
    background:
        radial-gradient(circle at 57% 49%, var(--blush-color) 0%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(90deg, rgba(255, 255, 255, 0), var(--skin-color));
    clip-path: ellipse(48% 50% at 50% 48%);
    opacity: 0.22;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.oc-face-eye {
    left: 52.5%;
    top: 35.5%;
    width: 23%;
    height: 5.2%;
    border-radius: 999px 999px 80% 80%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--eye-color) 34%, var(--eye-color) 78%, rgba(255, 255, 255, 0));
    opacity: 0.44;
    transform: rotate(-3deg);
    filter: blur(0.9px);
}

.oc-face-cheek {
    left: 54%;
    top: 48.5%;
    width: 24%;
    height: 18%;
    background: radial-gradient(circle, var(--blush-color) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0.54;
    filter: blur(3px);
}

.oc-face-lip {
    left: 58.5%;
    top: 63.5%;
    width: 16%;
    height: 5.3%;
    border-radius: 45% 55% 50% 50%;
    background:
        radial-gradient(ellipse at 50% 38%, rgba(255, 255, 255, 0.18), transparent 34%),
        var(--lip-color);
    opacity: 0.72;
    transform: rotate(1deg);
    filter: blur(0.25px);
}

.oc-face-preview-copy {
    width: 100%;
    text-align: center;
}

.oc-face-preview-copy strong {
    font-size: 16px;
}

.oc-face-preview-copy span {
    margin-inline: auto;
    max-width: 260px;
    font-size: 11.5px !important;
}

.oc-face-before-label,
.oc-face-after-label {
    bottom: 12px;
    font-size: 9px !important;
}

.oc-face-before-label {
    left: 18px;
}

.oc-face-after-label {
    right: 18px;
}

@media (max-width: 380px) {
    .oc-face-preview-stage {
        width: min(74vw, 258px) !important;
    }
}

/* Portrait focus preview: keep the person natural, blur the background, and compare color on the right half. */
.oc-face-preview-stage {
    width: min(84vw, 338px) !important;
    aspect-ratio: 4 / 5;
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.96), rgba(255, 238, 248, 0.78) 46%, rgba(224, 203, 247, 0.62) 100%),
        linear-gradient(145deg, #fff1f7, #dfccf5);
    overflow: hidden;
}

.oc-face-preview-stage > img,
.oc-face-preview-after img {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 50% !important;
    border-radius: 26px !important;
    clip-path: none !important;
    filter: saturate(1.03) contrast(1.02);
}

.oc-face-makeup-preview.is-processing .oc-face-preview-stage::after {
    content: "인물 모드 준비";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    padding: 8px 11px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(68, 46, 82, 0.45);
    font-size: 10px;
    font-weight: 950;
    transform: translate(-50%, -50%);
}

.oc-face-skin {
    left: 50%;
    top: 17%;
    width: 31%;
    height: 60%;
    border-radius: 46% 50% 48% 48% / 34% 36% 58% 58%;
    background:
        radial-gradient(circle at 58% 54%, var(--blush-color) 0%, rgba(255, 255, 255, 0) 39%),
        linear-gradient(90deg, rgba(255, 255, 255, 0), var(--skin-color));
    opacity: 0.2;
    mix-blend-mode: soft-light;
}

.oc-face-eye {
    left: 54.5%;
    top: 42%;
    width: 18%;
    height: 4.2%;
    opacity: 0.42;
    mix-blend-mode: multiply;
}

.oc-face-cheek {
    left: 57.5%;
    top: 55%;
    width: 18%;
    height: 11%;
    opacity: 0.5;
    mix-blend-mode: multiply;
}

.oc-face-lip {
    left: 56%;
    top: 70%;
    width: 19%;
    height: 4.5%;
    opacity: 0.68;
    mix-blend-mode: multiply;
}

.oc-face-skin,
.oc-face-eye,
.oc-face-cheek,
.oc-face-lip {
    display: none !important;
}

@media (max-width: 380px) {
    .oc-face-preview-stage {
        width: min(84vw, 306px) !important;
    }
}

/* Beauty app polish: refined portrait mirror card and makeup palette controls. */
.oc-report-card .oc-face-makeup-preview {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    gap: 12px !important;
    margin-top: 16px !important;
    padding: 14px 13px 15px !important;
    border-radius: 28px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14)),
        linear-gradient(145deg, rgba(255, 226, 238, 0.34), rgba(202, 180, 237, 0.24));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.34),
        inset 0 -18px 48px rgba(95, 63, 111, 0.08),
        0 18px 36px rgba(68, 45, 82, 0.2);
}

.oc-report-card .oc-face-makeup-preview::before {
    content: "COLOR TRY-ON";
    justify-self: start;
    padding: 6px 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(135deg, rgba(214, 78, 139, 0.92), rgba(150, 104, 203, 0.84));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.24),
        0 8px 18px rgba(116, 71, 134, 0.18);
    font-size: 9px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.oc-report-card .oc-face-preview-stage {
    justify-self: center;
    width: min(80vw, 318px) !important;
    aspect-ratio: 4 / 5 !important;
    border-radius: 30px !important;
    background:
        linear-gradient(145deg, rgba(255, 250, 252, 0.82), rgba(234, 223, 250, 0.64));
    box-shadow:
        0 22px 42px rgba(43, 30, 56, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.5),
        0 0 0 9px rgba(255, 255, 255, 0.12);
}

.oc-report-card .oc-face-preview-stage::before {
    top: 5% !important;
    height: 88% !important;
    z-index: 4 !important;
    width: 2px !important;
    border-radius: 999px;
    background:
        linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.86) 16%, rgba(255, 255, 255, 0.54) 50%, rgba(255, 255, 255, 0.86) 84%, transparent) !important;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.38);
}

.oc-report-card .oc-face-preview-stage > img,
.oc-report-card .oc-face-preview-after img {
    border-radius: 30px !important;
    filter: saturate(1.035) contrast(1.015) brightness(1.01) !important;
}

.oc-report-card .oc-face-preview-after::before {
    z-index: 3 !important;
    background:
        linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.48) 49.6%, rgba(255, 255, 255, 0.08) 51.2%, rgba(255, 221, 238, 0.12) 100%) !important;
}

.oc-report-card .oc-face-before-label,
.oc-report-card .oc-face-after-label {
    bottom: 13px !important;
    z-index: 5 !important;
    padding: 6px 9px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: rgba(46, 34, 52, 0.56) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
}

.oc-report-card .oc-face-after-label {
    background: linear-gradient(135deg, rgba(214, 82, 141, 0.9), rgba(151, 104, 203, 0.8)) !important;
}

.oc-report-card .oc-face-preview-copy {
    display: grid !important;
    justify-items: center;
    gap: 6px;
    margin-top: -2px;
}

.oc-report-card .oc-face-preview-copy strong {
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    text-shadow: 0 2px 14px rgba(45, 31, 58, 0.28);
}

.oc-report-card .oc-face-preview-copy span {
    max-width: 295px !important;
    padding: 7px 11px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92) !important;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
}

.oc-report-card .oc-face-recommendations {
    gap: 9px !important;
    margin-top: 1px;
}

.oc-report-card .oc-face-recommendations button {
    position: relative;
    min-height: 88px;
    padding: 11px 10px 10px !important;
    border-radius: 22px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 246, 250, 0.74)) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.5),
        0 12px 20px rgba(54, 38, 67, 0.13) !important;
}

.oc-report-card .oc-face-recommendations button::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 38px;
    height: 20px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent);
    pointer-events: none;
}

.oc-report-card .oc-face-recommendations button.is-active {
    background:
        linear-gradient(145deg, rgba(219, 72, 139, 0.98), rgba(151, 101, 203, 0.94)) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.34),
        0 15px 26px rgba(138, 75, 147, 0.34) !important;
}

.oc-report-card .oc-face-recommendations span {
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
}

.oc-report-card .oc-face-recommendations i {
    height: 26px !important;
    border-radius: 999px !important;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.4), transparent 24%),
        linear-gradient(90deg, var(--lip) 0 34%, var(--blush) 34% 67%, var(--eye) 67% 100%) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.55),
        0 8px 14px rgba(59, 38, 66, 0.13) !important;
}

.oc-report-card .oc-face-recommendations b {
    margin-top: 1px;
    font-size: 12px !important;
    line-height: 1.15 !important;
}

.oc-report-card .oc-mirror-entry {
    margin-top: 13px !important;
    border-radius: 24px !important;
    background:
        linear-gradient(135deg, rgba(232, 74, 143, 0.96), rgba(154, 111, 208, 0.92)) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.22),
        0 15px 30px rgba(132, 76, 149, 0.28) !important;
}

.oc-report-card .oc-mirror-entry span {
    color: #ffffff !important;
    font-size: 16px !important;
}

.oc-report-card .oc-mirror-entry small {
    color: rgba(255, 255, 255, 0.82) !important;
}

@media (max-width: 380px) {
    .oc-report-card .oc-face-preview-stage {
        width: min(80vw, 292px) !important;
    }

    .oc-report-card .oc-face-preview-copy strong {
        font-size: 18px !important;
    }

    .oc-report-card .oc-face-recommendations {
        gap: 7px !important;
    }

    .oc-report-card .oc-face-recommendations button {
        min-height: 82px;
        padding-inline: 8px !important;
    }
}

/* Galaxy QA pass: keep the beauty preview compact and prevent the fixed tab bar from covering content. */
.oc-tab-panel {
    padding-bottom: calc(156px + env(safe-area-inset-bottom)) !important;
}

.oc-bottom-tabs {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), #ffffff 38%, #ffffff) !important;
    box-shadow:
        0 -18px 34px rgba(89, 62, 100, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.oc-bottom-tabs button {
    color: rgba(88, 70, 88, 0.74) !important;
}

.oc-bottom-tabs button.is-active {
    color: #c9488a !important;
}

.oc-report-card .oc-face-makeup-preview {
    gap: 10px !important;
    padding: 12px 12px 13px !important;
    border-radius: 26px !important;
}

.oc-report-card .oc-face-makeup-preview::before {
    padding: 5px 9px;
    font-size: 8.5px;
}

.oc-report-card .oc-face-preview-stage {
    width: min(74vw, 288px) !important;
    border-radius: 28px !important;
}

.oc-report-card .oc-face-preview-stage > img,
.oc-report-card .oc-face-preview-after img {
    border-radius: 28px !important;
}

.oc-report-card .oc-face-preview-copy strong {
    font-size: 18px !important;
}

.oc-report-card .oc-face-preview-copy span {
    max-width: 278px !important;
    padding: 6px 10px;
    font-size: 11px !important;
}

.oc-report-card .oc-face-recommendations {
    gap: 8px !important;
}

.oc-report-card .oc-face-recommendations button {
    min-height: 76px !important;
    padding: 9px 8px 8px !important;
    border-radius: 19px !important;
}

.oc-report-card .oc-face-recommendations button::after {
    left: 10px;
    right: 10px;
    top: 33px;
    height: 17px;
}

.oc-report-card .oc-face-recommendations i {
    height: 21px !important;
}

.oc-report-card .oc-face-recommendations b {
    font-size: 11px !important;
}

@media (max-width: 380px) {
    .oc-report-card .oc-face-preview-stage {
        width: min(72vw, 268px) !important;
    }

    .oc-report-card .oc-face-recommendations button {
        min-height: 72px !important;
        padding: 8px 7px !important;
    }
}

.oc-report-card .oc-face-preview-stage img:not([src]),
.oc-report-card .oc-face-preview-stage img[src=""] {
    visibility: hidden !important;
}

.oc-report-card .oc-face-makeup-preview[hidden] {
    display: none !important;
}

.oc-report-card .oc-face-makeup-preview.is-processing .oc-face-preview-stage {
    background:
        radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.74), rgba(255, 235, 246, 0.42) 46%, rgba(216, 194, 239, 0.5) 100%),
        linear-gradient(145deg, rgba(255, 246, 251, 0.88), rgba(230, 211, 247, 0.72)) !important;
}

.oc-report-card .oc-face-makeup-preview.is-processing .oc-face-preview-stage::after {
    content: "미러 준비 중" !important;
    z-index: 8 !important;
    background: linear-gradient(135deg, rgba(215, 78, 139, 0.86), rgba(146, 104, 201, 0.82)) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.28),
        0 10px 20px rgba(94, 58, 117, 0.18);
}

/* Flow QA: keep the primary inspection action visible on first entry. */
.oc-analysis-stage[data-analysis-stage="preview"] .oc-screen-title {
    margin-bottom: 8px !important;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-screen-title h1 {
    font-size: 23px !important;
    line-height: 1.12 !important;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-screen-title .oc-kicker {
    margin-bottom: 5px !important;
    font-size: 10px !important;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-preview-card {
    padding: 8px !important;
    border-radius: 26px !important;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-preview-card::before {
    top: 15px !important;
    left: 15px !important;
    padding: 5px 8px !important;
    font-size: 9px !important;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-preview-card img {
    max-height: min(32dvh, 282px) !important;
    aspect-ratio: 4 / 4.35 !important;
    border-radius: 21px !important;
    object-position: 50% 32% !important;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-note {
    margin-top: 9px !important;
    padding: 9px 11px !important;
    font-size: 11.5px !important;
    line-height: 1.4 !important;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-action-stack {
    margin-top: 9px !important;
    margin-bottom: 14px !important;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-button {
    min-height: 47px !important;
    border-radius: 16px !important;
    font-size: 13.5px !important;
}

.oc-analysis-stage[data-analysis-stage="quality"] .oc-progress-card,
.oc-analysis-stage[data-analysis-stage="loading"] .oc-progress-card {
    min-height: min(560px, calc(100dvh - 270px)) !important;
    gap: 10px !important;
    padding: 24px 18px !important;
}

.oc-analysis-stage[data-analysis-stage="quality"] .oc-progress-ring,
.oc-analysis-stage[data-analysis-stage="loading"] .oc-progress-ring {
    width: 62px !important;
    height: 62px !important;
    border-width: 6px !important;
}

.oc-analysis-stage[data-analysis-stage="quality"] .oc-progress-card h1,
.oc-analysis-stage[data-analysis-stage="loading"] .oc-progress-card h1 {
    max-width: 280px !important;
    font-size: 24px !important;
    line-height: 1.16 !important;
}

.oc-analysis-stage[data-analysis-stage="quality"] .oc-progress-card p:not(.oc-kicker),
.oc-analysis-stage[data-analysis-stage="loading"] .oc-progress-card p:not(.oc-kicker) {
    max-width: 270px !important;
    font-size: 12.5px !important;
}

.oc-analysis-stage[data-analysis-stage="loading"] .oc-loading-steps {
    max-width: 278px !important;
    margin-top: 12px !important;
}

.oc-analysis-stage[data-analysis-stage="loading"] .oc-loading-steps span {
    min-height: 31px !important;
    font-size: 11px !important;
}

/* Palette meaning pass: make every color chip explain where it is used. */
.oc-report-card.is-fallback-report .oc-report-head {
    position: relative;
}

.oc-report-card.is-fallback-report .oc-report-head::after {
    content: "예비 리포트";
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: -9px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(232, 113, 153, 0.96), rgba(151, 111, 207, 0.9));
    box-shadow: 0 8px 18px rgba(80, 53, 95, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.24);
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
}

.oc-result-palette-card {
    display: grid;
    gap: 11px;
}

.oc-result-palette-card h3 {
    margin-bottom: 0 !important;
}

.oc-result-palette-card h3 + .oc-palette-guide {
    margin-top: -4px;
}

.oc-palette-guide {
    margin: 0;
    color: #766675;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 850;
}

.oc-chip-row .oc-named-color-chip {
    align-items: stretch !important;
    min-height: 52px !important;
    padding: 8px !important;
    border-radius: 16px !important;
}

.oc-chip-row .oc-named-color-chip i {
    width: 30px !important;
    height: auto !important;
    min-height: 34px;
    border-radius: 12px !important;
}

.oc-chip-row .oc-named-color-chip > span {
    width: auto !important;
    height: auto !important;
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
    display: grid;
    align-content: center;
    gap: 3px;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.oc-chip-row .oc-named-color-chip b,
.oc-chip-row .oc-named-color-chip small {
    display: block;
    width: auto !important;
    height: auto !important;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.oc-chip-row .oc-named-color-chip small {
    color: #aa5278;
    font-size: 9.5px;
    line-height: 1;
    font-weight: 950;
}

.oc-palette-role-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
}

.oc-palette-role-grid span {
    min-width: 0;
    display: grid;
    gap: 5px;
    padding: 8px 7px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow:
        inset 0 0 0 1px rgba(202, 136, 160, 0.11),
        0 8px 16px rgba(104, 69, 88, 0.06);
}

.oc-palette-role-grid i {
    display: block;
    width: 100%;
    height: 18px;
    border-radius: 999px;
    background: var(--c);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

.oc-palette-role-grid b,
.oc-palette-role-grid em {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oc-palette-role-grid b {
    color: #aa5278;
    font-size: 9.5px;
    line-height: 1;
    font-weight: 950;
}

.oc-palette-role-grid em {
    color: #3f3348;
    font-size: 10px;
    line-height: 1.1;
    font-style: normal;
    font-weight: 950;
}

.oc-season-card .oc-palette-sections {
    margin-top: 9px !important;
}

/* Color Mirror beauty pass: portrait-focus photo, richer fabric, and premium swatches. */
.oc-color-mirror {
    gap: 11px !important;
}

.oc-mirror-topbar {
    padding: 2px 2px 0 !important;
}

.oc-mirror-topbar h2 {
    font-size: 24px !important;
    line-height: 1.05 !important;
}

.oc-mirror-topbar span {
    color: #725f70 !important;
    font-size: 11.5px !important;
}

.oc-mirror-card {
    position: relative;
    overflow: hidden;
    padding: 10px !important;
    border: 0 !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 216, 232, 0.72), transparent 34%),
        radial-gradient(circle at 100% 12%, rgba(218, 197, 246, 0.6), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 252, 0.86));
    box-shadow:
        0 24px 54px rgba(168, 112, 148, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.72) !important;
}

.oc-mirror-card::before {
    content: "";
    position: absolute;
    right: -48px;
    top: -54px;
    width: 150px;
    height: 150px;
    border-radius: 48% 52% 42% 58%;
    background: linear-gradient(135deg, rgba(255, 205, 224, 0.62), rgba(184, 146, 232, 0.46), rgba(255, 228, 190, 0.38));
    filter: blur(1px);
    opacity: 0.75;
    pointer-events: none;
}

.oc-mirror-stage {
    position: relative;
    isolation: isolate;
    min-height: 318px !important;
    max-height: 440px !important;
    width: 100%;
    aspect-ratio: 4 / 5.08 !important;
    border: 0 !important;
    border-radius: 26px !important;
    background:
        linear-gradient(145deg, rgba(255, 235, 244, 0.7), rgba(245, 237, 255, 0.7)),
        #fff7fb !important;
    box-shadow:
        0 0 0 7px rgba(255, 255, 255, 0.72),
        0 20px 44px rgba(149, 84, 130, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.62) !important;
}

.oc-color-mirror.has-mirror-photo .oc-mirror-stage::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -26px;
    border-radius: inherit;
    background-image:
        linear-gradient(180deg, rgba(255, 237, 246, 0.16), rgba(238, 226, 255, 0.18)),
        var(--mirror-photo-url);
    background-size: cover;
    background-position: center;
    filter: blur(18px) saturate(1.12) brightness(1.03);
    transform: scale(1.08);
    opacity: 0.72;
}

.oc-mirror-stage::after {
    z-index: 8 !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.62),
        inset 0 -58px 80px rgba(45, 30, 56, 0.08) !important;
}

.oc-mirror-photo {
    position: absolute !important;
    z-index: 1;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 45% !important;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.18);
    filter: saturate(1.035) contrast(1.012) brightness(1.012) !important;
    box-shadow:
        0 16px 32px rgba(47, 34, 54, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.48);
}

.oc-mirror-drape,
.oc-mirror-top-silhouette,
.oc-mirror-lip {
    z-index: 4;
}

.oc-color-mirror[data-mirror-mode="drape"] .oc-mirror-drape {
    left: 10% !important;
    right: 10% !important;
    bottom: 4.5% !important;
    height: 25% !important;
    border-radius: 54% 54% 26px 26px / 44% 44% 20px 20px !important;
    opacity: 0.88 !important;
    mix-blend-mode: normal !important;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.42), transparent 46%),
        repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 13px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(50, 30, 48, 0.08)),
        var(--mirror-color) !important;
    box-shadow:
        inset 0 18px 26px rgba(255, 255, 255, 0.24),
        inset 0 -18px 24px rgba(57, 37, 55, 0.14),
        0 -10px 26px rgba(70, 48, 72, 0.18) !important;
}

.oc-color-mirror[data-mirror-mode="top"] .oc-mirror-top-silhouette {
    left: 13% !important;
    right: 13% !important;
    bottom: 1.5% !important;
    height: 31% !important;
    opacity: 0.94 !important;
}

.oc-mirror-top-silhouette svg {
    filter:
        drop-shadow(0 -12px 18px rgba(255, 255, 255, 0.2))
        drop-shadow(0 14px 24px rgba(54, 37, 65, 0.18)) !important;
}

.oc-mirror-top-silhouette path:first-child {
    stroke: rgba(255, 255, 255, 0.38) !important;
    stroke-width: 3.5px !important;
}

.oc-mirror-badge {
    z-index: 9 !important;
    top: 13px !important;
    right: 13px !important;
    padding: 7px 10px !important;
    background: rgba(48, 34, 55, 0.5) !important;
    backdrop-filter: blur(14px);
}

.oc-mirror-selected {
    position: relative;
    z-index: 1;
    margin-top: 10px !important;
    padding: 10px !important;
    border-radius: 19px !important;
    background:
        radial-gradient(circle at 0 0, rgba(255, 226, 237, 0.76), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(250, 246, 255, 0.9)) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.7),
        0 12px 24px rgba(168, 112, 148, 0.1);
}

.oc-mirror-selected i {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
}

.oc-mirror-modes {
    padding: 6px !important;
    border-radius: 20px !important;
}

.oc-mirror-modes button {
    min-height: 37px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
}

.oc-mirror-picker {
    padding: 13px !important;
    border: 0 !important;
    border-radius: 24px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(218, 197, 246, 0.34), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 252, 0.86)) !important;
    box-shadow:
        0 18px 40px rgba(168, 112, 148, 0.13),
        inset 0 0 0 1px rgba(255, 255, 255, 0.64);
}

.oc-mirror-chip-row {
    gap: 8px !important;
}

.oc-mirror-chip {
    min-height: 60px !important;
    border: 0 !important;
    border-radius: 20px !important;
    padding: 8px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 251, 0.82)) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.68),
        0 12px 22px rgba(168, 112, 148, 0.1) !important;
}

.oc-mirror-chip i {
    height: 42px !important;
    box-shadow:
        inset 0 4px 0 rgba(255, 255, 255, 0.4),
        inset 0 -12px 16px rgba(57, 37, 55, 0.14),
        0 6px 12px rgba(113, 70, 96, 0.12) !important;
}

.oc-mirror-chip.is-active {
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.7), transparent 26%),
        linear-gradient(135deg, rgba(217, 82, 141, 0.97), rgba(151, 104, 203, 0.93)) !important;
    color: #ffffff !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.36),
        0 16px 28px rgba(142, 78, 146, 0.26) !important;
}

.oc-mirror-chip.is-active span {
    color: #ffffff !important;
}

.oc-mirror-actions button {
    min-height: 44px !important;
    border-radius: 16px !important;
}

@media (max-width: 380px) {
    .oc-mirror-stage {
        min-height: 292px !important;
    }
}

/* Color Mirror QA polish: keep privacy choice visible without interrupting the beauty controls. */
.oc-color-mirror .oc-mirror-photo-choice {
    gap: 8px !important;
    padding: 13px !important;
    border-radius: 22px !important;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 252, 0.86)) !important;
    box-shadow:
        0 12px 26px rgba(168, 112, 148, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.68) !important;
}

.oc-color-mirror .oc-mirror-photo-choice strong {
    font-size: 16px !important;
    line-height: 1.18 !important;
}

.oc-color-mirror .oc-mirror-photo-choice p {
    margin-top: 4px !important;
    font-size: 12px !important;
    line-height: 1.42 !important;
}

.oc-color-mirror .oc-mirror-photo-choice > div:last-child {
    grid-template-columns: 0.9fr 1fr !important;
    gap: 7px !important;
    margin-top: 8px !important;
}

.oc-color-mirror .oc-mirror-photo-choice button {
    min-height: 42px !important;
    border-radius: 15px !important;
    font-size: 13px !important;
}

.oc-color-mirror .oc-mirror-photo-choice small {
    margin-top: 7px !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
}

.oc-color-mirror .oc-mirror-card {
    order: 1;
}

.oc-color-mirror .oc-mirror-modes {
    order: 2;
}

.oc-color-mirror .oc-mirror-picker {
    order: 3;
}

.oc-color-mirror .oc-mirror-photo-choice {
    order: 4;
}

.oc-color-mirror .oc-mirror-actions {
    order: 5;
}

.oc-color-mirror .oc-note {
    order: 6;
}

/* Premium pass: make the paid analysis value and palette meaning clear before Play submission. */
.oc-paid-report-card {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 9px;
    margin: 12px 0 10px;
}

.oc-paid-report-card > div,
.oc-paid-report-card > button {
    min-width: 0;
    padding: 13px 12px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.92), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 244, 250, 0.7));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.74),
        0 12px 26px rgba(190, 92, 147, 0.1);
}

.oc-paid-report-card > button {
    width: 100%;
    border: 0;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.oc-paid-report-card > button:active {
    transform: scale(0.985);
}

.oc-paid-report-card span {
    display: block;
    margin-bottom: 6px;
    color: #c94c84;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.oc-paid-report-card strong {
    display: block;
    color: #241b27;
    font-size: 15px;
    line-height: 1.18;
}

.oc-paid-report-card p {
    margin: 6px 0 0;
    color: rgba(67, 47, 70, 0.72);
    font-size: 11px;
    font-weight: 760;
    line-height: 1.35;
}

.oc-paid-report-card .oc-paid-report-price {
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.42), transparent 34%),
        linear-gradient(135deg, #df4f91 0%, #a35fdb 56%, #7a8fdd 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.34),
        0 18px 34px rgba(149, 80, 171, 0.22);
}

.oc-paid-report-card .oc-paid-report-price span,
.oc-paid-report-card .oc-paid-report-price strong,
.oc-paid-report-card .oc-paid-report-price p {
    color: #ffffff;
}

.oc-paid-report-card .oc-paid-report-price p {
    opacity: 0.88;
}

.oc-paid-checkout-note {
    display: grid;
    gap: 5px;
    margin: 10px 0 12px;
    padding: 13px 14px;
    border-radius: 20px;
    color: #4a344d;
    background:
        linear-gradient(135deg, rgba(255, 238, 247, 0.92), rgba(245, 241, 255, 0.9));
    box-shadow:
        inset 0 0 0 1px rgba(224, 128, 177, 0.16),
        0 12px 24px rgba(180, 94, 150, 0.1);
}

.oc-paid-checkout-note b {
    color: #c94c84;
    font-size: 12px;
    font-weight: 950;
}

.oc-paid-checkout-note span {
    font-size: 13px;
    font-weight: 780;
    line-height: 1.42;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-paid-checkout-note {
    margin: 8px 0 0 !important;
    padding: 10px 12px !important;
    border-radius: 17px !important;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-paid-checkout-note b {
    font-size: 11px !important;
}

.oc-analysis-stage[data-analysis-stage="preview"] .oc-paid-checkout-note span {
    font-size: 11.5px !important;
    line-height: 1.34 !important;
}

.oc-result-hero-palette > div {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 7px !important;
}

.oc-result-hero-palette b {
    min-height: 62px !important;
    padding: 7px 5px 6px !important;
}

.oc-result-hero-palette i {
    height: 22px !important;
    border-radius: 999px !important;
    box-shadow:
        inset 0 3px 0 rgba(255, 255, 255, 0.32),
        inset 0 -8px 12px rgba(40, 27, 39, 0.14),
        0 6px 12px rgba(85, 50, 90, 0.12) !important;
}

.oc-result-hero-palette em {
    margin-top: 4px !important;
    font-size: 10px !important;
    line-height: 1.12 !important;
}

.oc-result-hero-palette small {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
}

.oc-report-card [data-result-type] {
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 0.98 !important;
    word-break: keep-all;
}

.oc-face-preview-stage {
    max-width: min(318px, 82vw) !important;
    aspect-ratio: 0.84 !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.6), transparent 46%),
        linear-gradient(180deg, rgba(255, 244, 250, 0.95), rgba(240, 225, 255, 0.9)) !important;
}

.oc-face-preview-image {
    filter: saturate(1.02) contrast(1.01) !important;
}

.oc-face-preview-copy strong {
    font-size: 22px !important;
    line-height: 1.12 !important;
}

.oc-face-preview-copy span {
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.oc-palette-legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 13px 0 12px;
}

.oc-palette-legend article {
    min-width: 0;
    padding: 11px 10px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.86), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 246, 251, 0.82));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.72),
        0 10px 22px rgba(166, 105, 145, 0.1);
}

.oc-palette-legend b {
    display: block;
    color: #251d28;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.15;
}

.oc-palette-legend span {
    display: block;
    margin-top: 5px;
    color: rgba(69, 50, 72, 0.72);
    font-size: 10.5px;
    font-weight: 760;
    line-height: 1.34;
}

@media (max-width: 380px) {
    .oc-paid-report-card {
        gap: 7px;
    }

    .oc-paid-report-card > div,
    .oc-paid-report-card > button {
        padding: 12px 10px;
    }

    .oc-paid-report-card strong {
        font-size: 14px;
    }

    .oc-palette-legend {
        grid-template-columns: 1fr;
    }
}

/* Paid analysis gate: free photo check first, then a clear one-time AI report purchase. */
.oc-checkout-card {
    display: grid;
    gap: 12px;
    margin: 2px 0 8px;
    padding: 15px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.92), transparent 38%),
        radial-gradient(circle at 100% 12%, rgba(196, 151, 232, 0.24), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 243, 249, 0.72));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.78),
        0 22px 44px rgba(176, 103, 150, 0.16);
}

.oc-checkout-preview {
    position: relative;
    overflow: hidden;
    min-height: 212px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.75), transparent 46%),
        linear-gradient(145deg, #ffeef7, #e6dbff);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.7),
        0 15px 28px rgba(86, 58, 106, 0.13);
}

.oc-checkout-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 46%, rgba(36, 22, 43, 0.34)),
        radial-gradient(circle at 72% 0%, rgba(255, 255, 255, 0.34), transparent 32%);
    pointer-events: none;
}

.oc-checkout-preview img {
    display: block;
    width: 100%;
    height: min(46dvh, 290px);
    object-fit: cover;
    object-position: 50% 32%;
    filter: saturate(1.04) contrast(1.015) brightness(1.01);
}

.oc-checkout-preview span {
    position: absolute;
    left: 13px;
    bottom: 13px;
    z-index: 2;
    padding: 8px 11px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(221, 72, 135, 0.92), rgba(149, 104, 203, 0.86));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.24),
        0 9px 18px rgba(78, 48, 88, 0.2);
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
}

.oc-checkout-copy {
    display: grid;
    gap: 6px;
}

.oc-checkout-copy .oc-kicker {
    margin: 0;
    color: #cf4e88;
}

.oc-checkout-copy h1 {
    margin: 0;
    color: #211925;
    font-size: 25px;
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 950;
}

.oc-checkout-copy p:not(.oc-kicker) {
    margin: 0;
    color: rgba(70, 54, 76, 0.76);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 780;
}

.oc-checkout-score-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.oc-checkout-score-grid > div {
    min-width: 0;
    padding: 12px 11px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow:
        inset 0 0 0 1px rgba(214, 129, 166, 0.12),
        0 8px 18px rgba(97, 61, 100, 0.07);
}

.oc-checkout-score-grid span,
.oc-checkout-price span {
    display: block;
    color: #b65381;
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
}

.oc-checkout-score-grid strong {
    display: block;
    margin-top: 7px;
    color: #211925;
    font-size: 17px;
    line-height: 1.12;
    font-weight: 950;
}

.oc-checkout-includes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.oc-checkout-includes span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 9px;
    border-radius: 999px;
    color: #5d4661;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: inset 0 0 0 1px rgba(203, 139, 180, 0.12);
    font-size: 11px;
    line-height: 1.15;
    font-weight: 900;
    text-align: center;
}

.oc-checkout-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border-radius: 24px;
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.42), transparent 34%),
        linear-gradient(135deg, #dc4d8d 0%, #a260db 55%, #778fe1 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.28),
        0 16px 30px rgba(142, 77, 157, 0.24);
}

.oc-checkout-price span,
.oc-checkout-price strong,
.oc-checkout-price p {
    color: #ffffff;
}

.oc-checkout-price strong {
    display: block;
    margin-top: 6px;
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
}

.oc-checkout-price p {
    max-width: 158px;
    margin: 0;
    opacity: 0.9;
    font-size: 10.5px;
    line-height: 1.34;
    font-weight: 850;
    text-align: right;
}

.oc-checkout-safety-note {
    display: grid;
    gap: 5px;
    padding: 11px 12px;
    border-radius: 20px;
    color: #5f4a62;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 251, 0.72)),
        rgba(255, 255, 255, 0.74);
    box-shadow:
        inset 0 0 0 1px rgba(214, 129, 166, 0.13),
        0 8px 18px rgba(97, 61, 100, 0.06);
}

.oc-checkout-safety-note strong {
    color: #cf4e88;
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
}

.oc-checkout-safety-note span {
    color: rgba(70, 54, 76, 0.78);
    font-size: 11.5px;
    line-height: 1.42;
    font-weight: 820;
}

.oc-ai-data-consent {
    display: grid;
    gap: 9px;
    padding: 13px;
    border: 1px solid rgba(190, 81, 135, 0.22);
    border-radius: 22px;
    background: rgba(255, 249, 252, 0.94);
    box-shadow: 0 10px 24px rgba(97, 61, 100, 0.07);
}

.oc-ai-data-consent-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.oc-ai-data-consent-heading span {
    color: #bd3f79;
    font-size: 12px;
    font-weight: 950;
}

.oc-ai-data-consent-heading a {
    color: #76519b;
    font-size: 11px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.oc-ai-data-consent p,
.oc-ai-data-consent ul {
    margin: 0;
    color: #5f4a62;
    font-size: 11.5px;
    line-height: 1.48;
    font-weight: 760;
}

.oc-ai-data-consent ul {
    padding-left: 18px;
}

.oc-ai-data-consent-control {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    padding: 11px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(190, 81, 135, 0.13);
    cursor: pointer;
}

.oc-ai-data-consent-control input {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #d94a8b;
}

.oc-ai-data-consent-control span {
    color: #382d3b;
    font-size: 12px;
    line-height: 1.42;
    font-weight: 900;
}

.oc-analysis-stage[data-analysis-stage="checkout"] .oc-action-stack {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    position: sticky;
    bottom: calc(88px + env(safe-area-inset-bottom));
    z-index: 8;
    padding: 8px 0;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 247, 251, 0), rgba(255, 247, 251, 0.94) 22%, rgba(255, 247, 251, 0.96));
    backdrop-filter: blur(18px);
}

.oc-analysis-stage[data-analysis-stage="checkout"] .oc-button {
    min-height: 50px !important;
    border-radius: 17px !important;
    font-size: 14px !important;
}

.oc-analysis-stage[data-analysis-stage="checkout"] .oc-button:disabled {
    opacity: 0.62;
    cursor: not-allowed;
}

.oc-checkout-status {
    margin: -4px 0 2px;
    padding: 11px 12px;
    border-radius: 18px;
    color: #6d5370;
    background: rgba(255, 255, 255, 0.78);
    box-shadow:
        inset 0 0 0 1px rgba(214, 129, 166, 0.13),
        0 8px 18px rgba(97, 61, 100, 0.06);
    font-size: 12px;
    line-height: 1.42;
    font-weight: 850;
}

.oc-checkout-status.is-error {
    color: #c83d76;
    background: rgba(255, 244, 249, 0.9);
}

.oc-analysis-stage[data-analysis-stage="checkout"] .oc-note {
    margin: 0 !important;
    padding: 10px 12px !important;
    font-size: 11px !important;
    line-height: 1.42 !important;
}

@media (max-width: 380px) {
    .oc-checkout-card {
        padding: 13px;
        border-radius: 27px;
    }

    .oc-checkout-preview {
        min-height: 188px;
    }

    .oc-checkout-preview img {
        height: min(42dvh, 250px);
    }

    .oc-checkout-copy h1 {
        font-size: 22px;
    }

    .oc-checkout-price strong {
        font-size: 21px;
    }
}

@media (min-width: 700px) {
    .oc-analysis-stage[data-analysis-stage="checkout"].is-active {
        padding-bottom: calc(144px + env(safe-area-inset-bottom));
    }

    .oc-checkout-card {
        margin-bottom: calc(118px + env(safe-area-inset-bottom));
    }

    .oc-checkout-preview {
        min-height: 178px;
    }

    .oc-checkout-preview img {
        height: min(34dvh, 230px);
        object-position: 50% 26%;
    }

    .oc-checkout-copy h1 {
        font-size: 23px;
        line-height: 1.14;
    }

    .oc-checkout-copy p:not(.oc-kicker) {
        font-size: 12.5px;
        line-height: 1.42;
    }

    .oc-checkout-price strong {
        font-size: 22px;
    }
}

.oc-report-card .oc-hero-outfit-card {
    margin-top: 12px;
    padding: 12px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.28), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.22),
        0 14px 28px rgba(58, 42, 73, 0.14);
}

.oc-report-card .oc-hero-outfit-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
}

.oc-report-card .oc-hero-outfit-head span {
    padding: 5px 8px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    font-size: 8.5px;
    line-height: 1;
    font-weight: 950;
}

.oc-report-card .oc-hero-outfit-head strong {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 950;
    text-shadow: 0 2px 12px rgba(43, 31, 54, 0.24);
}

.oc-report-card .oc-hero-outfit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.oc-report-card .oc-hero-outfit-item {
    display: grid;
    gap: 7px;
    align-content: start;
    min-width: 0;
    min-height: 92px;
    padding: 9px 8px;
    border: 0;
    border-radius: 19px;
    text-align: left;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 246, 252, 0.72));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.54),
        0 10px 18px rgba(58, 39, 70, 0.13);
}

.oc-report-card .oc-hero-outfit-item i {
    display: block;
    width: 100%;
    height: 26px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.48), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.26), rgba(0, 0, 0, 0.08)),
        var(--c);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.58),
        0 8px 14px rgba(55, 38, 66, 0.13);
}

.oc-report-card .oc-hero-outfit-item span,
.oc-report-card .oc-hero-outfit-item b,
.oc-report-card .oc-hero-outfit-item em,
.oc-report-card .oc-hero-outfit-item small {
    display: block;
    min-width: 0;
}

.oc-report-card .oc-hero-outfit-item b {
    color: #b84382;
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
}

.oc-report-card .oc-hero-outfit-item em {
    margin-top: 4px;
    color: #2c2430;
    font-size: 12px;
    line-height: 1.16;
    font-style: normal;
    font-weight: 950;
    word-break: keep-all;
}

.oc-report-card .oc-hero-outfit-item small {
    margin-top: 3px;
    color: rgba(58, 46, 62, 0.62);
    font-size: 8.5px;
    line-height: 1.16;
    font-weight: 850;
}

.oc-report-card .oc-hero-outfit-card p {
    margin: 9px 1px 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 10.5px;
    line-height: 1.38;
    font-weight: 850;
}

@media (max-width: 380px) {
    .oc-report-card .oc-hero-outfit-card {
        padding: 10px;
        border-radius: 21px;
    }

    .oc-report-card .oc-hero-outfit-grid {
        gap: 6px;
    }

    .oc-report-card .oc-hero-outfit-item {
        min-height: 84px;
        padding: 8px 7px;
        border-radius: 17px;
    }

    .oc-report-card .oc-hero-outfit-item i {
        height: 22px;
    }

    .oc-report-card .oc-hero-outfit-item em {
        font-size: 11px;
    }
}

/* Premium polish: transparent brand mark and denser paid-report value cues. */
.oc-brand-icon,
.oc-premium-intro-brand img {
    object-fit: contain !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: drop-shadow(0 7px 12px rgba(142, 73, 122, 0.18));
}

.oc-premium-intro-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oc-premium-intro-points span {
    min-height: 34px;
    justify-content: center;
    text-align: center;
}

.oc-checkout-includes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.oc-checkout-includes span {
    min-height: 32px;
    padding: 7px 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 247, 251, 0.58));
    font-size: 10.5px;
}

/* iOS review hardening: keep every screen inside the native viewport and safe area. */
html,
body.onecolor-app-body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.oc-app {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden !important;
}

.oc-app button,
.oc-app a,
.oc-app [role="button"] {
    touch-action: manipulation;
}

.oc-app-header {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: calc(54px + max(env(safe-area-inset-top, 0px), var(--onecolor-native-safe-top, 0px)));
    padding-top: calc(7px + max(env(safe-area-inset-top, 0px), var(--onecolor-native-safe-top, 0px)));
    flex: 0 0 auto;
}

.oc-app-main,
.oc-tab-panel,
.oc-analysis-stage,
.oc-analysis-stage.is-active,
.oc-checkout-card,
.oc-checkout-copy,
.oc-checkout-score-grid,
.oc-checkout-includes,
.oc-checkout-price,
.oc-checkout-price > *,
.oc-checkout-safety-note,
.oc-ai-data-consent,
.oc-ai-data-consent-heading,
.oc-ai-data-consent-control,
.oc-action-stack,
.oc-note {
    min-width: 0;
    max-width: 100%;
}

.oc-checkout-copy h1,
.oc-checkout-copy p,
.oc-checkout-price span,
.oc-checkout-price strong,
.oc-checkout-price p,
.oc-checkout-safety-note strong,
.oc-checkout-safety-note span,
.oc-ai-data-consent-heading span,
.oc-ai-data-consent-heading a,
.oc-ai-data-consent p,
.oc-ai-data-consent li,
.oc-ai-data-consent-control span,
.oc-note {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}

.oc-checkout-price {
    flex-wrap: wrap;
}

.oc-checkout-price p {
    flex: 1 1 138px;
    max-width: 100%;
}

.oc-analysis-stage[data-analysis-stage="checkout"] .oc-action-stack {
    width: 100%;
    position: static;
    bottom: auto;
    z-index: auto;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
}

@media (max-width: 390px) {
    .oc-checkout-card {
        padding: 12px;
        border-radius: 24px;
    }

    .oc-checkout-price {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .oc-checkout-price p {
        text-align: left;
    }

    .oc-ai-data-consent-heading {
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

/* Production support: in-app AI feedback and truthful app information. */
.oc-menu-row {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 13px;
    border: 1px solid var(--oc-line);
    border-radius: 16px;
    color: var(--oc-ink);
    background: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 950;
}

.oc-menu-row span {
    color: #9a8a98;
    font-size: 11px;
    font-weight: 850;
}

.oc-result-feedback-trigger {
    width: 100%;
    min-height: 44px;
    margin-top: 8px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.94);
    background: rgba(48, 33, 53, 0.16);
    font-size: 12px;
    font-weight: 900;
}

.oc-feedback-sheet > div {
    max-height: min(88dvh, 720px);
}

.oc-feedback-form {
    display: grid;
    gap: 13px;
    margin-top: 17px;
}

.oc-feedback-form label {
    display: grid;
    gap: 7px;
}

.oc-feedback-form label > span {
    color: #49394b;
    font-size: 12px;
    font-weight: 950;
}

.oc-feedback-form select,
.oc-feedback-form textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(190, 81, 135, 0.2);
    border-radius: 16px;
    color: #332638;
    background: rgba(255, 255, 255, 0.94);
    font: inherit;
    font-size: 14px;
    line-height: 1.45;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.54);
}

.oc-feedback-form select {
    min-height: 48px;
    padding: 0 13px;
}

.oc-feedback-form textarea {
    min-height: 128px;
    padding: 12px 13px;
    resize: vertical;
}

.oc-feedback-form select:focus,
.oc-feedback-form textarea:focus {
    border-color: #bf4d86;
    box-shadow: 0 0 0 3px rgba(207, 79, 134, 0.12);
}

.oc-feedback-privacy,
.oc-feedback-status {
    margin: 0;
    color: #766778;
    font-size: 11px;
    line-height: 1.48;
    font-weight: 780;
}

.oc-feedback-status:empty {
    display: none;
}

.oc-feedback-status.is-error {
    color: #bf3e73;
}

.oc-feedback-status.is-success {
    padding: 10px 12px;
    border-radius: 14px;
    color: #276956;
    background: rgba(214, 244, 232, 0.78);
}

.oc-feedback-actions {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 8px;
}

.oc-feedback-actions button {
    min-height: 48px;
    border: 0;
    border-radius: 16px;
    color: #5f4f62;
    background: rgba(242, 237, 244, 0.96);
    font-size: 14px;
    font-weight: 950;
}

.oc-feedback-actions button[type="submit"] {
    color: #ffffff;
    background: linear-gradient(135deg, var(--oc-pink), var(--oc-violet));
    box-shadow: 0 10px 22px rgba(178, 79, 139, 0.2);
}

.oc-feedback-actions button:disabled {
    opacity: 0.58;
}
