body.th-homepage {
    margin: 0;
    background: #f8fafc;
    color: #0f172a;
    direction: ltr;
    font-family: var(--ah-theme-global-font-family, iransansfanum, Tahoma, Arial, sans-serif);
    letter-spacing: 0;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
    direction: ltr;
}

body.th-homepage.admin-bar .th-header {
    top: 32px;
}

body.th-homepage a {
    color: inherit;
    text-decoration: none;
}

.th-shell,
.th-shell * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.th-shell {
    min-height: 100vh;
    overflow-x: hidden;
    direction: rtl;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 46%, #ffffff 100%);
}

.th-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.th-header {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
}

.th-header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 88px;
}

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

.th-brand img {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.th-brand span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.th-brand strong {
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    white-space: nowrap;
}

.th-brand small {
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
}

.th-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.th-nav a,
.th-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 8px;
    padding: 8px 10px;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    white-space: nowrap;
}

.th-nav a:hover,
.th-link-button:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.th-app-nav-link {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #334155;
    box-shadow: 0 12px 22px -22px rgba(15, 23, 42, 0.6);
}

.th-app-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.th-app-icon svg,
.th-ai-mark svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.th-app-nav-link .th-app-icon {
    min-width: 30px;
    height: 24px;
    margin-left: 6px;
    border-radius: 7px;
    background: #f1f5f9;
    color: #4f46e5;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.th-app-nav-link.th-accent-emerald .th-app-icon {
    color: #047857;
}

.th-app-nav-link.th-accent-sky .th-app-icon {
    color: #0369a1;
}

.th-app-nav-link.th-accent-amber .th-app-icon {
    color: #b45309;
}

.th-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.th-link-button {
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.th-link-button-strong {
    border-color: #4f46e5;
    background: #4f46e5;
    color: #ffffff;
}

.th-link-button-strong:hover {
    background: #4338ca;
    color: #ffffff;
}

.th-hero {
    padding: 70px 0 44px;
}

.th-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
    align-items: center;
    gap: 48px;
}

.th-hero-copy {
    min-width: 0;
}

.th-eyebrow,
.th-section-head > span,
.th-trust-copy > span,
.th-cta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4f46e5;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
}

.th-eyebrow span {
    width: 26px;
    height: 2px;
    border-radius: 8px;
    background: #4f46e5;
}

.th-hero h1 {
    margin: 18px 0 0;
    color: #0f172a;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.18;
}

.th-hero-lead {
    max-width: 660px;
    margin: 22px 0 0;
    color: #475569;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.05;
    text-align: right;
}

.th-hero-actions,
.th-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.th-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    max-width: 100%;
    border-radius: 8px;
    padding: 12px 18px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
    white-space: normal;
    text-align: center;
}

.th-button:hover {
    transform: translateY(-1px);
}

.th-button-primary {
    background: #4f46e5;
    color: #ffffff;
    box-shadow: 0 18px 38px -24px rgba(79, 70, 229, 0.85);
}

.th-button-primary:hover {
    background: #4338ca;
    color: #ffffff;
}

.th-button-secondary {
    background: #ffffff;
    color: #0f172a;
    border-color: #dbe4f0;
    box-shadow: 0 16px 30px -26px rgba(15, 23, 42, 0.55);
}

.th-button-secondary:hover {
    background: #f8fafc;
}

.th-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 15px;
    line-height: 1;
}

.th-button-secondary .th-button-icon {
    background: #eef2ff;
    color: #4f46e5;
}

.th-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 26px;
}

.th-hero-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 8px;
    padding: 6px 10px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.th-hero-visual {
    position: relative;
    min-height: 500px;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 52px -40px rgba(15, 23, 42, 0.45);
    padding: 22px;
    overflow: hidden;
}

.th-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(79, 70, 229, 0.07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(79, 70, 229, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
}

.th-hero-visual > * {
    position: relative;
    z-index: 1;
}

.th-visual-top,
.th-visual-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.th-ai-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #eef2ff;
    color: #4f46e5;
}

.th-ai-mark svg {
    width: 28px;
    height: 28px;
}

.th-visual-top img {
    width: 80px;
    height: 52px;
    object-fit: contain;
    opacity: 0.62;
}

.th-visual-balance {
    margin-top: 26px;
    padding: 18px 0 20px;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.th-visual-balance span,
.th-visual-balance small {
    display: block;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
}

.th-visual-balance strong {
    display: block;
    margin: 8px 0;
    color: #111827;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.7;
}

.th-ledger {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.th-ledger div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 46px;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    background: rgba(248, 250, 252, 0.86);
    padding: 10px 12px;
}

.th-ledger span {
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.th-ledger strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.5;
    white-space: nowrap;
}

.th-chart {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: end;
    gap: 10px;
    height: 128px;
    margin-top: 24px;
    padding: 14px 12px 0;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    background: #f8fafc;
}

.th-chart span {
    display: block;
    min-height: 28px;
    border-radius: 6px 6px 0 0;
    background: #4f46e5;
}

.th-chart span:nth-child(2n) {
    background: #10b981;
}

.th-chart span:nth-child(3n) {
    background: #f59e0b;
}

.th-visual-footer {
    margin-top: 18px;
    justify-content: flex-start;
}

.th-visual-footer .th-app-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 34px;
    border-radius: 8px;
    background: #eef2ff;
    color: #4338ca;
}

.th-visual-footer .th-app-icon.th-accent-emerald {
    background: #ecfdf5;
    color: #047857;
}

.th-visual-footer .th-app-icon.th-accent-sky {
    background: #f0f9ff;
    color: #0369a1;
}

.th-visual-footer .th-app-icon.th-accent-amber {
    background: #fffbeb;
    color: #b45309;
}

.th-section {
    padding: 70px 0;
}

.th-section-white {
    background: #ffffff;
}

.th-section-muted {
    background: #f8fafc;
}

.th-section-head {
    max-width: 720px;
    margin-bottom: 30px;
}

.th-section-head-centered {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.th-section-head-centered p {
    text-align: center;
}

.th-section-apps {
    padding-top: 38px;
    background: #ffffff;
}

.th-section-head-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    align-items: end;
    gap: 28px;
    max-width: none;
}

.th-section-head h2,
.th-trust-copy h2,
.th-cta h2 {
    margin: 8px 0 0;
    color: #0f172a;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.55;
}

.th-section-head p,
.th-trust-copy p,
.th-cta p {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    text-align: right;
}

.th-service-grid,
.th-system-grid,
.th-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.th-app-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.th-app-card {
    position: relative;
    display: flex;
    min-height: 220px;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 18px 36px -34px rgba(15, 23, 42, 0.46);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.th-app-card:hover {
    transform: translateY(-2px);
    border-color: #c7d2fe;
    box-shadow: 0 24px 46px -34px rgba(79, 70, 229, 0.36);
}

.th-app-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.th-app-card-top .th-app-icon,
.th-app-card-top a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.th-app-card-top .th-app-icon {
    min-width: 46px;
    min-height: 34px;
    background: #eef2ff;
    color: #4338ca;
    font-size: 13px;
    font-weight: 900;
}

.th-app-card-top a {
    width: 34px;
    height: 34px;
    border: 1px solid #e2e8f0;
    color: #4f46e5;
    font-size: 18px;
    line-height: 1;
}

.th-app-card h3 {
    margin: 24px 0 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.85;
}

.th-app-card p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    text-align: right;
}

.th-app-card.th-accent-emerald .th-app-card-top .th-app-icon {
    background: #ecfdf5;
    color: #047857;
}

.th-app-card.th-accent-sky .th-app-card-top .th-app-icon {
    background: #f0f9ff;
    color: #0369a1;
}

.th-app-card.th-accent-amber .th-app-card-top .th-app-icon {
    background: #fffbeb;
    color: #b45309;
}

.th-service-card,
.th-system-card,
.th-post-card {
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 22px;
    box-shadow: 0 18px 40px -36px rgba(15, 23, 42, 0.42);
}

.th-service-card > span,
.th-system-card > span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    border-radius: 8px;
    background: #eef2ff;
    color: #4338ca;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.5;
}

.th-service-card h3,
.th-system-card h3,
.th-post-card h3,
.th-trust-item h3 {
    margin: 16px 0 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.8;
}

.th-service-card p,
.th-system-card p,
.th-post-card p,
.th-trust-item p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    text-align: right;
}

.th-system-card {
    display: flex;
    min-height: 282px;
    flex-direction: column;
}

.th-system-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: #4f46e5;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
}

.th-system-card.th-accent-emerald > span {
    background: #ecfdf5;
    color: #047857;
}

.th-system-card.th-accent-amber > span {
    background: #fffbeb;
    color: #b45309;
}

.th-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 46px;
    align-items: start;
}

.th-trust-copy .th-button {
    margin-top: 24px;
}

.th-trust-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.th-trust-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
}

.th-post-card time {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.7;
}

.th-post-card h3 a:hover,
.th-small-link:hover,
.th-footer-links a:hover {
    color: #4f46e5;
}

.th-small-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #4f46e5;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.7;
}

.th-public-main {
    background: #ffffff;
}

.th-public-hero {
    padding: 58px 0 42px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.th-public-hero-inner {
    max-width: 840px;
}

.th-public-hero h1 {
    margin: 16px 0 0;
    color: #0f172a;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.35;
}

.th-public-lead {
    max-width: 760px;
    margin: 16px 0 0;
    color: #475569;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    text-align: right;
}

.th-public-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
    gap: 24px;
}

.th-public-layout-single {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.th-public-content {
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 34px;
    box-shadow: 0 20px 44px -40px rgba(15, 23, 42, 0.42);
}

.th-account-content {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.th-account-content .um,
.th-account-content .woocommerce {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

.th-account-content .um-login,
.th-account-content .um-password,
.th-account-content .woocommerce-form-login {
    max-width: 500px !important;
    margin: 6px auto !important;
    padding: 32px 28px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 35px rgba(31, 45, 61, 0.12);
    color: #222222;
    direction: rtl;
    text-align: right;
}

.th-account-content .um-login .um-form,
.th-account-content .um-password .um-form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
}

.th-account-content .um-login .um-row,
.th-account-content .um-password .um-row,
.th-account-content .um-login .um-col-1,
.th-account-content .um-password .um-col-1,
.th-account-content .um-login .um-field {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.th-account-content .um-password .um-field {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
}

.th-account-content .um-login .um-col-1,
.th-account-content .um-password .um-col-1 {
    display: grid;
    gap: 16px;
}

.th-account-content .um-login .um-field-label,
.th-account-content .um-password .um-field-label {
    margin: 0 0 6px !important;
}

.th-account-content .um-login .um-field-label label,
.th-account-content .um-password .um-field-label label,
.th-account-content .um-login .um-field-checkbox-option {
    color: #1f2937;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.th-account-content .um-login .um-field-area,
.th-account-content .um-password .um-field-area {
    position: relative;
}

.th-account-content .um-login input[type="text"],
.th-account-content .um-login input[type="password"],
.th-account-content .um-password input[type="text"],
.th-account-content .woocommerce-form-login input[type="text"],
.th-account-content .woocommerce-form-login input[type="password"] {
    width: 100% !important;
    min-height: 44px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #0f172a !important;
    padding: 10px 12px !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    box-shadow: none !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.th-account-content .um-login input[type="text"]:focus,
.th-account-content .um-login input[type="password"]:focus,
.th-account-content .um-password input[type="text"]:focus,
.th-account-content .woocommerce-form-login input[type="text"]:focus,
.th-account-content .woocommerce-form-login input[type="password"]:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
    outline: none !important;
}

.th-account-content .um-login .um-col-alt {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0 0;
}

.th-account-content .um-login .um-col-alt .um-left,
.th-account-content .um-login .um-col-alt .um-right {
    display: block;
}

.th-account-content .um-login .um-left,
.th-account-content .um-login .um-right {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.th-account-content .um-login .um-field-c {
    grid-column: 1 / -1;
}

.th-account-content .um-login .um-left {
    grid-column: 1;
    grid-row: 2;
}

.th-account-content .um-login .um-right {
    grid-column: 2;
    grid-row: 2;
}

.th-account-content .um-login .um-button,
.th-account-content .um-password .um-button,
.th-account-content .woocommerce-form-login button {
    width: 100% !important;
    min-height: 46px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #2563eb !important;
    color: #ffffff !important;
    padding: 12px !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    box-shadow: none !important;
    transition: background 0.2s, transform 0.1s;
}

.th-account-content .um-login .um-button:hover,
.th-account-content .um-password .um-button:hover,
.th-account-content .woocommerce-form-login button:hover {
    background: #1d4ed8 !important;
}

.th-account-content .um-login .um-button.um-alt {
    border: 1px solid #dbe4f0 !important;
    background: #f8fafc !important;
    color: #334155 !important;
}

.th-account-content .um-login .um-button.um-alt:hover {
    background: #eef2ff !important;
    color: #1e293b !important;
}

.th-account-content .um-login .um-col-alt-b {
    margin-top: 18px;
    text-align: center;
}

.th-account-content .um-login .um-link-alt {
    color: #4f46e5 !important;
    font-size: 14px;
    font-weight: 800;
}

.th-account-content .um-login .um-field-error,
.th-account-content .um-login .um-notice,
.th-account-content .um-password .um-field-error,
.th-account-content .um-password .um-notice {
    border-radius: 8px;
    font-family: inherit;
    line-height: 1.8;
}

.th-account-content .um-password .um-field-block {
    margin: 0 0 18px;
    color: #475569;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    text-align: right;
}

.th-account-content .woocommerce-form-login p {
    margin: 0 0 16px;
}

.th-account-content .woocommerce-form-login label {
    display: block;
    margin-bottom: 6px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
}

.th-profile-dashboard {
    display: grid;
    gap: 22px;
}

.th-profile-notice {
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.8;
}

.th-profile-notice-success {
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

.th-profile-notice-error {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #b91c1c;
}

.th-profile-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(145px, 0.65fr));
    gap: 14px;
}

.th-profile-card,
.th-profile-stat,
.th-profile-panel,
.th-profile-service {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 38px -36px rgba(15, 23, 42, 0.55);
}

.th-profile-identity {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
}

.th-profile-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 24px;
    font-weight: 900;
}

.th-profile-identity span,
.th-profile-stat span,
.th-profile-panel-head span {
    display: block;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.7;
}

.th-profile-identity h2,
.th-profile-panel h2 {
    margin: 4px 0 0;
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6;
}

.th-profile-identity p,
.th-profile-service p,
.th-profile-panel p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.9;
}

.th-profile-stat {
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 18px;
}

.th-profile-stat strong {
    color: #0f172a;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3;
}

.th-profile-stat small {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.th-profile-subscription-stat strong {
    color: #047857;
}

.th-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 16px;
}

.th-profile-panel {
    min-width: 0;
    padding: 20px;
}

.th-profile-panel-wide {
    grid-row: span 2;
}

.th-profile-panel-head {
    margin-bottom: 16px;
}

.th-profile-form {
    display: grid;
    gap: 14px;
}

.th-profile-form label {
    display: grid;
    gap: 7px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
}

.th-profile-form input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: #0f172a;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.th-profile-form input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}

.th-profile-form button {
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: #2563eb;
    color: #ffffff;
    padding: 12px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
}

.th-profile-form button:hover {
    background: #1d4ed8;
}

.th-profile-list,
.th-profile-order-list {
    display: grid;
    gap: 10px;
}

.th-profile-list div,
.th-profile-order-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
}

.th-profile-list span,
.th-profile-order-list span,
.th-profile-order-list small {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.th-profile-list strong,
.th-profile-order-list strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.th-profile-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.th-profile-service {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 16px;
}

.th-profile-service .th-app-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #eef2ff;
    color: #4f46e5;
}

.th-profile-service .th-app-icon svg {
    width: 20px;
    height: 20px;
}

.th-profile-service h3 {
    margin: 0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7;
}

.th-profile-service a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #334155;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.th-profile-service a:hover {
    background: #eef2ff;
    color: #4f46e5;
}

.th-commerce-content input[type="text"],
.th-commerce-content input[type="email"],
.th-commerce-content input[type="password"],
.th-commerce-content input[type="tel"],
.th-commerce-content textarea,
.th-commerce-content select {
    min-height: 44px;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    background: #ffffff;
    color: #0f172a;
    padding: 9px 12px;
    font-family: inherit;
}

.th-commerce-content input[type="submit"],
.th-commerce-content button,
.th-commerce-content .button {
    min-height: 42px;
    border-radius: 8px;
    border: 1px solid #4f46e5;
    background: #4f46e5;
    color: #ffffff;
    padding: 9px 14px;
    font-family: inherit;
    font-weight: 900;
}

.th-account-content .thfi-register-form div[style*="-10000px"] {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.th-account-content .thfi-register-wrap {
    max-width: 500px;
    margin: 6px auto;
    padding: 32px 28px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 18px 35px rgba(31, 45, 61, 0.12);
    direction: rtl;
    text-align: right;
    color: #222222;
    font-size: 15px;
    line-height: 1.6;
}

.th-account-content .thfi-register-title {
    margin-bottom: 24px;
    text-align: center;
}

.th-account-content .thfi-register-title h2 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    font-weight: 600;
}

.th-account-content .thfi-register-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: none;
    margin: 0;
}

.th-account-content .thfi-register-form p {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
}

.th-account-content .thfi-register-form label {
    color: #1f2937;
    font-weight: 600;
}

.th-account-content .thfi-register-form input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: #0f172a;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
    direction: inherit;
}

.th-account-content .thfi-register-form input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}

.th-account-content .thfi-register-form button {
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: #2563eb;
    color: #ffffff;
    padding: 12px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.th-account-content .thfi-register-form button:hover {
    background: #1d4ed8;
}

.th-account-content .thfi-register-form button:active {
    transform: translateY(1px);
}

.th-account-content .thfi-register-note {
    color: #64748b;
    font-size: 13px;
}

.th-account-content .thfi-register-message {
    margin: 0 0 20px;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 14px;
}

.th-account-content .thfi-register-message.thfi-error {
    border: 1px solid #fecaca;
    background: #fee2e2;
    color: #b91c1c;
}

.th-account-content .thfi-register-message.thfi-success {
    border: 1px solid #bbf7d0;
    background: #d1fae5;
    color: #047857;
    text-align: center;
}

.th-wp-content {
    color: #334155;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.15;
}

.th-wp-content > *:first-child {
    margin-top: 0;
}

.th-wp-content > *:last-child {
    margin-bottom: 0;
}

.th-wp-content p {
    margin: 0 0 18px;
    text-align: right;
}

.th-wp-content h2,
.th-wp-content h3,
.th-wp-content h4 {
    margin: 34px 0 14px;
    color: #0f172a;
    font-weight: 900;
    line-height: 1.75;
}

.th-wp-content h2 {
    font-size: 26px;
}

.th-wp-content h3 {
    font-size: 21px;
}

.th-wp-content h4 {
    font-size: 18px;
}

.th-wp-content ul,
.th-wp-content ol {
    margin: 14px 0 24px;
    padding: 0 24px 0 0;
}

.th-wp-content li {
    margin: 8px 0;
}

.th-wp-content a {
    color: #4f46e5;
    font-weight: 800;
}

.th-wp-content strong {
    color: #0f172a;
    font-weight: 900;
}

.th-wp-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.th-wp-content blockquote {
    margin: 26px 0;
    border-right: 3px solid #4f46e5;
    background: #f8fafc;
    border-radius: 8px;
    padding: 18px 20px;
    color: #475569;
}

.th-wp-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    overflow: hidden;
    border-radius: 8px;
}

.th-wp-content th,
.th-wp-content td {
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    text-align: right;
}

.th-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.th-article-featured {
    margin: 0 0 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.th-article-featured img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.th-article-meta time,
.th-article-meta a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 8px;
    background: #f8fafc;
    color: #64748b;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.5;
}

.th-article-meta a {
    color: #4f46e5;
}

.th-public-aside {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 14px;
    min-width: 0;
}

body.th-homepage.admin-bar .th-public-aside {
    top: 144px;
}

.th-side-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
    box-shadow: 0 18px 40px -38px rgba(15, 23, 42, 0.42);
}

.th-side-card > span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    border-radius: 8px;
    background: #eef2ff;
    color: #4338ca;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.5;
}

.th-side-card h2 {
    margin: 14px 0 12px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.75;
}

.th-side-links {
    display: grid;
    gap: 8px;
}

.th-side-link {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 8px 10px;
    color: #334155;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.6;
}

.th-side-link .th-app-icon {
    width: 32px;
    height: 28px;
    border-radius: 8px;
    background: #eef2ff;
    color: #4338ca;
}

.th-side-link.th-accent-emerald .th-app-icon {
    background: #ecfdf5;
    color: #047857;
}

.th-side-link.th-accent-sky .th-app-icon {
    background: #f0f9ff;
    color: #0369a1;
}

.th-side-link.th-accent-amber .th-app-icon {
    background: #fffbeb;
    color: #b45309;
}

.th-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.th-archive-card {
    display: flex;
    min-height: 266px;
    flex-direction: column;
}

.th-post-card-media {
    display: block;
    margin: -22px -22px 18px;
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 8px 8px 0 0;
    background: #f8fafc;
    aspect-ratio: 16 / 9;
}

.th-post-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.18s ease;
}

.th-post-card:hover .th-post-card-media img {
    transform: scale(1.025);
}

.th-archive-card h2 {
    margin: 16px 0 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.8;
}

.th-archive-card h2 a:hover {
    color: #4f46e5;
}

.th-card-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: auto;
    padding-top: 18px;
    color: #4f46e5;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.7;
}

.th-pagination {
    margin-top: 26px;
}

.th-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.th-pagination .page-numbers a,
.th-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    color: #475569;
    padding: 7px 11px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.5;
}

.th-pagination .page-numbers .current {
    border-color: #4f46e5;
    background: #4f46e5;
    color: #ffffff;
}

.th-empty-state {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 28px;
    color: #64748b;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.8;
    text-align: center;
}

.th-commerce-content {
    max-width: none;
}

.th-commerce-content .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
}

.th-commerce-content .woocommerce ul.products li.product {
    width: auto;
    margin: 0;
    float: none;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
    box-shadow: 0 18px 40px -36px rgba(15, 23, 42, 0.42);
}

.th-commerce-content .woocommerce ul.products li.product img {
    border-radius: 8px;
}

.th-cta {
    padding: 70px 0;
    background: #111827;
    color: #ffffff;
}

.th-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.th-cta span {
    color: #a5b4fc;
}

.th-cta h2,
.th-cta p {
    color: #ffffff;
}

.th-cta p {
    color: #cbd5e1;
}

.th-footer {
    padding: 34px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.th-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.th-footer-grid {
    grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.65fr) minmax(150px, 0.65fr) minmax(250px, 1fr);
    align-items: start;
}

.th-brand-footer img {
    width: 40px;
    height: 40px;
}

.th-footer p {
    max-width: 580px;
    margin: 14px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 2;
    text-align: right;
}

.th-footer-more {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-top: 10px;
    color: #4f46e5;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.7;
}

.th-footer-more:hover {
    color: #312e81;
}

.th-footer h3 {
    margin: 18px 0 10px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7;
}

.th-footer-column {
    min-width: 0;
}

.th-contact-link,
.th-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 34px;
    border-radius: 8px;
    color: #475569;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
}

.th-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #eef2ff;
    color: #0a66c2;
}

.th-social-icon svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.th-contact-link:hover,
.th-social-link:hover {
    color: #4f46e5;
}

.th-footer-links {
    display: grid;
    gap: 8px;
    justify-content: stretch;
}

.th-footer-links a {
    color: #475569;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.8;
    white-space: normal;
}

@media (max-width: 1080px) {
    .th-header-inner {
        grid-template-columns: 1fr auto;
    }

    .th-nav {
        grid-column: 1 / -1;
        justify-content: flex-start;
        order: 3;
        padding-bottom: 14px;
        overflow-x: auto;
    }

    .th-hero-grid {
        grid-template-columns: 1fr;
    }

    .th-hero-visual {
        min-height: 470px;
    }

    .th-app-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .th-public-layout {
        grid-template-columns: 1fr;
    }

    .th-public-aside {
        position: static;
    }

    .th-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .th-commerce-content .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .th-profile-overview,
    .th-profile-grid,
    .th-profile-service-grid {
        grid-template-columns: 1fr;
    }

    .th-profile-panel-wide {
        grid-row: auto;
    }
}

@media (max-width: 900px) {
    .th-header-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .th-brand {
        justify-content: flex-start;
    }

    .th-header-actions,
    .th-nav {
        justify-content: flex-start;
    }

    .th-nav {
        order: initial;
        grid-column: auto;
        width: 100%;
        padding-bottom: 0;
        overflow: visible;
    }

    .th-hero-grid {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .th-hero-copy,
    .th-hero-visual {
        width: 100%;
        max-width: 100%;
    }

    .th-account-content .um-login,
    .th-account-content .um-password,
    .th-account-content .woocommerce-form-login {
        width: 280px !important;
        max-width: 100% !important;
        padding: 24px 16px;
    }

    .th-account-content .um-login .um-col-alt {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .th-account-content .um-login .um-button.um-alt {
        width: 104px !important;
        min-width: 104px !important;
        transform: translateX(-58px);
    }

    .th-account-content .um-login input.um-button {
        width: 104px !important;
        min-width: 104px !important;
        transform: translateX(-154px);
    }
}

@media (max-width: 820px) {
    body.th-homepage.admin-bar .th-header {
        top: 46px;
    }

    .th-container {
        width: min(100% - 28px, 1180px);
    }

    .th-header-inner {
        min-height: auto;
        padding: 12px 0;
        gap: 12px;
    }

    .th-header-actions {
        gap: 6px;
    }

    .th-link-button {
        min-height: 38px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .th-brand small {
        display: none;
    }

    .th-hero {
        padding: 48px 0 38px;
    }

    .th-hero h1 {
        font-size: 46px;
    }

    .th-hero-lead {
        font-size: 16px;
        line-height: 2;
    }

    .th-hero-visual {
        min-height: auto;
        padding: 18px;
    }

    .th-visual-balance strong {
        font-size: 28px;
    }

    .th-section {
        padding: 56px 0;
    }

    .th-section-head-split,
    .th-trust-grid,
    .th-cta-inner,
    .th-footer-inner {
        grid-template-columns: 1fr;
    }

    .th-service-grid,
    .th-app-grid,
    .th-system-grid,
    .th-post-grid,
    .th-trust-list,
    .th-archive-grid {
        grid-template-columns: 1fr;
    }

    .th-commerce-content .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .th-section-head h2,
    .th-trust-copy h2,
    .th-cta h2 {
        font-size: 27px;
    }

    .th-section-head-centered,
    .th-section-head-centered p {
        text-align: right;
    }

    .th-public-hero {
        padding: 46px 0 34px;
    }

    .th-public-hero h1 {
        font-size: 34px;
    }

    .th-public-lead {
        font-size: 15px;
    }

    .th-public-content {
        padding: 24px;
    }

    .th-wp-content {
        font-size: 15px;
    }

    .th-cta-actions,
    .th-footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    body.th-homepage .th-container {
        width: min(calc(100% - 28px), 340px) !important;
        max-width: min(calc(100% - 28px), 340px) !important;
        margin-left: 14px !important;
        margin-right: auto !important;
    }

    body.th-homepage .th-public-layout-single,
    body.th-homepage .th-account-content,
    body.th-homepage .th-account-content .um,
    body.th-homepage .th-account-content .um-login {
        width: 100% !important;
        max-width: 100% !important;
    }

    .th-header-inner {
        grid-template-columns: 1fr;
    }

    .th-header-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .th-nav {
        display: grid;
        grid-template-columns: 1fr;
        padding-bottom: 4px;
    }

    .th-nav a {
        white-space: normal;
        text-align: right;
    }

    .th-app-nav-link {
        justify-content: flex-start;
        width: 100%;
        min-height: 44px;
    }

    .th-account-content .um-login {
        width: 280px !important;
        padding: 24px 16px;
    }

    .th-account-content .um-password,
    .th-account-content .woocommerce-form-login {
        width: 280px !important;
        padding: 24px 16px;
    }

    .th-account-content .um-login .um-col-alt {
        grid-template-columns: 1fr 1fr;
    }

    .th-profile-service {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .th-profile-service a {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 480px) {
    body.th-homepage.admin-bar .th-header {
        top: 0;
    }

    body.th-homepage .th-container {
        width: min(calc(100% - 28px), 340px) !important;
        max-width: min(calc(100% - 28px), 340px) !important;
        margin-left: 14px !important;
        margin-right: auto !important;
    }

    body.th-homepage .th-public-layout-single,
    body.th-homepage .th-account-content,
    body.th-homepage .th-account-content .um,
    body.th-homepage .th-account-content .um-login {
        width: 100% !important;
        max-width: 100% !important;
    }

    .th-header-inner {
        grid-template-columns: 1fr;
    }

    .th-header-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .th-nav {
        display: grid;
        grid-template-columns: 1fr;
        padding-bottom: 4px;
    }

    .th-nav a {
        white-space: normal;
        text-align: right;
    }

    .th-app-nav-link {
        justify-content: flex-start;
        width: 100%;
        min-height: 44px;
    }

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

    .th-hero h1 {
        font-size: 38px;
    }

    .th-hero-actions,
    .th-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .th-button {
        width: 100%;
    }

    .th-app-card {
        min-height: 190px;
        padding: 18px;
    }

    .th-ledger div {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .th-ledger strong {
        white-space: normal;
    }

    .th-chart {
        gap: 6px;
    }

    .th-public-content,
    .th-side-card,
    .th-empty-state {
        padding: 18px;
    }

    .th-account-content .um-login {
        width: 280px !important;
        max-width: 100% !important;
        padding: 24px 16px;
    }

    .th-account-content .um-login .um-col-alt {
        grid-template-columns: 1fr 1fr;
    }

    .th-profile-panel,
    .th-profile-identity,
    .th-profile-stat,
    .th-profile-service {
        padding: 16px;
    }

    .th-profile-identity {
        align-items: flex-start;
    }

    .th-profile-avatar {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .th-post-card-media {
        margin: -18px -18px 16px;
    }

    .th-public-hero h1 {
        font-size: 30px;
    }

    .th-wp-content h2 {
        font-size: 22px;
    }

    .th-wp-content h3 {
        font-size: 19px;
    }
}
