#breadcrumb2,
.p-indexHeader,
#sidebar,
#sidebar-pr {
    display: none !important;
}

#content,
#content-in,
#main.main {
    display: block !important;
    float: none !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

#content {
    background: #f4f4f5;
}

.lani-fuh {
    --lani-fuh-ink: #1d1b20;
    --lani-fuh-muted: #68616a;
    --lani-fuh-soft: #eefaff;
    --lani-fuh-panel: #ffffff;
    --lani-fuh-line: #d7edf7;
    --lani-fuh-accent: #1e7dde;
    --lani-fuh-cyan: #00c4c4;
    --lani-fuh-blue: #1e7dde;
    --lani-fuh-gradient: linear-gradient(to right, #1e7dde, #00c4c4);
    --lani-fuh-green: #25a76f;
    --lani-fuh-orange: #d2771c;
    background: #fffdfd;
    box-shadow: 0 22px 60px rgba(29, 27, 32, 0.12);
    color: var(--lani-fuh-ink);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
    margin: 0 auto 48px;
    max-width: 430px;
    min-height: 100vh;
    overflow: hidden;
}

.lani-fuh * {
    box-sizing: border-box;
}

.lani-fuh-inner {
    margin-inline: auto;
    max-width: 398px;
    width: calc(100% - 32px);
}

.lani-fuh-hero {
    background:
        radial-gradient(circle at 86% 24%, rgba(0, 196, 196, 0.2), transparent 34%),
        radial-gradient(circle at 12% 10%, rgba(30, 125, 222, 0.16), transparent 28%),
        linear-gradient(150deg, #eef8ff 0%, #ffffff 58%, #efffff 100%);
    border: 1px solid var(--lani-fuh-line);
    border-radius: 0;
    margin: 18px 14px 0;
    padding: 28px 24px 22px;
}

.lani-fuh-kicker {
    background: var(--lani-fuh-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 0 0 10px;
}

.lani-fuh h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 34px;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 16px;
}

.lani-fuh-lead {
    color: #4c4650;
    font-size: 16px;
    line-height: 2;
    margin: 0 0 22px;
}

.lani-fuh-search {
    display: grid;
    gap: 10px;
}

.lani-fuh-search input {
    appearance: none;
    background: #fff;
    border: 1px solid #d9c9d0;
    border-radius: 6px;
    color: var(--lani-fuh-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    height: 48px;
    min-width: 0;
    padding: 0 12px;
}

.lani-fuh-search button,
.lani-fuh-request-actions a,
.lani-fuh-consult a {
    align-items: center;
    appearance: none;
    background: var(--lani-fuh-gradient);
    border: 0;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    padding: 0 16px;
    text-decoration: none;
    width: 100%;
}

.lani-fuh-chip-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 16px -4px 0;
    overflow-x: auto;
    padding: 0 4px 4px;
    scrollbar-width: none;
}

.lani-fuh-chip-row::-webkit-scrollbar {
    display: none;
}

.lani-fuh-chip-row a {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #c8ecf5;
    border-radius: 999px;
    color: var(--lani-fuh-ink);
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    line-height: 1;
    padding: 12px 14px;
    text-decoration: none;
}

.lani-fuh-search-panel {
    background: #ffffff;
    border: 1px solid var(--lani-fuh-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(30, 125, 222, 0.08);
    padding: 14px;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.lani-fuh-intro-nav,
.yearly-fortune-nav,
.lani-fuh-search,
.lani-fuh-search input,
.lani-fuh-search button {
    max-width: 100%;
    min-width: 0;
}

.lani-fuh-search-results {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--lani-fuh-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(30, 125, 222, 0.12);
    display: grid;
    gap: 0;
    margin-top: 12px;
    overflow: hidden;
}

.lani-fuh-search-results[hidden] {
    display: none;
}

.lani-fuh-search-result-head,
.lani-fuh-search-message {
    color: var(--lani-fuh-muted);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    padding: 12px 14px;
}

.lani-fuh-search-result {
    border-top: 1px solid var(--lani-fuh-line);
    color: var(--lani-fuh-ink);
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    text-decoration: none;
}

.lani-fuh-search-result strong {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.55;
}

.lani-fuh-search-result span {
    color: var(--lani-fuh-muted);
    font-size: 12px;
    line-height: 1.65;
}

.lani-fuh-search-more {
    align-items: center;
    background: #eefaff;
    border: 0;
    border-top: 1px solid var(--lani-fuh-line);
    color: #0d6f96;
    cursor: pointer;
    display: flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    padding: 0;
    text-decoration: none;
    width: 100%;
}

.lani-fuh-search-more:disabled {
    cursor: progress;
    opacity: 0.72;
}

/* ==========================================
   Free Uranai individual article app mode
   ========================================== */

body.lani-fuh-app-post {
    background: #f4f4f5 !important;
}

body.lani-fuh-app-post #header-container,
body.lani-fuh-app-post #header,
body.lani-fuh-app-post #navi,
body.lani-fuh-app-post #navi-in,
body.lani-fuh-app-post #breadcrumb,
body.lani-fuh-app-post #breadcrumb2,
body.lani-fuh-app-post #sidebar,
body.lani-fuh-app-post #sidebar-pr,
body.lani-fuh-app-post #footer,
body.lani-fuh-app-post #footer-in,
body.lani-fuh-app-post .article-header,
body.lani-fuh-app-post .lani-supervisor-link-box,
body.lani-fuh-app-post .lani-supervisor-box-v4,
body.lani-fuh-app-post .article-footer,
body.lani-fuh-app-post .breadcrumb,
body.lani-fuh-app-post .under-entry-content,
body.lani-fuh-app-post .pager-post-navi,
body.lani-fuh-app-post .comment-area,
body.lani-fuh-app-post .related-entry,
body.lani-fuh-app-post .article-writer.supervisor-profile-footer,
body.lani-fuh-app-post .author-box {
    display: none !important;
}

body.lani-fuh-app-post #container,
body.lani-fuh-app-post #content,
body.lani-fuh-app-post #content-in,
body.lani-fuh-app-post #main.main {
    background: #f4f4f5 !important;
    display: block !important;
    float: none !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body.lani-fuh-app-post .article {
    background: #fffdfd !important;
    box-shadow: 0 22px 60px rgba(29, 27, 32, 0.12);
    margin: 0 auto !important;
    max-width: 430px !important;
    min-height: 100vh;
    padding: 0 0 92px !important;
    width: 100% !important;
}

body.lani-fuh-app-post .entry-title,
body.lani-fuh-app-post .date-tags,
body.lani-fuh-app-post .sns-share,
body.lani-fuh-app-post .sns-follow,
body.lani-fuh-app-post .post-date,
body.lani-fuh-app-post .post-update,
body.lani-fuh-app-post .eye-catch-wrap {
    display: none !important;
}

.lani-fuh-post-shell {
    --lani-fuh-ink: #1d1b20;
    --lani-fuh-muted: #68616a;
    --lani-fuh-line: #d7edf7;
    --lani-fuh-accent: #1e7dde;
    --lani-fuh-cyan: #00c4c4;
    --lani-fuh-gradient: linear-gradient(to right, #1e7dde, #00c4c4);
    background: #fffdfd;
    color: var(--lani-fuh-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", sans-serif;
    margin: 0 auto;
    max-width: 430px;
    min-height: 100vh;
    overflow: hidden;
}

.lani-fuh-post-shell * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.lani-fuh-post-header {
    background:
        radial-gradient(circle at 86% 20%, rgba(0, 196, 196, 0.22), transparent 32%),
        radial-gradient(circle at 12% 0%, rgba(30, 125, 222, 0.16), transparent 28%),
        linear-gradient(150deg, #eef8ff 0%, #ffffff 62%, #efffff 100%);
    border-bottom: 1px solid var(--lani-fuh-line);
    padding: 18px 18px 16px;
}

.lani-fuh-post-back {
    align-items: center;
    color: #0d6f96;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px;
    text-decoration: none;
}

.lani-fuh-post-back::before {
    content: "";
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    display: inline-block;
    height: 7px;
    margin-right: 8px;
    transform: rotate(45deg);
    width: 7px;
}

.lani-fuh-post-kicker {
    background: var(--lani-fuh-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0 0 8px;
}

.lani-fuh-post-title {
    color: var(--lani-fuh-ink);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.38;
    margin: 0;
}

.lani-fuh-post-meta {
    color: #607482;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    margin: 9px 0 0;
}

.lani-fuh-post-meta time {
    color: #163f56;
    font-weight: 800;
}

.lani-fuh-post-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 12px 0 0;
}

.lani-fuh-post-badges span {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #c8ecf5;
    border-radius: 999px;
    color: #163f56;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    min-height: 30px;
    padding: 0 11px;
}

.lani-fuh-post-badges span:first-child {
    background: var(--lani-fuh-gradient);
    border-color: transparent;
    color: #fff;
}

.lani-fuh-renewal-notice {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #c8ecf5;
    border-radius: 10px;
    display: grid;
    gap: 6px;
    margin: 14px 0 0;
    padding: 12px 13px;
}

.lani-fuh-renewal-notice strong {
    color: #163f56;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.lani-fuh-renewal-notice span {
    color: #4a5961;
    font-size: 12px;
    line-height: 1.7;
}

.lani-fuh-renewal-notice a {
    color: #0d6f96;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.lani-fuh-post-tabs {
    display: flex;
    gap: 8px;
    margin: 16px -2px 0;
    overflow-x: auto;
    padding: 0 2px 4px;
    scrollbar-width: none;
}

.lani-fuh-post-tabs::-webkit-scrollbar {
    display: none;
}

.lani-fuh-post-tabs a {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #c8ecf5;
    border-radius: 999px;
    color: #163f56;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 13px;
    text-decoration: none;
}

.lani-fuh-post-eyecatch {
    background: #eefaff;
    border: 1px solid rgba(30, 125, 222, 0.12);
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(30, 125, 222, 0.1);
    margin: 14px 0 0;
    overflow: hidden;
}

.lani-fuh-post-eyecatch img {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.lani-fuh-supervisor {
    align-items: center;
    background: rgba(247, 252, 255, 0.96);
    border: 1px solid #c8ecf5;
    border-radius: 12px;
    box-shadow: none;
    color: var(--lani-fuh-ink);
    display: grid;
    gap: 10px;
    grid-template-columns: 46px minmax(0, 1fr);
    margin: 12px 0 0;
    padding: 10px;
    text-decoration: none;
}

.lani-fuh-supervisor-img {
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(29, 27, 32, 0.14);
    display: block;
    height: 46px;
    object-fit: cover;
    width: 46px;
}

.lani-fuh-supervisor-text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.lani-fuh-supervisor-label {
    color: #0d6f96;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
}

.lani-fuh-supervisor strong {
    color: var(--lani-fuh-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.lani-fuh-supervisor small {
    color: var(--lani-fuh-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.lani-fuh-eyecatch-supervisor {
    margin-top: 10px;
}

.lani-fuh-post-content {
    padding: 18px 18px 0;
}

.lani-fuh-post-content > *:first-child {
    margin-top: 0 !important;
}

.lani-fuh-post-content p,
.lani-fuh-post-content li {
    color: #2c2b30;
    font-size: 16px;
    line-height: 1.95;
}

.lani-fuh-post-content h2,
body.lani-fuh-app-post .lani-fuh-post-content h2.wp-block-heading {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--lani-fuh-ink) !important;
    display: block !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    margin: 38px 0 18px !important;
    min-height: 0 !important;
    padding: 0 0 0 20px !important;
    position: relative !important;
    text-align: left !important;
    text-shadow: none !important;
    width: auto !important;
}

.lani-fuh-post-content h2::before,
body.lani-fuh-app-post .lani-fuh-post-content h2.wp-block-heading::before {
    background: var(--lani-fuh-gradient);
    border-radius: 999px;
    content: "";
    display: block !important;
    height: calc(100% - 10px);
    left: 0;
    min-height: 24px;
    position: absolute;
    top: 5px;
    width: 5px;
}

.lani-fuh-post-content h2::after,
body.lani-fuh-app-post .lani-fuh-post-content h2.wp-block-heading::after {
    content: none !important;
    display: none !important;
}

.lani-fuh-post-content h3 {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-bottom: 1px solid #d7edf7 !important;
    box-shadow: none !important;
    color: #163f56 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
    margin: 32px 0 14px !important;
    padding: 0 0 8px !important;
    text-shadow: none !important;
}

.lani-fuh-post-content h3::before,
.lani-fuh-post-content h3::after,
body.lani-fuh-app-post .lani-fuh-post-content h3.wp-block-heading::before,
body.lani-fuh-app-post .lani-fuh-post-content h3.wp-block-heading::after {
    content: none !important;
    display: none !important;
}

.lani-fuh-post-content img,
.lani-fuh-post-content iframe,
.lani-fuh-post-content table {
    max-width: 100%;
}

.lani-fuh-post-content a {
    color: #0d6f96;
}

body.lani-fuh-app-post .lani-fuh-post-content .btn-wrap,
body.lani-fuh-app-post .lani-fuh-post-content [class*="btn-wrap"] {
    display: flex !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    width: 100% !important;
}

body.lani-fuh-app-post .lani-fuh-post-content .c-button__cv__wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 390px;
    width: min(100%, 390px);
}

body.lani-fuh-app-post .lani-fuh-post-content .c-button__cv__gradation {
    align-items: center;
    display: flex !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.lani-fuh-post-after {
    background: #f5fbfe;
    border: 1px solid var(--lani-fuh-line);
    border-radius: 10px;
    margin: 26px 18px 0;
    padding: 16px;
}

.lani-fuh-post-after h2,
body.lani-fuh-app-post .lani-fuh-post-after h2 {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--lani-fuh-ink) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    text-shadow: none !important;
}

.lani-fuh-post-after h2::before,
.lani-fuh-post-after h2::after,
body.lani-fuh-app-post .lani-fuh-post-after h2::before,
body.lani-fuh-app-post .lani-fuh-post-after h2::after {
    content: none !important;
    display: none !important;
}

.lani-fuh-post-after p {
    color: var(--lani-fuh-muted);
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 14px;
}

.lani-fuh-post-after-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}

.lani-fuh-post-after-grid a {
    align-items: center;
    background: #fff;
    border: 1px solid #c8ecf5;
    border-radius: 8px;
    color: #163f56;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.35;
    min-height: 44px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
}

.lani-fuh-post-popular {
    background:
        radial-gradient(circle at 92% 0%, rgba(0, 196, 196, 0.16), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.lani-fuh-post-after-kicker {
    color: #0d6f96 !important;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.3 !important;
    margin: 0 0 6px !important;
}

.lani-fuh-post-popular-grid {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.lani-fuh-popular-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #c8ecf5;
    border-radius: 8px;
    color: var(--lani-fuh-ink);
    display: grid;
    gap: 5px;
    padding: 13px 14px;
    text-decoration: none;
}

.lani-fuh-popular-card span {
    color: #0d6f96;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
}

.lani-fuh-popular-card strong {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
}

.lani-fuh-popular-card small {
    color: var(--lani-fuh-muted);
    font-size: 12px;
    line-height: 1.65;
}

.lani-fuh-post-popular-more {
    align-items: center;
    background: var(--lani-fuh-gradient);
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.35;
    margin-top: 12px;
    min-height: 46px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
}

.lani-fuh-operator {
    margin: 16px 18px 0;
    padding-bottom: 10px;
}

.lani-fuh-operator a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2eef3;
    border-radius: 10px;
    color: var(--lani-fuh-ink);
    display: grid;
    gap: 12px;
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 13px;
    text-decoration: none;
}

.lani-fuh-operator-img {
    display: block;
    height: auto;
    max-height: 44px;
    object-fit: contain;
    width: 76px;
}

.lani-fuh-operator-text {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.lani-fuh-operator-label {
    color: #0d6f96;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
}

.lani-fuh-operator strong {
    color: var(--lani-fuh-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.lani-fuh-operator small {
    color: var(--lani-fuh-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
}

.lani-fuh-bottom-nav {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--lani-fuh-line, #d7edf7);
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(29, 27, 32, 0.12);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    left: 50%;
    max-width: 430px;
    overflow: hidden;
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
    position: fixed;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
}

.lani-fuh-bottom-nav a {
    align-items: center;
    border-radius: 9px;
    color: #163f56;
    display: flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 40px;
    text-decoration: none;
}

.lani-fuh-bottom-nav a:first-child {
    background: var(--lani-fuh-gradient, linear-gradient(to right, #1e7dde, #00c4c4));
    color: #fff;
}

body.lani-fuh-mypage-open .lani-fuh-bottom-nav a:first-child {
    background: transparent;
    color: #163f56;
}

body.lani-fuh-mypage-open .lani-fuh-bottom-nav a[href="#lani-fuh-mypage"] {
    background: var(--lani-fuh-gradient, linear-gradient(to right, #1e7dde, #00c4c4));
    color: #fff;
}

@media (min-width: 431px) {
    body.lani-fuh-app-post .article,
    .lani-fuh-post-shell {
        max-width: 430px !important;
    }
}

@media (max-width: 430px) {
    .lani-fuh-bottom-nav {
        border-left: 0;
        border-right: 0;
        border-radius: 12px 12px 0 0;
    }
}

.lani-fuh-intro,
.lani-fuh-section,
.lani-fuh-split,
.lani-fuh-request,
.lani-fuh-consult {
    margin: 0 auto;
    max-width: 398px;
    padding: 22px 0 0;
    width: calc(100% - 32px);
}

.lani-fuh-intro {
    display: grid;
    gap: 14px;
}

.lani-fuh-intro-copy,
.yearly-fortune-nav,
.lani-fuh-card,
.lani-fuh-topic,
.lani-fuh-link-list,
.lani-fuh-shelf,
.lani-fuh-request,
.lani-fuh-consult {
    background: var(--lani-fuh-panel);
    border: 1px solid var(--lani-fuh-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(80, 49, 63, 0.055);
}

.lani-fuh-intro-copy {
    padding: 18px;
}

.lani-fuh-intro-copy h2,
.lani-fuh-section-head h2,
.lani-fuh-request h2,
.lani-fuh-consult h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.35;
    margin: 0 0 10px;
}

.lani-fuh-intro-copy p,
.lani-fuh-intro-copy li,
.lani-fuh-section-head p,
.lani-fuh-request p,
.lani-fuh-consult p {
    color: var(--lani-fuh-muted);
    font-size: 14px;
    line-height: 1.9;
    margin: 0 0 10px;
}

.lani-fuh-intro-copy ul {
    display: grid;
    gap: 8px;
    margin: 14px 0;
    padding-left: 1.2em;
}

.lani-fuh-intro-nav {
    display: grid;
    gap: 14px;
}

.lani-fuh .daily-weekly-nav-buttons {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
    width: 100% !important;
}

.lani-fuh .daily-weekly-nav-button {
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(29, 27, 32, 0.12);
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
    gap: 7px;
    justify-content: center;
    min-height: 74px;
    min-width: 0 !important;
    padding: 12px 6px;
    text-align: center;
    text-decoration: none;
    width: auto !important;
}

.lani-fuh .daily-weekly-nav-button:hover {
    color: #fff;
    filter: brightness(0.96);
    transform: translateY(-1px);
}

.lani-fuh .daily-weekly-nav-button.today,
.lani-fuh .daily-weekly-nav-button.tomorrow,
.lani-fuh .daily-weekly-nav-button.current,
.lani-fuh .daily-weekly-nav-button.next { background: var(--lani-fuh-gradient); }

.lani-fuh .nav-icon {
    display: none !important;
}

.lani-fuh .daily-weekly-nav-button::before {
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    color: #fff;
    content: "";
    display: inline-flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    line-height: 1;
    width: 28px;
}

.lani-fuh .daily-weekly-nav-button.today::before { content: "今"; }
.lani-fuh .daily-weekly-nav-button.tomorrow::before { content: "明"; }
.lani-fuh .daily-weekly-nav-button.current::before { content: "週"; }
.lani-fuh .daily-weekly-nav-button.next::before { content: "次"; }
.lani-fuh .daily-weekly-nav-button.yearly-kyusei::before { content: "九"; }
.lani-fuh .daily-weekly-nav-button.yearly-money::before { content: "金"; }
.lani-fuh .daily-weekly-nav-button.yearly-health::before { content: "健"; }
.lani-fuh .daily-weekly-nav-button.yearly-love::before { content: "恋"; }
.lani-fuh .daily-weekly-nav-button.yearly-work::before { content: "仕"; }
}

.nav-text-content {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.daily-weekly-nav-button .nav-label {
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.28;
}

.daily-weekly-nav-button .nav-period {
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 10px;
    line-height: 1.2;
    opacity: 0.92;
}

.yearly-fortune-nav {
    padding: 16px;
}

.nav-section-title {
    color: var(--lani-fuh-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
    text-align: center;
}

.lani-fuh .yearly-buttons .daily-weekly-nav-button {
    min-height: 86px;
}

.lani-fuh .daily-weekly-nav-button.yearly-kyusei,
.lani-fuh .daily-weekly-nav-button.yearly-money,
.lani-fuh .daily-weekly-nav-button.yearly-health,
.lani-fuh .daily-weekly-nav-button.yearly-love,
.lani-fuh .daily-weekly-nav-button.yearly-work { background: var(--lani-fuh-gradient); }

.lani-fuh-section-head {
    margin: 0 0 12px;
}

.lani-fuh-section-head-strong {
    background:
        radial-gradient(circle at 90% 0%, rgba(0, 196, 196, 0.2), transparent 36%),
        linear-gradient(150deg, #effaff 0%, #ffffff 72%, #efffff 100%);
    border: 1px solid var(--lani-fuh-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(30, 125, 222, 0.08);
    padding: 16px;
}

.lani-fuh-section-kicker {
    color: #0d6f96 !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.3 !important;
    margin: 0 0 6px !important;
}

.lani-fuh-feelings-hub .lani-fuh-grid-feature {
    margin-top: 12px;
}

.lani-fuh-topic-shortcuts {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.lani-fuh-topic-shortcuts a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #c8ecf5;
    border-radius: 8px;
    color: #163f56;
    display: flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.35;
    min-height: 44px;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none;
}

.lani-fuh-grid,
.lani-fuh-grid-feature,
.lani-fuh-topic-grid,
.lani-fuh-split {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.lani-fuh-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lani-fuh-card {
    min-height: 0;
}

.lani-fuh-card a {
    color: inherit;
    display: grid;
    gap: 7px;
    padding: 16px;
    text-decoration: none;
}

.lani-fuh-badge {
    align-self: start;
    background: #efffff;
    border: 1px solid #c8ecf5;
    border-radius: 999px;
    color: #0d6f96;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    width: max-content;
}

.lani-fuh-card h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.55;
    margin: 0;
}

.lani-fuh-card p {
    color: var(--lani-fuh-muted);
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
}

.lani-fuh-card time {
    color: #918892;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
}

.lani-fuh-topic {
    min-height: 120px;
    padding: 14px;
    text-decoration: none;
}

.lani-fuh-topic strong {
    color: var(--lani-fuh-ink);
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.lani-fuh-topic span {
    color: var(--lani-fuh-muted);
    display: block;
    font-size: 12px;
    line-height: 1.65;
}

.lani-fuh-link-list {
    list-style: none;
    margin: 0;
    padding: 6px 16px;
}

.lani-fuh-link-list li {
    border-bottom: 1px solid var(--lani-fuh-line);
    margin: 0;
}

.lani-fuh-link-list li:last-child {
    border-bottom: 0;
}

.lani-fuh-link-list a,
.lani-fuh-shelf a {
    color: var(--lani-fuh-ink);
    display: block;
    font-size: 13px;
    line-height: 1.75;
    padding: 11px 0;
    text-decoration: none;
}

.lani-fuh-shelf {
    columns: auto;
    padding: 6px 16px;
}

.lani-fuh-shelf a {
    border-bottom: 1px solid var(--lani-fuh-line);
}

.lani-fuh-shelf a:last-child {
    border-bottom: 0;
}

.lani-fuh-shelf a::before {
    color: var(--lani-fuh-accent);
    content: ">";
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    margin-right: 7px;
}

.lani-fuh-request,
.lani-fuh-consult {
    display: grid;
    gap: 12px;
    margin-top: 22px;
    padding: 18px;
}

.lani-fuh-request-actions {
    display: grid;
    gap: 10px;
}

.lani-fuh-request-actions a:nth-child(2),
.lani-fuh-consult a {
    background: var(--lani-fuh-gradient);
}

.lani-fuh-consult {
    background:
        linear-gradient(180deg, rgba(238, 248, 255, 0.95), rgba(255, 255, 255, 0.98)),
        var(--lani-fuh-panel);
    margin-bottom: 34px;
}

@media (min-width: 760px) {
    #content {
        padding: 34px 0 64px !important;
    }

    .lani-fuh {
        border: 1px solid #e5e5e5;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    #content {
        background: #fffdfd;
    }

    .lani-fuh {
        box-shadow: none;
        margin-bottom: 0;
        max-width: none;
    }
}

body.lani-fuh-result-modal-open .lani-fuh-bottom-nav,
body.lani-fuh-result-modal-open .mobile-header-menu-buttons,
body.lani-fuh-result-modal-open .mobile-menu-buttons {
    display: none !important;
}

body.lani-fuh-result-modal-open .lani-fuh-bottom-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(18px);
}

body.lani-fuh-result-modal-open #go-to-top {
    display: none !important;
}

body.lani-fuh-mypage-open #go-to-top {
    display: none !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal:not(.nodisplay) {
    align-items: center !important;
    background: rgba(29, 27, 32, 0.76) !important;
    display: flex !important;
    inset: 0 !important;
    justify-content: center !important;
    padding: 22px 14px !important;
    position: fixed !important;
    z-index: 2147483000 !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .tarot2-modal-content {
    background:
        radial-gradient(circle at 92% 4%, rgba(0, 196, 196, 0.16), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fffdfd 100%) !important;
    border: 1px solid rgba(215, 237, 247, 0.9) !important;
    border-radius: 16px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34) !important;
    max-height: min(760px, calc(100vh - 36px)) !important;
    max-width: 396px !important;
    overflow: auto !important;
    padding: 16px 16px 18px !important;
    width: 100% !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-tarot-modal-close {
    align-items: center !important;
    background: #eef6fa !important;
    border: 1px solid #d6edf6 !important;
    border-radius: 999px !important;
    color: #163f56 !important;
    display: flex !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    height: 38px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: sticky !important;
    top: 0 !important;
    width: 38px !important;
    z-index: 20 !important;
}

body.lani-fuh-app-post #lani-tarot-modal-body {
    margin: -8px 0 0 !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-frame {
    color: var(--lani-fuh-ink, #1d1b20);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", sans-serif;
    letter-spacing: 0;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-kicker {
    color: #0d6f96;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 7px;
    text-align: center;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-source {
    color: #52636f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.55;
    margin: -2px auto 8px;
    max-width: 92%;
    text-align: center;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-title {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #1d1b20 !important;
    display: block !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.26 !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    text-align: center !important;
    text-shadow: none !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-title::before,
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-title::after {
    display: none !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 0 0 14px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-meta span {
    background: #f4fbff;
    border: 1px solid #d7edf7;
    border-radius: 999px;
    color: #163f56;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 10px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-one-line {
    background: var(--lani-fuh-gradient, linear-gradient(to right, #1e7dde, #00c4c4));
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(30, 125, 222, 0.16);
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
    margin: 0 0 18px;
    padding: 14px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 22px 48px rgba(29, 27, 32, 0.24);
    margin: 0 auto 18px;
    max-width: 220px;
    padding: 8px;
    width: 62%;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-card img {
    border-radius: 5px;
    display: block;
    height: auto;
    max-width: none !important;
    width: 100% !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-card img.is-reversed {
    transform: rotate(180deg);
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-spread {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    margin: 2px auto 18px;
    max-width: 340px;
    width: 100%;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-spread-card {
    align-items: center;
    display: grid;
    gap: 7px;
    justify-items: center;
    margin: 0;
    min-width: 0;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-spread-card img {
    background: #ffffff;
    border-radius: 9px;
    box-shadow: 0 14px 30px rgba(29, 27, 32, 0.2);
    display: block;
    height: auto;
    max-width: 104px !important;
    padding: 5px;
    width: 100% !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-spread-card img.is-reversed {
    transform: rotate(180deg);
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-spread-card figcaption {
    color: #4f5860;
    display: block;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-insight {
    background:
        radial-gradient(circle at 92% 8%, rgba(0, 196, 196, 0.18), transparent 30%),
        linear-gradient(145deg, #ffffff 0%, #f8fdff 100%);
    border: 1px solid #ccecf6;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(30, 125, 222, 0.1);
    display: grid;
    gap: 13px;
    margin: 0 0 16px;
    padding: 15px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-head {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-head span {
    color: #0d6f96;
    font-size: 12px;
    font-weight: 900;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-head time {
    background: #eefaff;
    border: 1px solid #d7edf7;
    border-radius: 999px;
    color: #163f56;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    padding: 7px 9px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-lead,
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-action,
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-note {
    color: #2c2b30;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-meters {
    display: grid;
    gap: 10px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-meter {
    display: grid;
    gap: 6px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-meter div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-meter span,
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-meter strong {
    color: #163f56;
    font-size: 13px;
    font-weight: 900;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-meter i {
    background: #e8f4f8;
    border-radius: 999px;
    display: block;
    height: 8px;
    overflow: hidden;
    position: relative;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-meter i::before {
    background: var(--lani-fuh-gradient, linear-gradient(to right, #1e7dde, #00c4c4));
    border-radius: inherit;
    content: "";
    display: block;
    height: 100%;
    width: var(--value, 50%);
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-times {
    background: #f6fbfd;
    border: 1px solid #d7edf7;
    border-radius: 12px;
    display: grid;
    gap: 10px;
    padding: 12px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-times strong {
    color: #1d1b20;
    font-size: 14px;
    line-height: 1.6;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-times div {
    display: grid;
    gap: 7px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-times span {
    align-items: center;
    color: #4f5860;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: space-between;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-times b {
    color: #0d6f96;
    font-size: 13px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-action {
    background: #fffdfa;
    border-left: 4px solid #80d7ef;
    padding: 4px 0 4px 11px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-action strong {
    color: #163f56;
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 4px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-pregnancy-note {
    color: #66717a;
    font-size: 12px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-komopi-message {
    background:
        radial-gradient(circle at 95% 10%, rgba(0, 196, 196, 0.16), transparent 34%),
        #ffffff;
    border: 1px solid #d7edf7;
    border-radius: 12px;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 14px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-komopi-head {
    align-items: center;
    color: inherit;
    display: grid;
    gap: 10px;
    grid-template-columns: auto 1fr;
    text-decoration: none;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-komopi-head img {
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(29, 27, 32, 0.14);
    display: block;
    height: 52px;
    object-fit: cover;
    width: 52px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-komopi-head span {
    display: grid;
    gap: 5px;
    min-width: 0;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-komopi-label {
    color: #0d6f96;
    font-size: 12px;
    font-weight: 900;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-komopi-head strong {
    color: #1d1b20;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-komopi-reading {
    border-top: 1px solid #e0f1f7;
    color: #2c2b30;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    padding-top: 12px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-detail {
    background: #ffffff;
    border: 1px solid #d7edf7;
    border-radius: 12px;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 15px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-detail h3 {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-left: 4px solid #80d7ef !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #163f56 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.55 !important;
    margin: 4px 0 0 !important;
    padding: 0 0 0 10px !important;
    text-shadow: none !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-detail h3::before,
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-detail h3::after {
    display: none !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-detail p {
    color: #2c2b30;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-detail p + h3 {
    margin-top: 12px !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-card-codes {
    color: #66717a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    margin: -4px 0 12px;
    text-align: center;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-recommendation {
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 196, 196, 0.16), transparent 32%),
        linear-gradient(145deg, #fffefa 0%, #ffffff 72%);
    border: 1px solid #f0dfbd;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(152, 103, 35, 0.1);
    display: grid;
    gap: 10px;
    margin: 0 0 16px;
    padding: 15px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-recommendation h3 {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #6d4617 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-recommendation h3::before,
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-recommendation h3::after {
    display: none !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-recommendation p {
    color: #2c2b30;
    font-size: 14px;
    line-height: 1.85;
    margin: 0;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-pr,
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-site {
    color: #8a6a34 !important;
    font-size: 12px !important;
    font-weight: 900;
    line-height: 1.4 !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-intro {
    background: #fff8e9;
    border-left: 4px solid #c79a44;
    padding: 8px 10px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-testimonial {
    color: #6d4617 !important;
    font-weight: 900;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-fortune-cta {
    align-items: center;
    background: var(--lani-fuh-gradient, linear-gradient(to right, #1e7dde, #00c4c4));
    border-radius: 10px;
    color: #ffffff !important;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.4;
    min-height: 48px;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none !important;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-actions {
    display: grid;
    gap: 9px;
    margin: 16px auto 0;
    max-width: 360px;
    padding: 0 0 2px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-retry-result-button,
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-more-fortune-button,
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-save-result-button,
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-show-saved-button,
.lani-fuh-saved-shelf-toggle {
    align-items: center;
    appearance: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
    min-height: 48px;
    padding: 0 14px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-more-fortune-button {
    background: var(--lani-fuh-gradient, linear-gradient(to right, #1e7dde, #00c4c4));
    border: 0;
    box-shadow: 0 10px 24px rgba(30, 125, 222, 0.16);
    color: #ffffff;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-save-result-button {
    background: #ffffff;
    border: 1px solid var(--lani-fuh-line, #d7edf7);
    color: #163f56;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-retry-result-button {
    background: transparent;
    border: 0;
    color: #0d6f96;
    min-height: 30px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-save-result-button.is-saved {
    background: #163f56;
    border-color: #163f56;
    color: #ffffff;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-show-saved-button {
    background: transparent;
    border: 0;
    color: #0d6f96;
    min-height: 28px;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-save-note {
    color: var(--lani-fuh-muted, #68616a);
    font-size: 11px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-saved-panel,
.lani-fuh-saved-shelf-panel {
    background: #f5fbfe;
    border: 1px solid var(--lani-fuh-line, #d7edf7);
    border-radius: 10px;
    margin-top: 4px;
    padding: 10px;
}

.lani-fuh-saved-shelf {
    margin: 0 18px 16px;
}

.lani-fuh-saved-shelf-toggle {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--lani-fuh-line, #d7edf7);
    color: #163f56;
    display: flex;
    justify-content: space-between;
}

.lani-fuh-saved-shelf-toggle small {
    background: #eefaff;
    border-radius: 999px;
    color: #0d6f96;
    font-size: 11px;
    padding: 5px 8px;
}

.lani-fuh-saved-list {
    display: grid;
    gap: 10px;
}

.lani-fuh-saved-item {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(215, 237, 247, 0.85);
    border-radius: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
    padding: 10px;
}

.lani-fuh-saved-item-open {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: auto 1fr;
    min-width: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.lani-fuh-saved-item-open:hover strong {
    color: #0d6f96;
}

.lani-fuh-saved-item-open img {
    border: 1px solid rgba(29, 27, 32, 0.08);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(29, 27, 32, 0.08);
    display: block;
    height: auto;
    width: 44px;
}

.lani-fuh-saved-item-body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.lani-fuh-saved-item strong {
    color: var(--lani-fuh-ink, #1d1b20);
    font-size: 13px;
    line-height: 1.45;
}

.lani-fuh-saved-item small {
    color: var(--lani-fuh-muted, #68616a);
    font-size: 11px;
    line-height: 1.4;
}

.lani-fuh-saved-item-line {
    color: #2c2b30;
    display: -webkit-box;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lani-fuh-saved-item p,
.lani-fuh-saved-empty {
    color: #2c2b30;
    font-size: 12px;
    line-height: 1.65;
    margin: 0;
}

.lani-fuh-saved-item-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 2px;
    white-space: nowrap;
}

.lani-fuh-saved-item-actions a,
.lani-fuh-saved-item-actions button {
    background: transparent;
    border: 0;
    color: #0d6f96;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    padding: 0;
    text-decoration: none;
}

.lani-fuh-saved-item-actions button {
    color: #8a6a4b;
}

.lani-fuh-saved-panel[hidden],
.lani-fuh-saved-shelf[hidden],
.lani-fuh-saved-shelf-panel[hidden],
body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-show-saved-button[hidden] {
    display: none !important;
}

.lani-fuh-mypage-overlay {
    align-items: flex-end;
    background: rgba(29, 27, 32, 0.48);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 18px 12px calc(74px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}

.lani-fuh-mypage-overlay[hidden] {
    display: none !important;
}

.lani-fuh-mypage-dialog {
    background:
        radial-gradient(circle at 92% 0%, rgba(0, 196, 196, 0.15), transparent 30%),
        #ffffff;
    border: 1px solid rgba(215, 237, 247, 0.95);
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(29, 27, 32, 0.28);
    color: #1d1b20;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", sans-serif;
    max-height: min(720px, calc(100vh - 104px));
    max-width: 406px;
    overflow: auto;
    padding: 16px;
    position: relative;
    width: 100%;
}

.lani-fuh-mypage-close {
    align-items: center;
    appearance: none;
    background: #eef6fa;
    border: 1px solid #d6edf6;
    border-radius: 999px;
    color: #163f56;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    line-height: 1;
    margin: 0 0 2px;
    padding: 0;
    width: 38px;
}

.lani-fuh-mypage-kicker {
    color: #0d6f96;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    margin: -28px 0 7px;
    text-align: center;
}

.lani-fuh-mypage-dialog h2 {
    background: transparent !important;
    border: 0 !important;
    color: #1d1b20 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    text-align: center !important;
}

.lani-fuh-mypage-dialog h2::before,
.lani-fuh-mypage-dialog h2::after {
    display: none !important;
}

.lani-fuh-mypage-status {
    background: #f5fbfe;
    border: 1px solid #d7edf7;
    border-radius: 12px;
    display: grid;
    gap: 6px;
    margin: 0 0 10px;
    padding: 13px;
}

.lani-fuh-mypage-status strong {
    color: #163f56;
    font-size: 16px;
    font-weight: 900;
}

.lani-fuh-mypage-status span {
    color: #2c2b30;
    font-size: 13px;
    line-height: 1.65;
}

.lani-fuh-mypage-register {
    align-items: center;
    background: #eef6fa;
    border: 1px solid #d7edf7;
    border-radius: 10px;
    color: #607482;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    width: 100%;
}

.lani-fuh-mypage-saved {
    margin-top: 16px;
}

.lani-fuh-mypage-saved h3 {
    background: transparent !important;
    border: 0 !important;
    color: #163f56 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.lani-fuh-mypage-saved h3::before,
.lani-fuh-mypage-saved h3::after {
    display: none !important;
}

.lani-fuh-mypage-note {
    color: #68616a;
    font-size: 12px;
    line-height: 1.7;
    margin: 14px 0 0;
}

@media (max-width: 430px) {
    body.lani-fuh-app-post #lani-tarot-result-modal:not(.nodisplay) {
        align-items: center !important;
        padding: 12px 8px !important;
    }

    body.lani-fuh-app-post #lani-tarot-result-modal .tarot2-modal-content {
        border-radius: 14px !important;
        max-height: calc(100dvh - 24px) !important;
        padding: 14px !important;
    }

    body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-title {
        font-size: 22px !important;
    }

    body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-one-line {
        font-size: 17px;
    }

    body.lani-fuh-app-post #lani-tarot-result-modal .lani-fuh-result-card {
        max-width: 210px;
        width: 62%;
    }
}
