/* ============================================================
   Liten public UI styles
   First-party public pages only. Layered after Bootstrap/Inspinia.
   ============================================================ */

:root {
    --ltn-box-radius: 4px;
}

.ltn-progress-full {
    width: 100%;
}

.landing-page .navbar-default .navbar-brand,
.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
    align-items: center !important;
    background: transparent !important;
    border-radius: 0 !important;
    color: #fff !important;
    display: flex !important;
    font-size: inherit !important;
    gap: 8px !important;
    margin-top: 0 !important;
    opacity: 1;
    padding: 14px 0 14px 15px !important;
}

.landing-page .navbar-default .navbar-brand:hover {
    opacity: .85 !important;
}

.landing-page .navbar-default {
    background-color: rgba(20, 30, 45, .97) !important;
    border-color: transparent !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .18);
    transition: background .3s ease, box-shadow .3s ease !important;
}

.landing-page .navbar-default.navbar-scroll,
.landing-page .navbar-wrapper .navbar.navbar-scroll {
    background-color: #141e2d !important;
    border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
    border-color: transparent !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .25) !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.landing-page .navbar-scroll.navbar-default .nav li a {
    color: rgba(255, 255, 255, .85) !important;
}

.landing-page .navbar-scroll.navbar-default .nav li a:hover {
    color: #1ab394 !important;
}

.landing-page .navbar-default .navbar-nav > li > a {
    border-top: none !important;
    color: rgba(255, 255, 255, .85) !important;
    font-size: 13px !important;
    letter-spacing: .4px !important;
    padding-bottom: 22px !important;
    padding-top: 22px !important;
}

@media (min-width: 992px) {
    .landing-page .navbar-default .navbar-nav > li:not(.nav-cta-item) > .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.landing-page .navbar-default .navbar-nav > li > a:hover,
.landing-page .navbar-default .navbar-nav > li > a:focus {
    background: transparent !important;
    border-top: none !important;
    color: #1ab394 !important;
}

.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
    background: transparent !important;
    border-top: none !important;
    color: #1ab394 !important;
}

.landing-page .navbar-wrapper {
    z-index: 9000 !important;
}

.landing-page .navbar-wrapper .container {
    overflow: visible !important;
}

.landing-page .navbar-nav .nav-lang-item {
    position: relative;
}

.landing-page .navbar-nav .nav-lang-toggle {
    font-size: 12px !important;
    letter-spacing: .4px !important;
}

.landing-page .nav-lang-menu {
    background: #141e2d !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    min-width: 130px !important;
}

.landing-page .nav-lang-menu li a {
    color: rgba(255, 255, 255, .75) !important;
    display: block;
    font-size: 12px !important;
    padding: 8px 14px !important;
}

.landing-page .nav-lang-menu li a:hover,
.landing-page .nav-lang-menu li a.active {
    background: rgba(255, 255, 255, .05) !important;
    color: #1ab394 !important;
}

.landing-page .navbar-nav .nav-cta-item {
    align-items: center !important;
    display: flex !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.landing-page .navbar-nav .nav-cta-btn {
    border-radius: 5px !important;
    line-height: 1.4 !important;
    padding: 7px 18px !important;
}

.landing-page .navbar-toggler {
    border-color: rgba(255, 255, 255, .3) !important;
    padding: 6px 10px !important;
}

.landing-page .navbar-toggler .fa {
    color: #fff;
    font-size: 16px;
}

.liten-brand-text {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.landing-page .navy-line {
    margin: 0 auto 16px !important;
    width: 44px !important;
}

.liten-hero {
    background: linear-gradient(150deg, #0f1c2e 0%, #1a2d3f 45%, #1ab394 130%);
    color: #fff;
    padding: 140px 0 100px;
    text-align: center;
}

.liten-hero .hero-logo {
    display: block;
    height: 64px;
    margin: 0 auto 28px;
    opacity: .95;
    width: 64px;
}

.liten-hero h1 {
    color: #fff;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
}

.liten-hero .lead {
    color: rgba(255, 255, 255, .88);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
}

.liten-hero .hero-actions {
    margin-bottom: 14px;
}

.liten-hero .hero-actions .btn {
    border-radius: 6px;
    font-size: .95rem;
    font-weight: 600;
    margin: 4px 5px;
    padding: 13px 28px;
}

.liten-hero .btn-hero-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .45);
    color: #fff;
}

.liten-hero .btn-hero-outline:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .7);
    color: #fff;
}

.liten-hero .hero-note {
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
    margin-top: 8px;
}

.liten-hero .hero-note a {
    color: rgba(255, 255, 255, .65);
    text-decoration: underline;
}

.liten-hero .hero-note a:hover {
    color: #1ab394;
}

.liten-stats {
    padding: 72px 0;
}

.liten-stats .stat-value {
    color: #1ab394;
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.liten-stats .stat-label {
    color: #676a6c;
    font-size: .9rem;
    font-weight: 500;
}

.liten-stats .stat-label i {
    color: #1ab394;
    margin-right: 5px;
}

.liten-features {
    padding: 88px 0;
}

.liten-features .section-lead {
    margin: 6px auto 52px;
    max-width: 540px;
}

.liten-features .feature-card {
    border-radius: 10px;
    padding: 28px 20px;
    transition: box-shadow .2s;
}

.liten-features .feature-card:hover {
    box-shadow: 0 8px 32px rgba(26, 179, 148, .12);
}

.liten-features .feature-icon {
    color: #1ab394;
    display: block;
    font-size: 2.2rem;
    margin-bottom: 14px;
}

.liten-features h3,
.liten-how h3 {
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.liten-features p,
.liten-how p {
    color: #626c75;
    font-size: .875rem;
    line-height: 1.65;
    margin: 0;
}

.liten-how {
    padding: 88px 0;
}

.liten-how .section-lead {
    margin: 6px auto 52px;
    max-width: 480px;
}

.step-number {
    background: #f0f4f8;
    border: 2px solid #dde3ea;
    border-radius: 50%;
    color: #2c3e50;
    font-size: 1.6rem;
    font-weight: 700;
    height: 64px;
    line-height: 60px;
    margin: 0 auto 20px;
    text-align: center;
    width: 64px;
}

.step-number.active {
    background: #1ab394;
    border-color: #1ab394;
    color: #fff;
}

.liten-pricing {
    padding: 88px 0 110px;
}

.liten-pricing .section-lead {
    margin: 6px auto 52px;
    max-width: 440px;
}

.liten-pricing .pricing-desc {
    color: #667489;
}

.liten-pricing .pricing-badge {
    background: #e8f5f1;
    border-radius: 999px;
    color: #1ab394;
    display: inline-block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 12px auto 14px;
    padding: 5px 14px;
    text-transform: uppercase;
}

.landing-page .pricing-plan.selected {
    border: 2px solid #1ab394 !important;
    box-shadow: 0 12px 48px rgba(26, 179, 148, .22) !important;
    position: relative;
    transform: none !important;
    z-index: 1;
}

.landing-page .pricing-plan {
    border: 2px solid #1ab394 !important;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    margin: 0 12px !important;
    width: 100%;
}

.landing-page .pricing-plan .plan-action {
    margin-top: auto;
}

.liten-cta {
    background: #0f1c2e;
    color: #fff;
    padding: 88px 0;
    text-align: center;
}

.liten-cta h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.liten-cta p {
    color: rgba(255, 255, 255, .68);
    font-size: 1.05rem;
    margin-bottom: 34px;
}

.liten-cta .btn {
    border-radius: 6px;
    font-size: .95rem;
    font-weight: 600;
    margin: 4px 6px;
    padding: 13px 28px;
}

.liten-cta .btn-cta-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .35);
    color: #fff;
}

.liten-cta .btn-cta-outline:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .6);
    color: #fff;
}

.liten-footer {
    background: #0a1422;
    color: rgba(255, 255, 255, .55);
    padding: 64px 0 32px;
}

.liten-footer h5 {
    color: rgba(255, 255, 255, .9);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.liten-footer ul.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.liten-footer ul.footer-links li {
    margin-bottom: 8px;
}

.liten-footer a {
    color: rgba(255, 255, 255, .5);
    font-size: .875rem;
}

.liten-footer a:hover {
    color: #1ab394;
    text-decoration: none;
}

.liten-footer .footer-brand {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.liten-footer .footer-brand-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0;
}

.liten-footer .footer-tagline {
    font-size: .875rem;
    margin-bottom: 6px;
}

.liten-footer .footer-copy {
    border-top: 1px solid rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .3);
    font-size: .78rem;
    margin-top: 44px;
    padding-top: 20px;
}

.section-title {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.section-sub {
    color: #74839b;
    font-size: .95rem;
}

.text-navy,
.navy {
    color: #1ab394 !important;
}

.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #179d82;
    border-color: #179d82;
}

.liten-login-hero {
    align-items: center;
    background: linear-gradient(150deg, #0f1c2e 0%, #1a2d3f 55%, #1ab394 160%);
    display: flex;
    min-height: calc(100vh - 66px);
    padding: 100px 0 80px;
}

.liten-login-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
    padding: 48px 40px 36px;
    text-align: center;
}

.liten-login-card .login-brand {
    align-items: center;
    color: #1ab394;
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-bottom: 12px;
}

.liten-login-card .login-brand-text {
    color: #1ab394;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
}

.liten-login-card h1 {
    color: #2c3e50;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.liten-login-card .login-subtitle {
    color: #8a9ab0;
    font-size: .875rem;
    margin-bottom: 28px;
}

.liten-consent-hero {
    min-height: 100vh;
    padding: 72px 0;
}

.liten-consent-card {
    text-align: left;
}

.liten-consent-card .login-brand {
    justify-content: flex-start;
}

.liten-consent-card .login-subtitle {
    margin-bottom: 10px;
}

.liten-consent-intro {
    text-align: center;
}

.liten-consent-card .liten-consent-meta {
    margin-bottom: 26px;
}

.liten-consent-card .liten-consent-meta span + span {
    margin-left: 14px;
}

.liten-consent-access {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 22px;
}

.liten-consent-access h4 {
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 18px;
}

.liten-consent-scope + .liten-consent-scope {
    border-top: 1px solid #eff3f8;
    margin-top: 18px;
    padding-top: 18px;
}

.liten-consent-actions {
    margin-top: 24px;
}

.login-oauth-alert {
    border-radius: 8px;
    font-size: .82rem;
    line-height: 1.45;
    margin: 0 0 18px;
    text-align: left;
}

.login-oauth-alert strong {
    display: block;
    margin-bottom: 2px;
}

.idp-btn {
    align-items: center;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    color: #2c3e50;
    display: flex;
    font-size: .9rem;
    font-weight: 600;
    gap: 11px;
    justify-content: center;
    margin-bottom: 12px;
    padding: 13px 20px;
    text-decoration: none;
    transition: border-color .15s, box-shadow .15s, background .15s;
    width: 100%;
}

.idp-btn:hover {
    background: #f8fffe;
    border-color: #1ab394;
    box-shadow: 0 2px 12px rgba(26, 179, 148, .15);
    color: #2c3e50;
    text-decoration: none;
}

.idp-btn[aria-disabled="true"] {
    opacity: .72;
    pointer-events: none;
}

.idp-btn.is-loading {
    border-color: #1ab394;
}

.idp-btn .fa {
    font-size: 1.15rem;
    width: 20px;
}

.idp-btn.idp-google .fa {
    color: #ea4335;
}

.idp-btn.idp-github .fa {
    color: #24292e;
}

.idp-btn.idp-linkedin .fa {
    color: #0a66c2;
}

.idp-btn.idp-facebook .fa {
    color: #1877f2;
}

.login-divider {
    border: none;
    border-top: 1px solid #edf0f5;
    margin: 24px 0 18px;
}

.login-terms {
    color: #adb5bd;
    font-size: .78rem;
}

.login-terms a {
    color: #1ab394;
}

.liten-legal {
    background: #f8fafc;
    min-height: calc(100vh - 66px);
    padding: 110px 0 88px;
}

.liten-legal .legal-header {
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 40px;
    padding-bottom: 24px;
}

.liten-legal .legal-header h1 {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.liten-legal .legal-updated {
    color: #8a9ab0;
    font-size: .875rem;
}

.liten-legal .legal-body h2 {
    color: #2c3e50;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 36px;
}

.liten-legal .legal-body p {
    color: #4a5568;
    font-size: .9rem;
    line-height: 1.75;
}

.liten-legal .legal-body a {
    color: #1ab394;
}

.liten-help {
    background: #f8fafc;
    min-height: calc(100vh - 66px);
    padding: 112px 0 88px;
}

.liten-help .help-header {
    margin-bottom: 20px;
    text-align: center;
}

.liten-help .help-kicker {
    color: #1ab394;
    display: inline-block;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.liten-help .help-header h1 {
    color: #2c3e50;
    font-size: 2.15rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.liten-help .help-lead {
    color: #617083;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 720px;
}

.help-quick-actions,
.help-bottom-cta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 36px;
}

.help-category {
    border-top: 1px solid #e4e9f0;
    padding: 30px 0 4px;
}

.help-category h2 {
    color: #2c3e50;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 18px;
}

.help-category-muted {
    opacity: .96;
}

.help-item {
    background: #fff;
    border: 1px solid #e7ebf2;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(31, 45, 61, .045);
    margin-bottom: 12px;
    overflow: hidden;
}

.help-item summary {
    color: #2c3e50;
    cursor: pointer;
    font-size: .96rem;
    font-weight: 700;
    line-height: 1.45;
    list-style: none;
    padding: 18px 52px 18px 20px;
    position: relative;
}

.help-item summary::-webkit-details-marker {
    display: none;
}

.help-item summary::after {
    color: #1ab394;
    content: "+";
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 18px;
}

.help-item[open] summary::after {
    content: "-";
}

.help-item p {
    border-top: 1px solid #edf1f6;
    color: #526173;
    font-size: .9rem;
    line-height: 1.72;
    margin: 0;
    padding: 12px 20px 18px;
}

.help-item a {
    color: #1ab394;
}

.help-bottom-cta {
    background: #fff;
    border: 1px solid #e7ebf2;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(31, 45, 61, .05);
    flex-direction: column;
    margin: 36px 0 0;
    padding: 30px 24px;
    text-align: center;
}

.help-bottom-cta h2 {
    color: #2c3e50;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
}

.help-bottom-cta p {
    color: #617083;
    line-height: 1.65;
    margin: 0;
    max-width: 660px;
}

.liten-error-page {
    background: #f3f3f4;
    min-height: 72vh;
    padding: 150px 0 90px;
}

.liten-error-card {
    background: transparent;
    max-width: 520px;
    padding: 0 20px;
    text-align: center;
}

.liten-error-code {
    color: #e6e6e6;
    font-size: 150px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: .9;
    margin: 0 0 8px;
}

.liten-error-card h1 {
    color: #2f4050;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 16px;
}

.liten-error-card p {
    color: #676a6c;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto 24px;
    max-width: 460px;
}

.liten-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.liten-error-actions .btn {
    border-radius: var(--ltn-box-radius);
    font-weight: 700;
    min-width: 132px;
    padding: 13px 22px;
}

.liten-error-secondary-btn,
.liten-error-secondary-btn:hover,
.liten-error-secondary-btn:focus {
    background: transparent;
    border-color: #1ab394;
    color: #1ab394;
}

.liten-error-secondary-btn:hover,
.liten-error-secondary-btn:focus {
    background: #1ab394;
    color: #fff;
}

.ltn-interstitial-page {
    color: #2f4050;
    min-height: 100vh;
}

.ltn-interstitial-shell {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    max-width: 920px;
    padding: 34px 18px 46px;
    width: 100%;
}

.ltn-interstitial-brand {
    align-items: center;
    color: #2f4050;
    display: inline-flex;
    font-size: 24px;
    font-weight: 800;
    gap: 10px;
    margin-bottom: 0;
    text-decoration: none;
}

.ltn-interstitial-brand:hover,
.ltn-interstitial-brand:focus {
    color: #2f4050;
    text-decoration: none;
}

.ltn-interstitial-brand svg {
    fill: #1ab394;
    height: 34px;
    width: 34px;
}

.ltn-interstitial-panel {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: var(--ltn-box-radius);
    box-shadow: 0 18px 45px rgba(47, 64, 80, .08);
    overflow: hidden;
}

.ltn-interstitial-header {
    padding: 34px 42px 18px;
    text-align: center;
}

.ltn-interstitial-kicker {
    color: #1ab394;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ltn-interstitial-header h1 {
    color: #2f4050;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.ltn-interstitial-copy {
    color: #676a6c;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 560px;
}

.ltn-interstitial-destination {
    background: #f8fafb;
    border: 1px solid #e7eaec;
    border-radius: var(--ltn-box-radius);
    margin: 0 42px 22px;
    padding: 12px 14px;
}

.ltn-interstitial-destination span {
    color: #9ca3af;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.ltn-interstitial-destination strong {
    color: #2f4050;
    display: block;
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.ltn-creator-trust {
    align-items: center;
    background: #f0faf6;
    border: 1px solid #cceadd;
    border-radius: var(--ltn-box-radius);
    color: #16866f;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 42px 22px;
    padding: 12px 14px;
}

.ltn-creator-badge {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 7px;
    text-transform: uppercase;
}

.ltn-creator-name {
    color: #2f4050;
    font-size: 13px;
    font-weight: 800;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ltn-verified-disclaimer {
    color: #7b8794;
    font-size: 13px;
    line-height: 1.45;
    margin: 0 auto 16px;
    max-width: 440px;
}

.ltn-interstitial-ad {
    padding: 0 42px 24px;
    text-align: center;
}

.ltn-password-form {
    margin: 0 auto 18px;
    max-width: 420px;
    padding: 0 42px 10px;
}

.ltn-password-form label {
    color: #2f4050;
    font-size: 13px;
    font-weight: 800;
}

.ltn-password-form.has-error .form-control {
    border-color: #ed5565;
}

.ltn-password-error {
    background: #fff5f6;
    border: 1px solid #f8c7cf;
    border-radius: var(--ltn-box-radius);
    color: #c53030;
    font-size: 13px;
    font-weight: 700;
    margin: -2px 0 14px;
    padding: 10px 12px;
}

.ltn-ad-label {
    color: #a7b1c2;
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ltn-ad-frame {
    align-items: center;
    background: #f8fafb;
    border: 1px solid #e7eaec;
    border-radius: var(--ltn-box-radius);
    display: flex;
    justify-content: center;
    padding: 12px;
    width: 100%;
}

.ltn-ad-image {
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.ltn-interstitial-footer {
    background: #fbfbfc;
    border-top: 1px solid #e7eaec;
    padding: 24px 42px 30px;
    text-align: center;
}

.ltn-redirect-countdown {
    color: #676a6c;
    font-size: 15px;
    font-weight: 600;
}

.ltn-redirect-countdown strong {
    color: #1ab394;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin: 0 4px;
}

.ltn-redirect-progress {
    background: #e7eaec;
    margin: 10px auto 18px;
    max-width: 320px;
}

.ltn-redirect-progress .progress-bar {
    background-color: #1ab394;
    transition: width .25s linear;
}

.ltn-interstitial-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.ltn-scan-badge {
    align-items: center;
    border-radius: var(--ltn-box-radius);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    min-height: 40px;
    padding: 8px 14px;
}

.ltn-scan-badge.safe {
    background: #e8f5f1;
    color: #16866f;
}

.ltn-scan-badge.unsafe {
    background: #fde9ec;
    color: #c53030;
}

.ltn-scan-badge.pending {
    background: #fff8e6;
    color: #9f6b00;
}

.ltn-scan-badge.skipped {
    background: #edf2f7;
    color: #718096;
}

.ltn-go-now {
    border-radius: var(--ltn-box-radius);
    font-weight: 800;
    min-height: 40px;
    min-width: 132px;
    padding: 9px 18px;
}

.ltn-go-now i {
    margin-left: 6px;
}

.ltn-interstitial-powered {
    color: #9ca3af;
    font-size: 13px;
    margin: 0;
    text-align: center;
}

.ltn-interstitial-powered a {
    color: #1ab394;
    font-weight: 800;
    text-decoration: none;
}

.ltn-powered-separator {
    margin: 0 4px;
}

.liten-public-page,
.liten-link-stats-page,
.liten-auth-callback-page {
    box-sizing: border-box;
    margin: 0;
    min-height: 100vh;
}

.liten-public-page *,
.liten-public-page *::before,
.liten-public-page *::after,
.liten-link-stats-page *,
.liten-link-stats-page *::before,
.liten-link-stats-page *::after,
.liten-auth-callback-page *,
.liten-auth-callback-page *::before,
.liten-auth-callback-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.liten-public-page {
    --page-avatar-font: 1.45rem;
    --page-avatar-size: 72px;
    --page-content-width: 440px;
    --page-empty-padding: 22px 14px;
    --page-footer-font: .78rem;
    --page-header-margin: 22px;
    --page-list-gap: 10px;
    --page-list-margin: 22px;
    --page-padding: 42px 16px 32px;
    --page-pin-arrow-font: .92rem;
    --page-pin-font: .92rem;
    --page-pin-gap: 12px;
    --page-pin-icon-font: 1rem;
    --page-pin-min-height: 50px;
    --page-pin-padding: 12px 18px;
    --page-subtitle-font: .88rem;
    --page-title-font: 1.35rem;
    --page-verified-font: .76rem;

    align-items: center;
    background: #fff;
    color: #141e2d;
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    justify-content: flex-start;
    overflow-x: hidden;
    padding: var(--page-padding);
}

.liten-public-page.page-size-compact {
    --page-avatar-font: 1.28rem;
    --page-avatar-size: 64px;
    --page-content-width: 400px;
    --page-empty-padding: 20px 12px;
    --page-footer-font: .74rem;
    --page-header-margin: 20px;
    --page-list-gap: 9px;
    --page-list-margin: 20px;
    --page-padding: 34px 14px 28px;
    --page-pin-arrow-font: .86rem;
    --page-pin-font: .86rem;
    --page-pin-gap: 10px;
    --page-pin-icon-font: .94rem;
    --page-pin-min-height: 44px;
    --page-pin-padding: 10px 16px;
    --page-subtitle-font: .82rem;
    --page-title-font: 1.2rem;
    --page-verified-font: .72rem;
}

.liten-public-page.page-size-large {
    --page-avatar-font: 2rem;
    --page-avatar-size: 96px;
    --page-content-width: 520px;
    --page-empty-padding: 28px 16px;
    --page-footer-font: .82rem;
    --page-header-margin: 30px;
    --page-list-gap: 12px;
    --page-list-margin: 28px;
    --page-padding: 56px 16px 40px;
    --page-pin-arrow-font: 1rem;
    --page-pin-font: 1rem;
    --page-pin-gap: 14px;
    --page-pin-icon-font: 1.2rem;
    --page-pin-min-height: 62px;
    --page-pin-padding: 15px 22px;
    --page-subtitle-font: .98rem;
    --page-title-font: 1.7rem;
    --page-verified-font: .82rem;
}

.page-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: var(--page-content-width);
    padding: 0;
    width: 100%;
}

.page-header {
    margin-bottom: var(--page-header-margin);
    text-align: center;
}

.page-avatar {
    align-items: center;
    background: rgba(26, 179, 148, .12);
    border-radius: 50%;
    display: inline-flex;
    height: var(--page-avatar-size);
    justify-content: center;
    margin-bottom: 18px;
    width: var(--page-avatar-size);
}

.page-avatar-image {
    border-radius: 50%;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.page-avatar-initials {
    align-items: center;
    color: #1ab394;
    display: inline-flex;
    font-size: var(--page-avatar-font);
    font-weight: 800;
    height: 100%;
    justify-content: center;
    line-height: 1;
    width: 100%;
}

.page-avatar.has-gravatar .page-avatar-initials {
    display: none;
}

.page-avatar.has-gravatar.is-fallback .page-avatar-image {
    display: none;
}

.page-avatar.has-gravatar.is-fallback .page-avatar-initials {
    display: inline-flex;
}

.page-title {
    color: #141e2d;
    font-size: var(--page-title-font);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
}

.page-subtitle {
    color: #676a6c;
    font-size: var(--page-subtitle-font);
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.verified-creator {
    align-items: center;
    background: rgba(26, 179, 148, .1);
    border-radius: 7px;
    color: #16866f;
    display: inline-flex;
    font-size: var(--page-verified-font);
    font-weight: 800;
    gap: 6px;
    margin-top: 14px;
    padding: 6px 12px;
}

.pin-list {
    display: flex;
    flex-direction: column;
    gap: var(--page-list-gap);
    margin-bottom: var(--page-list-margin);
}

.pin-item {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 30, 45, .06);
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(20, 30, 45, .1);
    color: #141e2d;
    display: grid;
    font-size: var(--page-pin-font);
    font-weight: 800;
    gap: var(--page-pin-gap);
    grid-template-columns: 26px minmax(0, 1fr) 18px;
    min-height: var(--page-pin-min-height);
    padding: var(--page-pin-padding);
    text-decoration: none;
    transition: transform .12s, box-shadow .12s;
}

.pin-icon-wrap {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.pin-icon {
    color: #1ab394;
    flex-shrink: 0;
    font-size: var(--page-pin-icon-font);
}

.pin-label {
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.pin-arrow {
    color: #4b5563;
    font-size: var(--page-pin-arrow-font);
    justify-self: end;
}

.pin-item:hover {
    box-shadow: 0 10px 26px rgba(20, 30, 45, .14);
    color: #141e2d;
    text-decoration: none;
    transform: translateY(-2px);
}

.pin-item:hover .pin-arrow {
    color: #1ab394;
}

.page-empty {
    background: rgba(26, 179, 148, .08);
    border-radius: 12px;
    color: #676a6c;
    font-size: .9rem;
    margin-bottom: var(--page-list-margin);
    padding: var(--page-empty-padding);
    text-align: center;
}

.page-footer {
    color: #676a6c;
    font-size: var(--page-footer-font);
    text-align: center;
}

.page-footer a {
    color: #1ab394;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 560px) {
    .liten-public-page {
        --page-content-width: 100%;
        --page-padding: 28px 14px 24px;
    }

    .page-card {
        padding: 0;
    }

    .page-avatar {
        margin-bottom: 18px;
    }

    .page-title {
        font-size: var(--page-title-font);
    }

    .pin-item {
        gap: 10px;
        grid-template-columns: 24px minmax(0, 1fr) 16px;
        min-height: var(--page-pin-min-height);
        padding: var(--page-pin-padding);
    }
}

.liten-link-stats-page {
    align-items: center;
    background: #f8f9fa;
    display: flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    justify-content: center;
}

.ltn-link-stats-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
    max-width: 520px;
    padding: 2rem;
    width: 100%;
}

.ltn-link-stats-card h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.ltn-link-stats-url {
    color: #2563eb;
    margin-bottom: 1.5rem;
    word-break: break-all;
}

.ltn-link-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.ltn-link-stat {
    text-align: center;
}

.ltn-link-stat-value {
    font-size: 1.75rem;
    font-weight: 700;
}

.ltn-link-stat-label {
    color: #888;
    font-size: .8rem;
}

.ltn-link-badge {
    background: #dcfce7;
    border-radius: 4px;
    color: #166534;
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    padding: .2rem .6rem;
}

.ltn-link-badge.unsafe {
    background: #fee2e2;
    color: #991b1b;
}

.ltn-link-visit-btn {
    background: #2563eb;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: .75rem 2rem;
    text-decoration: none;
}

.liten-auth-callback-page {
    align-items: center;
    background: #f3f3f4;
    display: flex;
    justify-content: center;
}

.signin-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    max-width: 340px;
    padding: 40px;
    text-align: center;
    width: 100%;
}

.signin-box .text-muted {
    color: #888;
}

.spinner {
    animation: spin .8s linear infinite;
    border: 4px solid #e7eaec;
    border-radius: 50%;
    border-top-color: #1ab394;
    height: 40px;
    margin: 0 auto 16px;
    width: 40px;
}

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

@media (max-width: 991px) {
    .landing-page .navbar-collapse {
        background: #141e2d;
        padding: 12px 16px 16px;
    }

    .landing-page .navbar-default .navbar-nav > li > a {
        border-top: none !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .liten-hero {
        padding: 110px 0 64px;
    }

    .liten-hero h1 {
        font-size: 2.1rem;
    }

    .liten-hero .lead {
        font-size: .95rem;
    }

    .liten-stats .stat-value {
        font-size: 2.4rem;
    }

    .liten-stats [class*="col-"] {
        margin-bottom: 40px;
    }

    .liten-cta h2 {
        font-size: 1.5rem;
    }

    .landing-page .pricing-plan {
        margin: 0 0 20px !important;
    }

    .liten-login-card {
        padding: 32px 20px 24px;
    }

    .liten-legal {
        padding: 90px 0 64px;
    }

    .liten-help {
        padding: 92px 0 64px;
    }

    .liten-help .help-header h1 {
        font-size: 1.9rem;
    }

    .help-quick-actions .btn {
        width: 100%;
    }

    .help-item summary {
        padding-right: 46px;
    }
}

@media (max-width: 575px) {
    .liten-error-page {
        padding: 125px 0 70px;
    }

    .liten-error-card {
        padding: 0 14px;
    }

    .liten-error-code {
        font-size: 104px;
        letter-spacing: 0;
    }

    .liten-error-card h1 {
        font-size: 22px;
    }

    .liten-error-actions .btn {
        width: 100%;
    }

    .ltn-interstitial-shell {
        gap: 14px;
        padding: 24px 14px 34px;
    }

    .ltn-interstitial-brand {
        margin-bottom: 0;
    }

    .ltn-interstitial-header,
    .ltn-interstitial-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ltn-interstitial-header h1 {
        font-size: 25px;
    }

    .ltn-interstitial-destination {
        margin-left: 20px;
        margin-right: 20px;
    }

    .ltn-creator-trust {
        align-items: stretch;
        flex-direction: column;
        gap: 4px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }

    .ltn-password-form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ltn-interstitial-ad {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ltn-interstitial-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ltn-scan-badge,
    .ltn-go-now {
        justify-content: center;
        width: 100%;
    }
}
