:root {
    --lp-primary: #0b4fd8;
    --lp-primary-dark: #073a9d;
    --lp-secondary: #0f766e;
    --lp-accent: #22c7a9;
    --lp-ink: #10233f;
    --lp-muted: #5d6b80;
    --lp-bg: #f5f7fb;
    --lp-surface: #ffffff;
    --lp-border: #dfe5ee;
    --lp-dark: #07182f;
    --lp-success: #15803d;
    --lp-warning: #b45309;
    --lp-error: #b91c1c;
    --lp-radius: 18px;
    --lp-shadow: 0 18px 48px rgba(10, 31, 68, .10);
    --lp-container: 1180px;
    --lp-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body.lp-visual { margin: 0; color: var(--lp-ink); background: var(--lp-bg); font-family: var(--lp-font); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.lp-visual *, body.lp-visual *::before, body.lp-visual *::after { box-sizing: border-box; }
body.lp-visual a { color: inherit; text-decoration: none; }
body.lp-visual h1, body.lp-visual h2, body.lp-visual h3, body.lp-visual p { margin-top: 0; }
body.lp-visual h1, body.lp-visual h2, body.lp-visual h3 { color: var(--lp-ink); line-height: 1.12; letter-spacing: -.025em; }
body.lp-visual h1 { font-size: clamp(2.55rem, 5vw, 4.9rem); }
body.lp-visual h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
body.lp-visual h3 { font-size: 1.2rem; }
body.lp-visual p { color: var(--lp-muted); }
.lp-container { width: min(calc(100% - 40px), var(--lp-container)); margin-inline: auto; }
.lp-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.lp-skip { position: fixed; left: 12px; top: -100px; z-index: 99999; padding: 10px 16px; color: #fff !important; background: var(--lp-dark); border-radius: 8px; }
.lp-skip:focus { top: 12px; outline: 3px solid var(--lp-accent); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.lp-header { position: sticky; top: 0; z-index: 900; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(223,229,238,.85); backdrop-filter: blur(14px); }
.admin-bar .lp-header { top: 32px; }
.lp-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.lp-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--lp-dark) !important; font-size: 1rem; font-weight: 850; letter-spacing: -.035em; }
.lp-brand small { color: var(--lp-primary); font-size: 1em; }
.lp-brand__mark { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--lp-primary), var(--lp-secondary)); border-radius: 11px; font-size: .78rem; letter-spacing: -.04em; box-shadow: 0 8px 24px rgba(11,79,216,.22); }
.lp-brand--inverse { color: #fff !important; }
.lp-brand--inverse small { color: var(--lp-accent); }
.lp-nav { display: flex; align-items: center; gap: 26px; font-size: .91rem; font-weight: 670; }
.lp-nav a { color: #33445e; }
.lp-nav a:hover, .lp-nav a:focus-visible { color: var(--lp-primary); }
.lp-nav__login { margin-left: 8px; }
.lp-nav__cta { padding: 11px 16px; color: #fff !important; background: var(--lp-primary); border-radius: 10px; }
.lp-menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--lp-border); background: #fff; border-radius: 10px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.lp-menu-toggle span { width: 18px; height: 2px; background: var(--lp-ink); border-radius: 4px; }

.lp-hero { min-height: 720px; display: flex; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 16%, rgba(34,199,169,.24), transparent 26%), linear-gradient(128deg, #06152b 0%, #092a58 60%, #0a4a67 100%); }
.lp-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-block: 88px; }
.lp-eyebrow { display: inline-block; color: var(--lp-primary); font-size: .73rem; font-weight: 830; letter-spacing: .14em; text-transform: uppercase; }
.lp-hero .lp-eyebrow, .lp-cta .lp-eyebrow { color: var(--lp-accent); }
body.lp-visual .lp-hero h1 { max-width: 780px; margin: 18px 0 24px; color: #fff; }
body.lp-visual .lp-hero p { max-width: 660px; color: #cbd9ec; font-size: 1.15rem; }
.lp-actions { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.lp-actions--center { justify-content: center; }
.lp-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 0; border-radius: 11px; font-size: .79rem; font-weight: 800; letter-spacing: .045em; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.lp-button:hover { transform: translateY(-2px); }
.lp-button--primary { color: #fff !important; background: var(--lp-primary); box-shadow: 0 12px 30px rgba(27,98,235,.28); }
.lp-button--ghost { color: #fff !important; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
.lp-button--secondary { color: #fff !important; background: var(--lp-ink); }
.lp-button--white { color: var(--lp-primary-dark) !important; background: #fff; }
.lp-button--outline { color: #fff !important; border: 1px solid rgba(255,255,255,.55); }
.lp-trustline { display: flex; align-items: center; gap: 8px; margin-top: 28px; color: #a9bad1; font-size: .82rem; }
.lp-trustline .lp-icon { color: var(--lp-accent); }
.lp-hero__visual { position: relative; }
.lp-hero__visual::before { content: ""; position: absolute; inset: -70px; background: radial-gradient(circle, rgba(34,199,169,.18), transparent 62%); filter: blur(12px); }
.lp-window { position: relative; padding: 20px; color: var(--lp-ink); background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.45); border-radius: 24px; box-shadow: 0 35px 90px rgba(0,0,0,.28); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.lp-window__top { display: flex; align-items: center; gap: 6px; padding-bottom: 16px; border-bottom: 1px solid var(--lp-border); }
.lp-window__top i { width: 8px; height: 8px; background: #cad3df; border-radius: 50%; }
.lp-window__top span { margin-left: auto; color: #718096; font-size: .62rem; font-style: normal; font-weight: 800; letter-spacing: .12em; }
.lp-window__search { display: flex; align-items: center; gap: 10px; margin: 18px 0; padding: 13px 14px; color: #3f5068; background: #f4f7fb; border: 1px solid var(--lp-border); border-radius: 11px; font-size: .85rem; }
.lp-window__search .lp-icon { color: var(--lp-primary); }
.lp-window__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp-window__cards div { min-height: 105px; padding: 16px; background: #f7f9fc; border: 1px solid #e8edf4; border-radius: 12px; }
.lp-window__cards span { display: block; margin-bottom: 10px; color: #718096; font-size: .68rem; font-weight: 740; text-transform: uppercase; }
.lp-window__cards strong { display: block; font-size: .8rem; line-height: 1.35; }
.lp-window__chart { height: 155px; display: flex; align-items: end; gap: 11px; margin: 16px 0; padding: 20px 20px 0; background: linear-gradient(180deg, rgba(11,79,216,.05), transparent); border-radius: 12px; }
.lp-window__chart span { flex: 1; height: 42%; background: #9ab8ee; border-radius: 6px 6px 0 0; }
.lp-window__chart span:nth-child(2) { height: 63%; }.lp-window__chart span:nth-child(3) { height: 49%; }.lp-window__chart span:nth-child(4) { height: 81%; background: var(--lp-primary); }.lp-window__chart span:nth-child(5) { height: 68%; }.lp-window__chart span:nth-child(6) { height: 92%; background: var(--lp-accent); }
.lp-window__lock { display: flex; align-items: center; gap: 9px; padding: 12px 14px; color: #316255; background: #ecfbf7; border: 1px solid #c6f2e7; border-radius: 10px; font-size: .76rem; font-weight: 720; }

.lp-section { padding-block: 104px; background: #fff; }
.lp-section--light { background: var(--lp-bg); }
.lp-section--dark { color: #fff; background: var(--lp-dark); }
.lp-heading { max-width: 760px; margin-bottom: 48px; }
.lp-heading > span { color: var(--lp-primary); font-size: .72rem; font-weight: 830; letter-spacing: .14em; }
.lp-heading h2 { margin: 12px 0 18px; }
.lp-heading p { max-width: 690px; font-size: 1.02rem; }
body.lp-visual .lp-heading--inverse h2 { color: #fff; }
body.lp-visual .lp-heading--inverse p { color: #b8c7da; }
.lp-heading--inverse > span { color: var(--lp-accent); }
.lp-grid { display: grid; gap: 22px; }
.lp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.lp-card { min-height: 245px; padding: 30px; background: #fff; border: 1px solid var(--lp-border); border-radius: var(--lp-radius); box-shadow: 0 8px 24px rgba(10,31,68,.045); }
.lp-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 32px; color: var(--lp-primary); background: #edf3ff; border-radius: 13px; }
.lp-card h2, .lp-card h3 { margin-bottom: 13px; font-size: 1.22rem; }
.lp-card p { margin-bottom: 0; font-size: .93rem; }
.lp-source-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.lp-source-grid div { display: flex; align-items: center; gap: 9px; min-height: 62px; padding: 12px 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 12px; font-size: .88rem; }
.lp-source-grid .lp-icon { color: var(--lp-accent); }
.lp-report { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.lp-report h2 { margin: 14px 0 20px; }
.lp-link { display: inline-flex; align-items: center; gap: 6px; color: var(--lp-primary) !important; font-weight: 790; }
.lp-report__paper { position: relative; min-height: 440px; padding: 42px; background: #fff; border: 1px solid var(--lp-border); border-radius: 4px 20px 20px 4px; box-shadow: var(--lp-shadow); }
.lp-report__paper::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: linear-gradient(var(--lp-primary), var(--lp-secondary)); }
.lp-report__brand { color: var(--lp-primary); font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.lp-report__paper h3 { margin: 28px 0; font-size: 1.65rem; }
.lp-paper-line { height: 7px; width: 68%; margin: 11px 0; background: #dfe6ef; border-radius: 4px; }.lp-paper-line--wide { width: 94%; }
.lp-paper-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 38px 0; }.lp-paper-grid i { height: 70px; background: #f0f4fa; border-radius: 8px; }
.lp-report__paper small { color: #8190a5; }
.lp-cta { padding-block: 88px; text-align: center; color: #fff; background: linear-gradient(120deg, var(--lp-primary-dark), var(--lp-primary), var(--lp-secondary)); }
body.lp-visual .lp-cta h2 { margin-bottom: 12px; color: #fff; }body.lp-visual .lp-cta p { color: #dce8fa; }

.lp-pagehead { padding: 110px 0 86px; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(34,199,169,.18), transparent 30%), linear-gradient(120deg, var(--lp-dark), #0c3972); }
body.lp-visual .lp-pagehead h1 { max-width: 900px; margin: 16px 0 22px; color: #fff; font-size: clamp(2.4rem, 4.5vw, 4.5rem); }
body.lp-visual .lp-pagehead p { max-width: 760px; color: #c4d2e5; font-size: 1.12rem; }
.lp-pagehead .lp-eyebrow { color: var(--lp-accent); }
.lp-steps { max-width: 880px; margin-inline: auto; }
.lp-steps article { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--lp-border); }
.lp-steps article > span { color: var(--lp-primary); font-size: 1.2rem; font-weight: 850; }
.lp-steps h2 { margin-bottom: 9px; font-size: 1.55rem; }
.lp-source-list { display: grid; gap: 12px; }
.lp-source-list > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 20px; background: #fff; border: 1px solid var(--lp-border); border-radius: 12px; }
.lp-source-list .lp-icon { color: var(--lp-secondary); }.lp-source-list small { color: #7c899c; }
.lp-note { margin-top: 32px; padding: 26px; background: #f0f6ff; border-left: 4px solid var(--lp-primary); border-radius: 4px 14px 14px 4px; }
.lp-note p { margin: 8px 0 0; }
.lp-plan { padding: 34px; background: #fff; border: 1px solid var(--lp-border); border-radius: var(--lp-radius); box-shadow: var(--lp-shadow); }
.lp-plan:nth-child(2) { border: 2px solid var(--lp-primary); transform: translateY(-10px); }
.lp-plan h2 { font-size: 1.55rem; }.lp-plan__price { margin: 24px 0; padding: 15px; color: #6c7890; background: #f5f7fa; border-radius: 9px; font-size: .87rem; font-weight: 750; }
.lp-plan ul { min-height: 180px; padding: 0; list-style: none; }.lp-plan li { display: flex; align-items: center; gap: 8px; margin: 12px 0; font-size: .91rem; }.lp-plan li .lp-icon { color: var(--lp-secondary); }
.lp-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }.lp-contact .lp-note { margin-top: 0; }.lp-contact__facts { display: grid; gap: 14px; }.lp-contact__facts div { display: flex; align-items: center; gap: 16px; padding: 18px; background: var(--lp-bg); border-radius: 12px; }.lp-contact__facts span { color: var(--lp-primary); font-weight: 850; }.lp-contact__facts p { margin: 0; }

.lp-auth { min-height: calc(100vh - 78px); display: grid; place-items: center; padding: 60px 20px; background: radial-gradient(circle at 70% 15%, rgba(34,199,169,.18), transparent 25%), var(--lp-dark); }
.lp-auth__panel { width: min(100%, 470px); padding: 42px; background: #fff; border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.lp-auth h1 { margin: 12px 0; font-size: 2.25rem; }
.lp-auth label { display: block; margin: 15px 0 6px; font-weight: 720; font-size: .86rem; }
.lp-auth input[type="text"], .lp-auth input[type="password"] { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid var(--lp-border); border-radius: 9px; font: inherit; }
.lp-auth .login-remember label { display: flex; align-items: center; gap: 8px; font-weight: 550; }
.lp-auth .login-submit input { width: 100%; min-height: 49px; color: #fff; background: var(--lp-primary); border: 0; border-radius: 9px; font-weight: 800; cursor: pointer; }
.lp-auth__links { display: flex; justify-content: space-between; gap: 15px; margin-top: 18px; color: var(--lp-primary); font-size: .84rem; font-weight: 700; }
.lp-empty { max-width: 700px; margin-inline: auto; padding: 60px 30px; text-align: center; background: #fff; border: 1px solid var(--lp-border); border-radius: var(--lp-radius); }.lp-empty__icon { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 20px; color: var(--lp-primary); background: #edf3ff; border-radius: 16px; }.lp-empty__icon .lp-icon { width: 28px; height: 28px; }

.lp-footer { padding-top: 70px; color: #b7c4d7; background: #061326; }
.lp-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 55px; }.lp-footer__grid > div { display: flex; flex-direction: column; gap: 10px; }body.lp-visual .lp-footer__grid p { max-width: 390px; color: #8fa0b6; }.lp-footer__grid strong { margin-bottom: 10px; color: #fff; }.lp-footer__grid a:not(.lp-brand) { color: #a8b7ca; font-size: .9rem; }.lp-footer__grid a:hover { color: #fff; }.lp-footer__bottom { min-height: 66px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .77rem; }

/* Private application */
.lp-app { min-height: 100vh; display: grid; grid-template-columns: 270px 1fr; }
.lp-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 25px 18px; color: #c2cee0; background: var(--lp-dark); overflow-y: auto; }
.admin-bar .lp-sidebar { top: 32px; height: calc(100vh - 32px); }
.lp-sidebar .lp-brand { margin: 0 10px 30px; }
.lp-sidebar nav { display: grid; gap: 3px; }.lp-sidebar nav a, .lp-sidebar__bottom a { padding: 9px 12px; border-radius: 8px; font-size: .84rem; font-weight: 620; }.lp-sidebar nav a:hover, .lp-sidebar nav a.is-current { color: #fff; background: rgba(255,255,255,.1); }.lp-sidebar__bottom { display: grid; gap: 3px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }.lp-sidebar__bottom a:hover { color: #fff; }
.lp-app__body { min-width: 0; }.lp-appbar { min-height: 66px; display: flex; align-items: center; justify-content: flex-end; gap: 20px; padding: 0 32px; background: #fff; border-bottom: 1px solid var(--lp-border); color: #67758a; font-size: .78rem; }.lp-appbar .lp-menu-toggle { margin-right: auto; }.lp-appmain { padding: 48px clamp(22px, 4vw, 58px) 80px; }.lp-app-head { max-width: 850px; margin-bottom: 36px; }.lp-app-head h1 { margin: 10px 0 14px; font-size: clamp(2.1rem, 4vw, 3.6rem); }.lp-app-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.lp-app-card { min-height: 175px; padding: 24px; background: #fff; border: 1px solid var(--lp-border); border-radius: 15px; }.lp-app-card > div { display: flex; align-items: center; gap: 10px; }.lp-app-card .lp-icon { color: var(--lp-primary); }.lp-app-card h2 { margin: 0; font-size: 1rem; }.lp-app-card p { margin: 28px 0 14px; }.lp-app-card > span { color: #8b98a9; font-size: .65rem; font-weight: 820; letter-spacing: .1em; }.lp-searchbox { padding: 28px; background: #fff; border: 1px solid var(--lp-border); border-radius: 16px; }.lp-searchbox label { display: block; margin-bottom: 9px; font-size: .82rem; font-weight: 750; }.lp-searchbox > div { display: flex; gap: 10px; }.lp-searchbox input { flex: 1; min-width: 0; min-height: 52px; padding: 0 15px; background: #f4f6f9; border: 1px solid var(--lp-border); border-radius: 9px; font: inherit; }.lp-searchbox button { min-width: 130px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: #8da3c7; border: 0; border-radius: 9px; font-weight: 780; }.lp-searchbox small { display: block; margin-top: 10px; color: #8591a3; }.lp-filter-preview { display: flex; flex-wrap: wrap; gap: 9px; margin: 15px 0 32px; }.lp-filter-preview button { padding: 9px 13px; color: #526176; background: #fff; border: 1px solid var(--lp-border); border-radius: 9px; }.lp-filter-preview button span { margin-left: 9px; }.lp-empty--inline { max-width: none; padding: 48px 25px; }.lp-profile { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.lp-profile div { padding: 22px; background: #fff; border: 1px solid var(--lp-border); border-radius: 13px; }.lp-profile span { display: block; margin-bottom: 9px; color: #7e8b9e; font-size: .75rem; }.lp-profile strong { word-break: break-word; }

:focus-visible { outline: 3px solid var(--lp-accent); outline-offset: 3px; }

@media (max-width: 1050px) {
    .lp-nav { gap: 17px; }.lp-nav__cta { display: none; }
    .lp-hero__grid { gap: 38px; }.lp-grid--3 { grid-template-columns: repeat(2, 1fr); }.lp-source-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
    .admin-bar .lp-header { top: 46px; }.lp-header__inner { min-height: 68px; }
    .lp-menu-toggle { display: flex; }
    .lp-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--lp-border); border-radius: 14px; box-shadow: var(--lp-shadow); }.lp-nav.is-open { display: flex; }.lp-nav a { padding: 12px; }.lp-nav__login { margin-left: 0; }
    .lp-hero { min-height: 0; }.lp-hero__grid { grid-template-columns: 1fr; padding-block: 70px; }.lp-hero__visual { max-width: 570px; }.lp-window { transform: none; }
    .lp-section { padding-block: 76px; }.lp-grid--3 { grid-template-columns: 1fr; }.lp-source-grid { grid-template-columns: repeat(2, 1fr); }.lp-report { grid-template-columns: 1fr; gap: 45px; }
    .lp-plan:nth-child(2) { transform: none; }.lp-contact { grid-template-columns: 1fr; }.lp-footer__grid { grid-template-columns: 1fr 1fr; }.lp-footer__grid > div:first-child { grid-column: 1 / -1; }
    .lp-app { grid-template-columns: 1fr; }.lp-sidebar { position: fixed; left: -290px; z-index: 1000; width: 270px; transition: left .2s ease; }.lp-sidebar.is-open { left: 0; box-shadow: 20px 0 60px rgba(0,0,0,.25); }.admin-bar .lp-sidebar { top: 46px; height: calc(100vh - 46px); }.lp-appbar .lp-menu-toggle { display: flex; }.lp-app-grid, .lp-profile { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
    .lp-container { width: min(calc(100% - 28px), var(--lp-container)); }
    body.lp-visual h1 { font-size: 2.55rem; }.lp-hero__grid { padding-block: 56px; }.lp-hero p { font-size: 1rem; }.lp-actions { align-items: stretch; flex-direction: column; }.lp-actions .lp-button { width: 100%; }.lp-window { padding: 13px; }.lp-window__cards { grid-template-columns: 1fr; }.lp-window__chart { height: 115px; padding-inline: 10px; }.lp-window__top span { display: none; }
    .lp-source-grid { grid-template-columns: 1fr; }.lp-card { min-height: 0; }.lp-source-list > div { grid-template-columns: auto 1fr; }.lp-source-list small { grid-column: 2; }.lp-steps article { grid-template-columns: 52px 1fr; gap: 10px; }.lp-report__paper { min-height: 360px; padding: 28px; }
    .lp-footer__grid { grid-template-columns: 1fr; gap: 35px; }.lp-footer__grid > div:first-child { grid-column: auto; }.lp-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
    .lp-auth__panel { padding: 28px 22px; }.lp-auth__links { flex-direction: column; }.lp-appbar { padding-inline: 16px; }.lp-appbar > span { display: none; }.lp-appmain { padding: 35px 16px 60px; }.lp-searchbox { padding: 18px; }.lp-searchbox > div { flex-direction: column; }.lp-searchbox button { min-height: 48px; }
}

/* Directorist adapter: authenticated discovery remains functional but loses marketplace cues. */
body .directorist-add-listing-wrapper,
body .directorist-listing-single__actions .directorist-action-report,
body .directorist-review-container,
body .directorist-single-info__rating,
body .directorist-pricing-plan,
body .directorist-claim-listing,
body .directorist-booking-wrapper,
body .directorist-author-info { display: none !important; }
body .directorist-content-active .directorist-card,
body .directorist-archive-contents .directorist-listing-single { border: 1px solid var(--lp-border); border-radius: 14px; box-shadow: 0 8px 24px rgba(10,31,68,.05); }
body .directorist-btn-primary { color: #fff; background: var(--lp-primary); border-color: var(--lp-primary); }

/* PT-LP-002-R1: explicit client and SaaS-administration surfaces. */
.lp-portal-label { margin: -17px 10px 22px; color: #7f93ad; font-size: .62rem; font-weight: 850; letter-spacing: .15em; }
.lp-status-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin: -8px 0 24px; padding: 14px 18px; color: #33445e; background: #eef4ff; border: 1px solid #d6e3fb; border-radius: 12px; }
.lp-status-strip strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.lp-status-strip span { font-size: .88rem; font-weight: 720; }
.lp-status-strip small { color: #67758a; }
.lp-app-grid--client { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lp-app-grid--client > *, .lp-admin-metrics > * { min-width: 0; }
body.lp-visual .lp-app-grid--client h2 { font-size: 1rem; line-height: 1.28; letter-spacing: -.01em; overflow-wrap: break-word; }
body.lp-visual .lp-admin-metrics h2 { font-size: .95rem; line-height: 1.28; letter-spacing: -.01em; overflow-wrap: break-word; }

.lp-admin-portal { --lp-primary: #0f766e; --lp-primary-dark: #0b514c; --lp-accent: #f4b942; --lp-dark: #101820; --lp-bg: #f2f4f5; --lp-ink: #17212b; --lp-muted: #5d6974; }
.lp-admin-portal .lp-sidebar { background: #101820; border-right: 1px solid #27333f; }
.lp-admin-portal .lp-brand__mark { background: linear-gradient(135deg, #0f766e, #174d61); box-shadow: none; }
.lp-admin-portal .lp-portal-label { color: #f4b942; }
.lp-admin-portal .lp-sidebar nav a.is-current { color: #fff; background: #0f766e; }
.lp-admin-portal .lp-appbar { color: #485866; background: #fbfcfc; }
.lp-admin-portal .lp-app-head .lp-eyebrow { color: #0f766e; }
.lp-status-strip--admin { color: #34414a; background: #fff8e8; border-color: #f3dfac; }
.lp-admin-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.lp-admin-metrics article { min-height: 170px; padding: 21px; background: #fff; border: 1px solid #dce2e5; border-radius: 12px; box-shadow: 0 7px 20px rgba(16,24,32,.035); }
.lp-admin-metrics article > span { color: #77838c; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lp-admin-metrics article > strong { display: block; margin: 16px 0 8px; color: #0f766e; font-size: 2rem; line-height: 1; }
.lp-admin-metrics h2 { margin-bottom: 16px; }
.lp-admin-metrics small { color: #8b959c; font-size: .61rem; font-weight: 850; letter-spacing: .09em; }
.lp-admin-boundary { margin-top: 22px; padding: 24px; background: #e8f2f1; border-left: 4px solid #0f766e; border-radius: 4px 12px 12px 4px; }
.lp-admin-boundary p { margin: 7px 0 0; }
.lp-admin-table { overflow: hidden; background: #fff; border: 1px solid #dce2e5; border-radius: 13px; }
.lp-admin-table__head { display: grid; grid-template-columns: 2fr 1fr 1.2fr .7fr; gap: 18px; padding: 14px 20px; color: #65727d; background: #edf1f2; border-bottom: 1px solid #dce2e5; font-size: .7rem; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.lp-admin-table__empty { min-height: 300px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 40px 25px; text-align: center; }
.lp-admin-table__empty .lp-icon { width: 38px; height: 38px; margin-bottom: 18px; color: #0f766e; }
.lp-admin-table__empty p { max-width: 580px; margin: 8px 0 0; }

@media (max-width: 1050px) {
    .lp-app-grid--client, .lp-admin-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 782px) {
    .lp-status-strip { grid-template-columns: 1fr; gap: 3px; }
    .lp-app-grid--client, .lp-admin-metrics { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
    .lp-admin-metrics { grid-template-columns: 1fr; }
    .lp-admin-table__head { display: none; }
    .lp-admin-table__empty { min-height: 240px; }
}
