/*
Theme Name: LH Legal Platform Enterprise
Theme URI: https://lh-rservices.com/
Author: LH & R Services Corp
Description: Enterprise legal platform theme with smart case management, mobile document capture, email notifications, branding and maintenance mode.
Version: 9.9.2.12
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: lh-legal-platform-enterprise
*/

:root{
  --lh-primary:#071f45;
  --lh-secondary:#f4b400;
  --lh-white:#ffffff;
  --lh-muted:#c8d3e3;
  --lh-panel:rgba(4,21,47,.68);
  --lh-border:rgba(255,255,255,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#04152f;color:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
.lh-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.lh-header{position:relative;z-index:10;background:#03142e;border-bottom:1px solid rgba(255,255,255,.08)}
.lh-nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.lh-brand{display:flex;align-items:center;gap:12px;min-width:220px}
.lh-brand .custom-logo{width:auto;max-height:46px}
.lh-logo-mark{width:40px;height:40px;border-radius:12px;background:var(--lh-secondary);color:#071f45;display:grid;place-items:center;font-weight:800}
.lh-brand-text{font-weight:800;line-height:1.1}
.lh-brand-text small{display:block;font-size:10px;letter-spacing:.12em;margin-top:4px;color:#d7deea;text-transform:uppercase}
.lh-menu{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}
.lh-menu a:hover{color:var(--lh-secondary)}
.lh-btn{border:0;border-radius:10px;padding:13px 20px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.lh-btn-primary{background:var(--lh-secondary);color:#071f45}
.lh-btn-outline{border:1px solid rgba(255,255,255,.7);color:#fff;background:rgba(0,0,0,.12)}


/* v6.5 — Cinematic hero rebuilt from the ground up. */
.lh-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-height:680px;
  background-color:#03142e;
  background-image:
    linear-gradient(90deg,rgba(2,14,34,.98) 0%,rgba(2,14,34,.91) 38%,rgba(2,14,34,.56) 67%,rgba(2,14,34,.26) 100%),
    linear-gradient(180deg,rgba(2,14,34,.10) 55%,rgba(2,14,34,.82) 100%),
    url('assets/images/nyc-dynamic-background.jpg');
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.lh-hero::before{
  content:"";
  position:absolute;
  inset:-3%;
  z-index:0;
  background:radial-gradient(circle at 78% 23%,rgba(244,180,0,.17),transparent 31%);
  animation:lhCinematicDrift 22s ease-in-out infinite alternate;
  pointer-events:none;
}
.lh-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,transparent 62%,rgba(3,20,46,.66));
  pointer-events:none;
}
@keyframes lhCinematicDrift{from{transform:translate3d(-1%,0,0) scale(1.02)}to{transform:translate3d(1%,-1%,0) scale(1.06)}}
.lh-map-motion{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}
.lh-borough{position:absolute;font-size:clamp(22px,2.5vw,42px);font-weight:900;letter-spacing:.08em;color:rgba(255,255,255,.54);text-shadow:0 0 18px rgba(244,180,0,.42);opacity:0;animation:lhBoroughCycle 12s ease-in-out infinite}
.lh-borough-bronx{right:12%;top:25%;animation-delay:0s}.lh-borough-manhattan{right:31%;top:12%;animation-delay:4s}.lh-borough-brooklyn{right:20%;bottom:10%;animation-delay:8s}
@keyframes lhBoroughCycle{0%,28%{opacity:0;transform:translateY(12px) scale(.96)}8%,20%{opacity:1;transform:translateY(0) scale(1)}30%,100%{opacity:0;transform:translateY(-8px) scale(1.02)}}
.lh-route-svg{position:absolute;right:0;top:0;width:58%;height:100%;z-index:3;pointer-events:none;overflow:visible}
.lh-route{fill:none;stroke:var(--lh-secondary);stroke-width:6;stroke-linecap:round;filter:drop-shadow(0 0 10px rgba(244,180,0,.92));stroke-dasharray:.035 .02;animation:routeFlow 2.4s linear infinite}
@keyframes routeFlow{to{stroke-dashoffset:-.11}}
.lh-route-stop circle{fill:#f4b400;stroke:#fff3bf;stroke-width:3;filter:drop-shadow(0 0 8px rgba(244,180,0,.95))}.lh-route-stop text{fill:#fff;font-size:17px;font-weight:900;letter-spacing:.06em;text-shadow:0 2px 10px #001}
.lh-pin{filter:drop-shadow(0 0 10px rgba(244,180,0,.9))}.lh-pin path{fill:#f4b400}.lh-pin>circle:last-child{fill:#fff}.lh-pin-pulse{fill:rgba(244,180,0,.22);animation:lhPinPulse 1.8s ease-out infinite}
@keyframes lhPinPulse{0%{r:18;opacity:.9}100%{r:48;opacity:0}}
.lh-taxi-motion{transform-origin:center;animation:lhTaxiBob 1.15s ease-in-out infinite alternate}
@keyframes lhTaxiBob{to{transform:translateY(-3px)}}
.lh-hero-grid{position:relative;z-index:5;display:grid;grid-template-columns:1.08fr .72fr;gap:64px;align-items:center;min-height:680px;padding-block:72px}
.lh-eyebrow{display:inline-flex;border:1px solid rgba(244,180,0,.65);border-radius:999px;padding:7px 13px;color:var(--lh-secondary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.lh-hero h1{font-size:clamp(46px,6vw,78px);line-height:1.05;margin:22px 0 20px;max-width:760px}
.lh-hero h1 span{color:var(--lh-secondary)}
.lh-hero-copy>p{font-size:20px;color:#e0e7f0;max-width:620px}
.lh-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 20px}
.lh-trust-line{display:flex;gap:18px;flex-wrap:wrap;font-size:14px;font-weight:700;color:#e8edf5}
.lh-glass{background:var(--lh-panel);border:1px solid var(--lh-border);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 20px 60px rgba(0,0,0,.24)}
.lh-membership-card{padding:34px;border-radius:24px;position:relative}
.lh-popular{position:absolute;right:18px;top:-14px;background:var(--lh-secondary);color:#071f45;border-radius:999px;padding:7px 14px;font-size:11px;font-weight:900;text-transform:uppercase}
.lh-membership-card h2{font-size:28px;margin:22px 0 10px}
.price{font-size:56px;color:var(--lh-secondary);font-weight:900;line-height:1}.price small{font-size:16px;color:white}
.lh-membership-card ul{padding:0;list-style:none;margin:24px 0}.lh-membership-card li{margin:10px 0}.lh-membership-card li::before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--lh-secondary);color:#071f45;font-weight:900;margin-right:10px;font-size:12px}

.lh-section{padding:82px 0;background:#061933}
.lh-section-alt{background:#04142b}
.lh-section-head{text-align:center;max-width:760px;margin:0 auto 42px}.lh-section-head h2{font-size:42px;margin:0 0 8px}.lh-section-head p{color:#b9c5d7;margin:0}
.lh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lh-card{padding:28px;border-radius:20px;min-height:230px;transition:transform .2s ease,border-color .2s ease;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.lh-card:hover{transform:translateY(-4px);border-color:rgba(244,180,0,.65)}
.lh-icon{width:54px;height:54px;border-radius:16px;background:rgba(244,180,0,.15);border:1px solid rgba(244,180,0,.35);display:grid;place-items:center;font-size:25px;margin-bottom:18px}
.lh-card h3{font-size:24px;margin:0 0 10px}.lh-card p{color:#c5cfdd}.lh-text-link{background:none;border:0;color:var(--lh-secondary);padding:0;font-weight:800;cursor:pointer}
.lh-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.lh-step{padding:24px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12)}.lh-step-number{width:36px;height:36px;border-radius:50%;background:var(--lh-secondary);color:#071f45;display:grid;place-items:center;font-weight:900;margin-bottom:16px}
.lh-cta{margin:60px auto 0;padding:30px;border-radius:22px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.lh-footer{background:#020e20;padding:50px 0 25px}.lh-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:32px}.lh-footer p,.lh-footer a{color:#c5cfdd}.lh-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:13px;color:#9aa9bd}

@media(max-width:900px){
 .lh-menu{display:none}.lh-nav{min-height:66px}.lh-brand{min-width:0}.lh-header .lh-btn{padding:11px 14px;font-size:13px}
 .lh-hero-grid{grid-template-columns:1fr;gap:30px;padding-block:55px}.lh-hero{min-height:auto}.lh-hero-grid{min-height:auto}
 .lh-grid-3,.lh-process-grid{grid-template-columns:1fr 1fr}.lh-membership-card{max-width:620px}
}
@media(max-width:600px){
 .lh-container{width:min(100% - 24px,1180px)}.lh-brand-text{font-size:14px}.lh-brand-text small{display:none}.lh-header .lh-btn{font-size:0;padding:10px 12px}.lh-header .lh-btn span{font-size:18px}
 .lh-hero h1{font-size:44px}.lh-hero-copy>p{font-size:17px}.lh-grid-3,.lh-process-grid,.lh-footer-grid{grid-template-columns:1fr}.lh-section{padding:62px 0}.lh-section-head h2{font-size:34px}.lh-footer-bottom,.lh-cta{flex-direction:column;align-items:flex-start}
}
/* Admin bar compatibility: theme never covers WordPress admin UI. */
body.admin-bar .lh-header{margin-top:0}
#wpadminbar{z-index:999999!important}

/* v5.0 Case Management */
body.lh-modal-open{overflow:hidden}.lh-case-modal[hidden]{display:none}.lh-case-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:20px}.lh-case-backdrop{position:absolute;inset:0;background:rgba(1,8,20,.78);backdrop-filter:blur(5px)}.lh-case-dialog{position:relative;width:min(760px,100%);max-height:92vh;overflow:auto;background:#061933;border:1px solid rgba(255,255,255,.18);border-radius:24px;box-shadow:0 30px 100px rgba(0,0,0,.55);padding:30px}.lh-case-close{position:absolute;right:18px;top:14px;border:0;background:transparent;color:#fff;font-size:34px;cursor:pointer}.lh-case-head{text-align:center;margin-bottom:24px}.lh-case-head h2{font-size:34px;margin:12px 0}.lh-case-progress{display:flex;justify-content:center;gap:12px}.lh-progress-dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);font-weight:800}.lh-progress-dot.active{background:var(--lh-secondary);color:#071f45}.lh-wizard-step h3{font-size:25px;margin-top:0}.lh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lh-form-grid label{display:grid;gap:7px;font-weight:700}.lh-form-grid input,.lh-form-grid select,.lh-form-grid textarea{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.07);color:#fff;padding:12px}.lh-form-grid select option{color:#111}.lh-full{grid-column:1/-1}.lh-wizard-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.lh-upload-box{display:grid;place-items:center;text-align:center;gap:8px;border:2px dashed rgba(244,180,0,.6);border-radius:18px;padding:36px;background:rgba(244,180,0,.06);cursor:pointer}.lh-upload-box input{position:absolute;opacity:0;pointer-events:none}.lh-upload-box span{color:#b9c5d7;font-size:14px}.lh-file-list{margin:14px 0 0;padding-left:20px;color:#d7e0ed}.lh-confirm-box{padding:22px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12)}.lh-consent{display:flex;gap:10px;align-items:flex-start;margin-top:18px}.lh-form-error{color:#ff9da6;font-weight:700}.lh-success{text-align:center;padding:20px}.lh-success-icon{width:72px;height:72px;border-radius:50%;background:var(--lh-secondary);color:#071f45;display:grid;place-items:center;font-size:42px;font-weight:900;margin:0 auto 18px}.lh-success strong{display:block;font-size:28px;color:var(--lh-secondary);margin:12px 0 22px}
@media(max-width:600px){.lh-case-modal{padding:8px}.lh-case-dialog{padding:22px 16px;border-radius:18px;max-height:96vh}.lh-form-grid{grid-template-columns:1fr}.lh-full{grid-column:auto}.lh-wizard-actions{flex-direction:column-reverse}.lh-wizard-actions .lh-btn{width:100%}}


/* v5.2.1 Portals */
.lh-portal{min-height:calc(100vh - 74px);padding:60px max(24px,calc((100vw - 1180px)/2));background:linear-gradient(135deg,#04142b,#071f45);color:#fff}
.lh-portal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px}.lh-portal-head h1{font-size:42px;margin:10px 0 4px}.lh-portal-head p{color:#c5cfdd;margin:0}.lh-portal-nav{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px}.lh-portal-nav a{padding:10px 16px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06)}
.lh-portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lh-portal-card,.lh-case-detail,.lh-office-case,.lh-stat-box{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(14px);border-radius:20px}.lh-portal-card{padding:24px}.lh-case-badge{display:inline-block;padding:6px 10px;border-radius:999px;background:rgba(244,180,0,.16);border:1px solid rgba(244,180,0,.4);color:#f4b400;font-size:12px;font-weight:800}.lh-case-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:20px}.lh-case-timeline span{font-size:10px;text-align:center;color:#8fa0b7;border-top:4px solid rgba(255,255,255,.15);padding-top:8px}.lh-case-timeline span.done{color:#fff;border-color:#f4b400}
.lh-portal-login{max-width:480px;margin:80px auto;padding:30px;border-radius:22px;background:#071f45;color:#fff}.lh-portal-login input[type=text],.lh-portal-login input[type=password]{width:100%;padding:12px;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.lh-portal-login input[type=submit]{background:#f4b400;color:#071f45;border:0;border-radius:8px;padding:12px 18px;font-weight:800}
.lh-office-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:26px}.lh-stat-box{padding:20px}.lh-stat-box strong{display:block;font-size:34px;color:#f4b400}.lh-stat-box span{color:#c5cfdd}.lh-office-cases{display:grid;gap:14px}.lh-office-case{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px}.lh-office-case h3{margin:8px 0 2px}.lh-office-case>div:last-child{display:flex;align-items:center;gap:18px}.lh-back-link{display:inline-block;margin-bottom:20px;color:#f4b400;font-weight:700}.lh-case-detail{padding:28px}.lh-case-summary h2{font-size:36px;margin:12px 0 24px}.lh-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.lh-detail-grid div{padding:14px;border-radius:12px;background:rgba(255,255,255,.05)}.lh-detail-grid small{display:block;color:#9fb0c7}.lh-detail-grid strong{display:block;margin-top:4px}.lh-description{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14)}.lh-evidence-panel{margin-top:30px}.lh-evidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.lh-evidence-item{overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);display:flex;flex-direction:column}.lh-evidence-item img{width:100%;aspect-ratio:1.2;object-fit:cover}.lh-evidence-item span,.lh-evidence-item strong{padding:9px 12px}.lh-file-item{min-height:180px;align-items:center;justify-content:center;text-align:center}.lh-file-icon{font-size:42px}.lh-evidence-item>span:last-child{color:#f4b400}
@media(max-width:900px){.lh-portal-grid{grid-template-columns:1fr 1fr}.lh-office-stats{grid-template-columns:1fr 1fr}.lh-evidence-grid{grid-template-columns:1fr 1fr}.lh-detail-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.lh-portal{padding:36px 14px}.lh-portal-head,.lh-office-case,.lh-office-case>div:last-child{flex-direction:column;align-items:flex-start}.lh-portal-grid,.lh-office-stats,.lh-evidence-grid,.lh-detail-grid{grid-template-columns:1fr}.lh-portal-head h1{font-size:34px}}

/* v5.3 Brand logo + About page */
.lh-brand .custom-logo-link{display:flex;align-items:center}
.lh-header-brand-logo,.lh-brand .custom-logo{display:block;width:auto;max-width:190px;max-height:60px;object-fit:contain}
.maintenance-brand-logo{display:block;max-width:min(430px,82vw);max-height:160px;width:auto;height:auto;margin:0 auto;object-fit:contain}
.lh-about-page{background:#04142b;color:#fff}
.lh-about-hero{position:relative;overflow:hidden;background:linear-gradient(105deg,rgba(2,14,31,.96),rgba(4,28,61,.76)),url('assets/images/nyc-dynamic-background.jpg') center/cover;min-height:640px;display:flex;align-items:center}
.lh-about-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 82% 34%,rgba(244,180,0,.18),transparent 32%);pointer-events:none}
.lh-about-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center;padding-block:90px}
.lh-about-copy h1{font-size:clamp(48px,6vw,76px);line-height:1.04;margin:18px 0 24px}
.lh-about-copy p{font-size:18px;line-height:1.8;color:#d7e0ed;max-width:720px}
.lh-about-logo-card{padding:42px;border-radius:28px;text-align:center;background:rgba(4,21,47,.55);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(17px)}
.lh-about-logo,.lh-about-logo-card .custom-logo{max-width:100%;max-height:340px;width:auto;height:auto;object-fit:contain}
.lh-about-slogan{color:var(--lh-secondary);font-size:20px;font-weight:800;margin:22px 0 0}
.lh-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.lh-about-card{padding:36px;border-radius:24px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.14)}
.lh-about-card h2{font-size:32px;margin:14px 0}.lh-about-card p{color:#cbd5e3;line-height:1.8}
.lh-about-icon{font-size:38px}
.lh-values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.lh-value-card{padding:24px 20px;border-radius:19px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12);transition:transform .2s ease,border-color .2s ease}
.lh-value-card:hover{transform:translateY(-4px);border-color:rgba(244,180,0,.6)}
.lh-value-icon{font-size:30px}.lh-value-card h3{font-size:19px;margin:13px 0 8px}.lh-value-card p{font-size:14px;line-height:1.6;color:#b9c5d7;margin:0}
.lh-commitment{padding:42px;border-radius:26px;display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.14)}
.lh-commitment h2{font-size:38px;margin:14px 0}.lh-commitment p{color:#cbd5e3;line-height:1.75}
.lh-commitment-quote{font-size:31px;line-height:1.35;font-weight:900;color:var(--lh-secondary);text-align:center}
@media(max-width:1050px){.lh-values-grid{grid-template-columns:repeat(3,1fr)}.lh-about-hero-grid{grid-template-columns:1fr;gap:34px}.lh-about-logo-card{max-width:620px}}
@media(max-width:700px){.lh-header-brand-logo,.lh-brand .custom-logo{max-width:138px;max-height:48px}.lh-mission-grid,.lh-commitment{grid-template-columns:1fr}.lh-values-grid{grid-template-columns:1fr 1fr}.lh-about-hero-grid{padding-block:64px}.lh-about-copy h1{font-size:45px}.lh-commitment-quote{text-align:left}}
@media(max-width:480px){.lh-values-grid{grid-template-columns:1fr}.lh-about-logo-card{padding:25px}.lh-about-logo,.lh-about-logo-card .custom-logo{max-height:250px}}

/* v5.3.1 About-page routing and logo refinements */
.lh-about-page{display:block;min-height:60vh}
.lh-header-brand-logo,.lh-brand .custom-logo{display:block;max-width:190px;max-height:58px;width:auto;height:auto;object-fit:contain}
@media(max-width:700px){.lh-header-brand-logo,.lh-brand .custom-logo{max-width:150px;max-height:46px}}


/* v5.4 Branded login and private office panel */
.lh-nav-actions{display:flex;align-items:center;gap:12px}
.lh-login-link{padding:10px 13px;border-radius:9px;border:1px solid rgba(255,255,255,.24);font-weight:800;font-size:13px;white-space:nowrap;background:rgba(255,255,255,.04)}
.lh-login-link:hover{border-color:var(--lh-secondary);color:var(--lh-secondary)}
.lh-portal-brand{display:flex;align-items:center;gap:22px}.lh-portal-logo,.lh-portal-brand .custom-logo{width:auto;max-width:150px;max-height:90px;object-fit:contain}
.lh-case-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.lh-case-actions .lh-back-link{margin:0}
.lh-evidence-help{color:#9fb0c7;margin-top:-8px}
.lh-about-logo-card{background:transparent;border:0;backdrop-filter:none;padding:10px}
.lh-about-logo,.lh-about-logo-card .custom-logo{filter:drop-shadow(0 10px 32px rgba(0,0,0,.32));max-height:410px}
@media(max-width:1050px){.lh-menu{gap:16px}.lh-nav{gap:14px}.lh-brand{min-width:auto}.lh-nav-actions{gap:8px}.lh-login-link{padding:9px 10px}}
@media(max-width:860px){.lh-menu{display:none}.lh-nav{min-height:66px}.lh-nav-actions .lh-btn{padding:10px 13px}.lh-login-link{font-size:12px}.lh-portal-brand{align-items:flex-start}.lh-portal-logo,.lh-portal-brand .custom-logo{max-width:110px;max-height:72px}}
@media(max-width:560px){.lh-nav-actions .lh-btn{display:none}.lh-case-actions{align-items:flex-start;flex-direction:column}.lh-portal-brand{flex-direction:column;gap:10px}}


/* v5.5 yearly administrative dashboard chart */
.lh-yearly-chart{margin:0 0 28px;padding:26px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(255,255,255,.055);backdrop-filter:blur(14px)}
.lh-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.lh-chart-head h2{margin:7px 0 5px;font-size:28px}.lh-chart-head p{margin:0;color:#aebbd0}.lh-year-filter{display:flex;flex-direction:column;gap:7px;min-width:145px;color:#c5cfdd;font-weight:700}.lh-year-filter select{width:100%;padding:11px 38px 11px 13px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:#102746;color:#fff;font:inherit}
.lh-chart-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px}.lh-chart-summary>div{padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.lh-chart-summary small{display:block;color:#9fb0c7}.lh-chart-summary strong{display:block;margin-top:3px;color:#f4b400;font-size:22px}
.lh-bar-chart{position:relative;min-height:285px;padding:20px 8px 0;border-top:1px solid rgba(255,255,255,.1)}.lh-chart-grid{position:absolute;inset:20px 8px 35px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.lh-chart-grid span{display:block;border-top:1px dashed rgba(255,255,255,.11)}.lh-chart-bars{position:relative;z-index:1;display:grid;grid-template-columns:repeat(12,minmax(32px,1fr));align-items:end;gap:10px;height:245px}.lh-chart-column{height:100%;display:grid;grid-template-rows:24px 1fr 24px;align-items:end;text-align:center;min-width:0}.lh-chart-value{font-size:13px;color:#e9eef7}.lh-chart-track{height:100%;display:flex;align-items:flex-end;justify-content:center}.lh-chart-bar{display:block;width:min(32px,72%);min-height:2px;border-radius:9px 9px 3px 3px;background:linear-gradient(180deg,#ffd34d,#f4b400);box-shadow:0 0 16px rgba(244,180,0,.25);transition:height .45s ease}.lh-chart-month{padding-top:6px;color:#aebbd0;font-size:12px;font-weight:700}
@media(max-width:760px){.lh-chart-head{flex-direction:column}.lh-year-filter{width:100%}.lh-chart-summary{grid-template-columns:1fr}.lh-bar-chart{overflow-x:auto}.lh-chart-bars{min-width:650px}.lh-chart-grid{min-width:634px}}

/* v5.6 compact office directory */
.lh-case-directory-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:34px 0 16px}.lh-case-directory-head h2{margin:7px 0 0;font-size:30px}.lh-case-filters{display:grid;grid-template-columns:2fr repeat(4,1fr) auto auto;gap:12px;align-items:end;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.045);margin-bottom:16px}.lh-case-filters label span{display:block;color:#aebbd0;font-size:13px;font-weight:700;margin:0 0 7px}.lh-case-filters input,.lh-case-filters select{width:100%;min-height:46px;border-radius:11px;border:1px solid rgba(255,255,255,.22);background:#112846;color:#fff;padding:10px 12px}.lh-results-count{color:#aebbd0;margin:10px 2px 16px}.lh-office-cases-compact{gap:10px}.lh-case-row{display:grid;grid-template-columns:minmax(250px,1.5fr) minmax(190px,.8fr) auto;gap:18px;align-items:center;padding:16px 18px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.055)}.lh-case-row-main{display:flex;align-items:center;gap:14px;min-width:0}.lh-case-row-main h3{margin:0 0 5px;font-size:19px}.lh-case-row-main p{margin:0;display:flex;flex-direction:column;gap:3px;color:#c7d1df}.lh-case-row-main p span{font-size:14px;color:#9eafc4}.lh-case-row-meta{display:flex;flex-direction:column;gap:6px;color:#c7d1df;font-size:14px}.lh-case-row-actions{display:flex;gap:10px;justify-content:flex-end}.lh-case-row-actions .lh-btn{white-space:nowrap}.lh-inline-evidence{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:16px}.lh-inline-evidence-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.lh-inline-evidence-item{display:flex;flex-direction:column;min-height:120px;border:1px solid rgba(255,255,255,.14);border-radius:12px;overflow:hidden;background:rgba(0,0,0,.16);color:#fff}.lh-inline-evidence-item img{width:100%;height:110px;object-fit:cover;background:#091b35}.lh-inline-evidence-item span{padding:9px;font-size:13px}.lh-inline-file{align-items:center;justify-content:center;text-align:center;padding:14px}.lh-inline-file b{font-size:30px}.lh-case-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin:24px 0}.lh-case-pagination span{color:#c7d1df;font-weight:700}
@media(max-width:1150px){.lh-case-filters{grid-template-columns:repeat(3,1fr)}.lh-case-row{grid-template-columns:1fr 1fr}.lh-case-row-actions{grid-column:1/-1;justify-content:flex-start}.lh-inline-evidence-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.lh-case-directory-head{align-items:flex-start;flex-direction:column}.lh-case-filters{grid-template-columns:1fr}.lh-case-row{grid-template-columns:1fr}.lh-case-row-actions{flex-direction:column}.lh-case-row-actions .lh-btn{width:100%;text-align:center}.lh-inline-evidence-grid{grid-template-columns:1fr 1fr}.lh-case-pagination{flex-wrap:wrap}}


/* v6.0 Executive dashboard: full-width office portal and two analytics charts */
.lh-office-portal{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:54px max(24px,calc((100vw - 1380px)/2))}
.lh-office-portal .lh-portal-head{max-width:1380px;margin-left:auto;margin-right:auto}
.lh-office-portal .lh-office-stats,.lh-office-portal .lh-analytics-section,.lh-office-portal .lh-case-directory-head,.lh-office-portal .lh-case-filters,.lh-office-portal .lh-results-count,.lh-office-portal .lh-office-cases,.lh-office-portal .lh-case-pagination{max-width:1380px;margin-left:auto;margin-right:auto}
.lh-analytics-section{margin-bottom:34px}
.lh-analytics-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px}.lh-analytics-toolbar h2{font-size:32px;margin:7px 0 4px}.lh-analytics-toolbar p{margin:0;color:#aebbd0}
.lh-dual-charts{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(330px,.85fr);gap:20px}
.lh-chart-card{min-width:0;padding:24px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(255,255,255,.055);backdrop-filter:blur(14px)}
.lh-chart-card h3{font-size:25px;margin:7px 0}.lh-chart-card p{color:#aebbd0;margin:0}.lh-chart-card .lh-chart-summary{margin-top:18px}
.lh-type-total{display:flex;justify-content:space-between;align-items:end;margin:24px 0 28px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(0,0,0,.12)}.lh-type-total small{color:#aebbd0}.lh-type-total strong{font-size:34px;color:#f4b400}
.lh-type-bars{display:grid;gap:24px}.lh-type-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.lh-type-label strong{font-size:18px}.lh-type-label span{font-size:13px;color:#aebbd0}.lh-type-track{height:14px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden}.lh-type-track span{display:block;height:100%;min-width:3px;border-radius:inherit;background:linear-gradient(90deg,#f4b400,#ffd866);box-shadow:0 0 18px rgba(244,180,0,.35);transition:width .45s ease}
.lh-month-chart-card .lh-bar-chart{min-height:340px}.lh-month-chart-card .lh-chart-track{height:235px}
@media(max-width:1000px){.lh-dual-charts{grid-template-columns:1fr}.lh-office-portal{padding-inline:24px}.lh-analytics-toolbar{align-items:flex-start;flex-direction:column}.lh-year-filter{width:100%}}
@media(max-width:600px){.lh-office-portal{padding:36px 14px}.lh-chart-card{padding:18px}.lh-month-chart-card .lh-bar-chart{overflow-x:auto}.lh-month-chart-card .lh-chart-bars{min-width:650px}}


/* v6.1 Manual financial control */
.lh-finance-dashboard{margin:28px 0}.lh-finance-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0 22px}.lh-finance-kpis a{display:flex;min-height:112px;flex-direction:column;justify-content:center;padding:18px;border:1px solid var(--lh-border);border-radius:18px;background:rgba(3,20,46,.74)}.lh-finance-kpis small{color:var(--lh-muted)}.lh-finance-kpis strong{font-size:26px;margin-top:4px;color:#fff}.lh-finance-kpis a.is-danger{border-color:rgba(255,105,105,.55);background:rgba(83,19,30,.5)}
.lh-finance-breakdown,.lh-case-finance-panel{padding:22px;border:1px solid var(--lh-border);border-radius:22px;background:rgba(3,20,46,.78);margin:20px 0}.lh-finance-breakdown-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.lh-finance-table-wrap{overflow-x:auto}.lh-finance-table{width:100%;border-collapse:collapse;min-width:760px}.lh-finance-table th,.lh-finance-table td{padding:12px;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.lh-finance-table th{font-size:12px;text-transform:uppercase;color:var(--lh-muted)}
.lh-money-status{display:inline-flex;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800;background:rgba(255,255,255,.1)}.lh-money-status.is-paid{background:rgba(39,190,112,.18);color:#7ff0ad}.lh-money-status.is-overdue{background:rgba(240,72,72,.18);color:#ff9d9d}.lh-money-status.is-partial{background:rgba(244,180,0,.18);color:#ffd761}.lh-money-status.is-unpaid{background:rgba(90,155,255,.18);color:#9fc8ff}
.lh-finance-summary-row,.lh-client-balance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:15px 0}.lh-finance-summary-row>div,.lh-client-balance>div{padding:14px;border:1px solid var(--lh-border);border-radius:14px;background:rgba(255,255,255,.04)}.lh-finance-summary-row small,.lh-client-balance small{display:block;color:var(--lh-muted)}.lh-finance-summary-row strong,.lh-client-balance strong{font-size:22px}.lh-finance-forms{display:grid;grid-template-columns:1fr 1fr;gap:20px}.lh-finance-forms form{display:grid;gap:12px;padding:18px;border:1px solid var(--lh-border);border-radius:16px;background:rgba(255,255,255,.03)}.lh-finance-forms label{display:grid;gap:5px}.lh-finance-forms input,.lh-finance-forms select,.lh-finance-forms textarea{width:100%;padding:11px;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:#061b3b;color:#fff}.lh-payment-history{margin-top:20px}.lh-close-case-form{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:20px}.lh-close-case-form small{color:#ffcf70}.lh-client-balance{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.lh-finance-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.lh-finance-forms{grid-template-columns:1fr}.lh-finance-summary-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.lh-finance-kpis,.lh-finance-summary-row,.lh-client-balance{grid-template-columns:1fr}.lh-finance-breakdown-head{align-items:flex-start;flex-direction:column}}


/* v6.2 — Official sticker badge branding */
.lh-brand{flex:0 0 auto;overflow:visible}
.lh-header-brand-logo{
  display:block!important;
  width:auto!important;
  height:82px!important;
  max-width:118px!important;
  max-height:none!important;
  object-fit:contain;
  filter:drop-shadow(0 7px 13px rgba(0,0,0,.42));
  transform:translateY(1px);
}
.lh-nav{min-height:86px}
.lh-about-logo-card{
  background:radial-gradient(circle at 50% 25%,rgba(244,180,0,.10),rgba(4,21,47,.30) 55%,rgba(4,21,47,.10));
  border:1px solid rgba(244,180,0,.45);
  border-radius:30px;
  padding:24px;
  box-shadow:0 26px 60px rgba(0,0,0,.30),inset 0 0 35px rgba(244,180,0,.04);
}
.lh-about-logo,.lh-about-logo-card .custom-logo{
  display:block;
  width:auto!important;
  max-width:min(430px,100%)!important;
  max-height:455px!important;
  margin:auto;
  object-fit:contain;
  filter:drop-shadow(0 20px 34px rgba(0,0,0,.48));
}
.lh-portal-logo,.lh-portal-brand .custom-logo{
  width:auto!important;
  max-width:118px!important;
  max-height:128px!important;
  object-fit:contain;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.42));
}
.maintenance-brand-logo{
  display:block!important;
  width:auto!important;
  max-width:min(300px,82vw)!important;
  max-height:210px!important;
  margin:0 auto!important;
  object-fit:contain;
  filter:drop-shadow(0 18px 35px rgba(0,0,0,.50));
}
@media(max-width:860px){
  .lh-header-brand-logo{height:68px!important;max-width:98px!important}
  .lh-nav{min-height:74px}
  .lh-portal-logo,.lh-portal-brand .custom-logo{max-width:94px!important;max-height:102px!important}
}
@media(max-width:560px){
  .lh-header-brand-logo{height:58px!important;max-width:84px!important}
  .lh-nav{min-height:66px}
  .lh-about-logo-card{padding:16px}
  .lh-about-logo,.lh-about-logo-card .custom-logo{max-height:330px!important}
}


/* v6.3 Financial Analytics */
.lh-financial-analytics{margin-top:34px}.lh-financial-analytics-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px}.lh-financial-analytics-head h3{font-size:clamp(24px,2.2vw,34px);margin:10px 0 6px}.lh-financial-analytics-head p{margin:0;color:#b9c5d6}.lh-finance-chart-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr);gap:20px}.lh-finance-chart-card{background:#1b3150;border:1px solid rgba(156,178,205,.28);border-radius:22px;padding:24px;min-width:0}.lh-finance-chart-legend{display:flex;gap:20px;flex-wrap:wrap;margin:10px 0 18px;color:#dce6f4;font-weight:700}.lh-finance-chart-legend span:before{content:"";display:inline-block;width:12px;height:12px;border-radius:3px;margin-right:7px}.lh-finance-chart-legend .is-billed:before{background:#3b82f6}.lh-finance-chart-legend .is-collected:before{background:#22c55e}.lh-finance-chart-legend .is-pending:before{background:#f5b700}.lh-finance-bars{height:330px;display:grid;grid-template-columns:repeat(12,minmax(38px,1fr));gap:10px;align-items:end;padding-top:8px;border-bottom:1px solid rgba(255,255,255,.12)}.lh-finance-month{height:100%;display:grid;grid-template-rows:48px 1fr 26px;text-align:center;min-width:0}.lh-finance-value-row{display:flex;flex-direction:column;font-size:9px;color:#cbd5e1;line-height:1.35;overflow:hidden}.lh-finance-track{display:flex;align-items:end;justify-content:center;gap:3px;min-height:210px;border-bottom:1px solid rgba(255,255,255,.08);background:repeating-linear-gradient(to top,transparent 0,transparent 24%,rgba(255,255,255,.055) 25%)}.lh-finance-track span{width:28%;min-height:3px;border-radius:8px 8px 2px 2px;transition:height .35s ease}.lh-finance-track .is-billed{background:#3b82f6}.lh-finance-track .is-collected{background:#22c55e}.lh-finance-track .is-pending{background:#f5b700}.lh-finance-month>strong{font-size:12px;color:#dce6f4;padding-top:7px}.lh-account-chart-wrap{display:grid;grid-template-columns:190px 1fr;gap:26px;align-items:center;min-height:330px}.lh-account-donut{width:190px;height:190px;border-radius:50%;display:grid;place-content:center;text-align:center;position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.lh-account-donut:after{content:"";position:absolute;inset:34px;border-radius:50%;background:#152945;box-shadow:0 0 0 1px rgba(255,255,255,.08)}.lh-account-donut strong,.lh-account-donut small{position:relative;z-index:1}.lh-account-donut strong{font-size:34px}.lh-account-donut small{color:#b8c5d8}.lh-account-legend{display:grid;gap:10px}.lh-account-legend a{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;text-decoration:none}.lh-account-legend span{display:flex;align-items:center;gap:9px}.lh-account-legend i{width:11px;height:11px;border-radius:50%;display:inline-block}.lh-account-legend strong{color:#dce6f4;font-size:13px}
@media(max-width:1000px){.lh-finance-chart-grid{grid-template-columns:1fr}.lh-account-chart-wrap{grid-template-columns:180px 1fr}.lh-finance-bars{overflow-x:auto;grid-template-columns:repeat(12,minmax(58px,1fr))}}
@media(max-width:640px){.lh-financial-analytics-head{align-items:stretch;flex-direction:column}.lh-account-chart-wrap{grid-template-columns:1fr;justify-items:center}.lh-account-legend{width:100%}.lh-finance-chart-card{padding:18px}.lh-finance-bars{height:290px}.lh-finance-value-row{font-size:8px}}

/* v6.4 Dynamic Borough Hero */
@media(max-width:900px){.lh-route-stop text{font-size:14px}.lh-borough{font-size:30px}.lh-borough-manhattan{right:8%;top:13%}.lh-borough-bronx{right:8%;top:36%}.lh-borough-brooklyn{right:10%;bottom:8%}}
@media(max-width:600px){.lh-route-svg{opacity:.72}.lh-route-stop text{display:none}.lh-borough{font-size:22px;opacity:.25}.lh-hero::after{background:linear-gradient(180deg,rgba(3,20,46,.86),rgba(3,20,46,.72)),linear-gradient(90deg,rgba(3,20,46,.96),rgba(3,20,46,.55))}}
@media(prefers-reduced-motion:reduce){.lh-hero::before,.lh-borough,.lh-route,.lh-pin-pulse,.lh-taxi-motion{animation:none!important}.lh-borough-bronx{opacity:.55}}


@media(max-width:900px){
  .lh-route-svg{width:100%;opacity:.46;right:-28%;}
  .lh-map-motion{opacity:.58}
}
@media(max-width:600px){
  .lh-hero{background-position:62% center;min-height:auto}
  .lh-route-svg{display:none}
  .lh-map-motion{display:none}
}

/* v6.5.1 definitive cinematic hero */
.lh-hero{
  background-color:#03142e!important;
  background-image:
    linear-gradient(90deg,rgba(2,14,34,.98) 0%,rgba(2,14,34,.92) 36%,rgba(2,14,34,.48) 68%,rgba(2,14,34,.18) 100%),
    linear-gradient(180deg,rgba(2,14,34,.08) 45%,rgba(2,14,34,.78) 100%),
    url('assets/images/nyc-cinematic-final.jpg')!important;
  background-position:center 47%!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
.lh-hero::before{
  background:radial-gradient(circle at 76% 28%,rgba(244,180,0,.16),transparent 34%)!important;
}
.lh-map-motion,.lh-route-svg{display:none!important}
.lh-cinematic-motion{position:absolute;inset:0;z-index:3;pointer-events:none;overflow:hidden}
.lh-cinematic-route{position:absolute;right:-1%;top:1%;width:57%;height:98%;overflow:visible}
.lh-final-route-flow{animation:lhFinalRouteFlow 2.2s linear infinite;filter:drop-shadow(0 0 9px rgba(244,180,0,.9))}
@keyframes lhFinalRouteFlow{to{stroke-dashoffset:-34}}
.lh-final-taxi{animation:lhFinalTaxiBob 1s ease-in-out infinite alternate}
@keyframes lhFinalTaxiBob{to{transform:translateY(-3px)}}
@media(max-width:900px){
  .lh-cinematic-route{right:-22%;width:82%;opacity:.68}
}
@media(max-width:600px){
  .lh-cinematic-motion{display:none}
  .lh-hero{background-position:64% center!important}
}
@media(prefers-reduced-motion:reduce){
  .lh-final-route-flow,.lh-final-taxi{animation:none!important}
}

/* v6.6 editable hero background */
.lh-hero{
  background-image:
    linear-gradient(90deg,rgba(2,14,34,var(--lhl-hero-overlay,.78)) 0%,rgba(2,14,34,calc(var(--lhl-hero-overlay,.78) - .08)) 38%,rgba(2,14,34,.38) 72%,rgba(2,14,34,.18) 100%),
    linear-gradient(180deg,rgba(2,14,34,.08) 45%,rgba(2,14,34,.76) 100%),
    var(--lhl-hero-image)!important;
  background-position:var(--lhl-hero-position,center center)!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
.lh-cinematic-route{right:1%!important;top:5%!important;width:48%!important;height:90%!important}
@media(max-width:1100px){.lh-cinematic-route{right:-8%!important;width:56%!important}}
@media(max-width:900px){.lh-cinematic-route{right:-20%!important;width:72%!important;opacity:.72}}


/* v6.7 — taxi crossing the complete hero */
.lh-fullscreen-taxi-motion{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  overflow:hidden;
}
.lh-fullscreen-taxi-route{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  opacity:1!important;
  overflow:visible;
}
.lh-full-route-flow{
  animation:lhlFullRouteFlow 2.35s linear infinite;
  filter:drop-shadow(0 0 8px rgba(244,180,0,.78));
}
.lh-fullscreen-taxi{
  animation:lhlTaxiFloat .9s ease-in-out infinite alternate;
}
@keyframes lhlFullRouteFlow{
  to{stroke-dashoffset:-42}
}
@keyframes lhlTaxiFloat{
  to{transform:translateY(-4px)}
}

/* Remove restrictions from the previous right-side-only route. */
.lh-cinematic-route.lh-fullscreen-taxi-route{
  right:auto!important;
  top:auto!important;
  width:100%!important;
  height:100%!important;
}

/* Keep the vehicle visible but behind the interactive content. */
.lh-hero-grid{
  position:relative;
  z-index:6;
}
.lh-fullscreen-taxi-motion{
  opacity:.96;
}

/* Tablet: the taxi still crosses most of the hero. */
@media(max-width:900px){
  .lh-fullscreen-taxi-route{
    width:132%!important;
    left:-17%!important;
  }
  .lh-fullscreen-taxi-motion{
    opacity:.78;
  }
}

/* Mobile: use a simpler horizontal trip rather than hiding the taxi. */
@media(max-width:600px){
  .lh-cinematic-motion.lh-fullscreen-taxi-motion{
    display:block!important;
    height:100%;
    opacity:.48;
  }
  .lh-fullscreen-taxi-route{
    width:165%!important;
    left:-32%!important;
  }
}

/* Respect accessibility settings. */
@media(prefers-reduced-motion:reduce){
  .lh-full-route-flow,
  .lh-fullscreen-taxi{
    animation:none!important;
  }
  .lh-fullscreen-taxi-motion{
    display:none!important;
  }
}


/* v6.8 — Editable global footer */
.lh-footer{
  background:var(--lh-footer-bg,#020e20);
  padding:50px 0 25px;
}
.lh-footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr 1fr;
  gap:clamp(28px,5vw,72px);
  align-items:start;
}
.lh-footer-column h3{
  margin:0 0 18px;
  font-size:18px;
}
.lh-footer-column p,
.lh-footer-column a{
  color:#c5cfdd;
  line-height:1.65;
}
.lh-footer-column a{
  display:block;
  width:max-content;
  max-width:100%;
  text-decoration:none;
  margin:0 0 5px;
}
.lh-footer-column a:hover{
  color:#f4b400;
}
.lh-footer-logo{
  display:block;
  width:auto;
  max-width:115px;
  max-height:105px;
  object-fit:contain;
  margin:0 0 16px;
}
.lh-footer-contact p{
  margin:4px 0 0;
}
.lh-footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:35px;
  padding-top:20px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:13px;
  color:#9aa9bd;
}
.lh-footer-bottom-no-line{
  border-top:0;
}
.lh-footer-layout-centered .lh-footer-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  text-align:center;
}
.lh-footer-layout-centered .lh-footer-column a,
.lh-footer-layout-centered .lh-footer-logo{
  margin-left:auto;
  margin-right:auto;
}
.lh-footer-layout-centered .lh-footer-bottom{
  justify-content:center;
  flex-wrap:wrap;
  text-align:center;
}
.lh-footer-layout-minimal{
  padding-top:24px;
}
.lh-footer-layout-minimal .lh-footer-bottom{
  margin-top:0;
}
@media(max-width:800px){
  .lh-footer-grid,
  .lh-footer-layout-centered .lh-footer-grid{
    grid-template-columns:1fr;
    text-align:left;
  }
  .lh-footer-layout-centered .lh-footer-column a,
  .lh-footer-layout-centered .lh-footer-logo{
    margin-left:0;
    margin-right:0;
  }
  .lh-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* v6.9 — Printing and receipts */
.lh-header-actions,
.lh-case-action-buttons,
.lh-finance-head-actions,
.lh-payment-history-head{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.lh-payment-history-head{
  justify-content:space-between;
  margin-bottom:12px;
}
.lh-receipt-success{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  flex-wrap:wrap;
  padding:16px;
  margin:0 0 18px;
  border:1px solid rgba(47,182,125,.42);
  border-radius:14px;
  background:rgba(47,182,125,.12);
}
@media print{
  @page{size:auto;margin:12mm}
  body{
    background:#fff!important;
    color:#111!important;
    font-size:11pt!important;
  }
  #wpadminbar,
  .lh-site-header,
  .lh-footer,
  .lh-btn,
  button,
  form,
  .lh-back-link,
  .lh-header-actions,
  .lh-case-filters,
  .lh-case-pagination,
  .lh-toggle-evidence,
  .lh-floating-help,
  .lh-receipt-success{
    display:none!important;
  }
  .lh-portal,
  .lh-office-portal,
  .lh-case-detail,
  .lh-case-finance-panel,
  .lh-financial-dashboard,
  .lh-financial-analytics,
  .lh-year-chart-card{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    box-shadow:none!important;
    border:0!important;
    background:#fff!important;
    color:#111!important;
  }
  .lh-portal-head{
    padding:0 0 15px!important;
    margin-bottom:18px!important;
    border-bottom:2px solid #071f45!important;
  }
  .lh-office-case,
  .lh-case-row,
  .lh-stat-box,
  .lh-finance-metric,
  .lh-case-summary,
  .lh-evidence-panel{
    break-inside:avoid;
    box-shadow:none!important;
  }
  .lh-inline-evidence[hidden]{
    display:none!important;
  }
  .lh-office-cases{
    display:block!important;
  }
  .lh-office-case,
  .lh-case-row{
    margin-bottom:10px!important;
    border:1px solid #bbb!important;
  }
  canvas{
    max-width:100%!important;
  }
  a{
    color:#111!important;
    text-decoration:none!important;
  }
}


/* v7.0 — Service catalog and public classification */
.lh-services-classification{
  background:
    radial-gradient(circle at 50% 0%,rgba(244,180,0,.06),transparent 34%),
    #f7f9fc;
  color:#071f45;
}
.lh-services-classification .lh-section-head{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.lh-service-classification-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.lh-service-classification-card{
  position:relative;
  background:#fff;
  border:1px solid #dce3ec;
  border-radius:18px;
  padding:58px 20px 22px;
  box-shadow:0 14px 38px rgba(7,31,69,.07);
  display:flex;
  flex-direction:column;
  min-height:390px;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.lh-service-classification-card:hover{
  transform:translateY(-5px);
  border-color:rgba(244,180,0,.72);
  box-shadow:0 20px 46px rgba(7,31,69,.12);
}
.lh-service-classification-icon{
  position:absolute;
  top:-30px;
  left:50%;
  transform:translateX(-50%);
  width:66px;
  height:66px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#071f45;
  color:#f4b400;
  border:3px solid #f4b400;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 10px 22px rgba(7,31,69,.22);
}
.lh-service-classification-card h3{
  text-align:center;
  margin:0 0 18px;
  font-size:21px;
  color:#071f45;
}
.lh-service-classification-card ul{
  list-style:none;
  margin:0 0 22px;
  padding:0;
  flex:1;
}
.lh-service-classification-card li{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:0 0 11px;
  color:#37465a;
  line-height:1.35;
}
.lh-service-check{
  color:#d89d00;
  font-weight:900;
}
.lh-service-classification-card .lh-btn{
  width:100%;
  justify-content:center;
}
@media(max-width:1250px){
  .lh-service-classification-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:48px}
}
@media(max-width:780px){
  .lh-service-classification-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .lh-service-classification-grid{grid-template-columns:1fr}
}


/* v7.1 — Higher-contrast service cards and active buttons */
.lh-services-classification .lh-section-head h2{
  color:#071f45!important;
  font-weight:900;
  letter-spacing:-.02em;
}
.lh-services-classification .lh-section-head p{
  color:#53627a!important;
  font-size:18px;
  font-weight:500;
  opacity:1!important;
}
.lh-services-classification .lh-eyebrow{
  color:#bd8500!important;
  border-color:rgba(216,157,0,.65)!important;
  background:#fff9e8!important;
}
.lh-service-classification-card{
  border-color:#cfd8e5;
  box-shadow:0 16px 42px rgba(7,31,69,.10);
}
.lh-service-classification-card h3{
  color:#061a3b!important;
  font-weight:900;
}
.lh-service-count{
  margin:-9px 0 18px;
  text-align:center;
  color:#6a778b;
  font-size:13px;
  font-weight:800;
}
.lh-service-classification-card li{
  color:#26384f!important;
  font-size:16px;
  font-weight:550;
}
.lh-service-check{
  color:#d89d00!important;
  font-size:18px;
}
.lh-service-classification-icon{
  font-size:27px;
  line-height:1;
}
.lh-service-view-button{
  width:100%;
  border:1px solid #d89d00!important;
  background:linear-gradient(135deg,#f4b400,#ffd65b)!important;
  color:#071f45!important;
  font-weight:900!important;
  box-shadow:0 10px 24px rgba(216,157,0,.24);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.lh-service-view-button:hover,
.lh-service-view-button:focus{
  transform:translateY(-2px);
  filter:brightness(1.05);
  box-shadow:0 14px 30px rgba(216,157,0,.38);
  outline:3px solid rgba(244,180,0,.2);
  outline-offset:3px;
}
.lh-service-view-button span{
  font-size:18px;
}

/* Service list modal */
body.lh-service-modal-open{
  overflow:hidden;
}
.lh-service-catalog-modal[hidden]{
  display:none!important;
}
.lh-service-catalog-modal{
  position:fixed;
  inset:0;
  z-index:100050;
  display:grid;
  place-items:center;
  padding:24px;
}
.lh-service-catalog-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,12,29,.82);
  backdrop-filter:blur(9px);
}
.lh-service-catalog-dialog{
  position:relative;
  z-index:1;
  width:min(900px,100%);
  max-height:min(86vh,850px);
  overflow:auto;
  border:1px solid rgba(244,180,0,.35);
  border-radius:26px;
  padding:32px;
  background:linear-gradient(145deg,#071f45,#03142e);
  color:#fff;
  box-shadow:0 34px 100px rgba(0,0,0,.48);
}
.lh-service-modal-close{
  position:absolute;
  top:16px;
  right:18px;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:28px;
  cursor:pointer;
}
.lh-service-modal-head{
  display:flex;
  gap:20px;
  align-items:flex-start;
  padding-right:48px;
  margin-bottom:24px;
}
.lh-service-modal-head h2{
  margin:8px 0 7px;
  color:#fff;
  font-size:34px;
}
.lh-service-modal-head p{
  margin:0;
  color:#c5d0df;
  line-height:1.55;
}
.lh-service-modal-icon{
  flex:0 0 66px;
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f4b400;
  font-size:30px;
}
.lh-service-modal-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
}
.lh-service-modal-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  min-height:104px;
  padding:17px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  background:rgba(255,255,255,.055);
}
.lh-service-modal-item h3{
  margin:0 0 5px;
  color:#fff;
  font-size:18px;
}
.lh-service-modal-item p{
  margin:7px 0 0;
  color:#b9c6d7;
  font-size:14px;
}
.lh-service-agency{
  display:inline-flex;
  padding:3px 8px;
  border-radius:999px;
  background:rgba(244,180,0,.13);
  color:#ffd35a;
  font-size:11px;
  font-weight:900;
}
.lh-service-select-case{
  flex:0 0 auto;
  border:1px solid rgba(244,180,0,.72);
  border-radius:10px;
  padding:9px 12px;
  background:transparent;
  color:#ffd45a;
  font-weight:850;
  cursor:pointer;
}
.lh-service-select-case:hover{
  background:#f4b400;
  color:#071f45;
}
.lh-service-modal-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:22px;
  padding:18px;
  border-radius:16px;
  background:rgba(244,180,0,.09);
}
.lh-service-modal-footer p{
  margin:0;
  color:#d6deea;
}
@media(max-width:700px){
  .lh-service-catalog-modal{padding:10px}
  .lh-service-catalog-dialog{padding:24px 16px;border-radius:19px}
  .lh-service-modal-head{flex-direction:column;padding-right:40px}
  .lh-service-modal-list{grid-template-columns:1fr}
  .lh-service-modal-item{align-items:flex-start;flex-direction:column}
  .lh-service-select-case{width:100%}
  .lh-service-modal-footer{align-items:stretch;flex-direction:column}
  .lh-service-modal-footer .lh-btn{width:100%}
}


/* v7.2 — Professional compact print layouts */
.lh-print-domain{display:none}
@media print{
  /* Chrome/Edge native date and title are browser controls. The custom layout
     reserves no visual header and prints only the website domain at the bottom. */
  @page{size:letter portrait;margin:8mm 10mm 14mm}
  html,body{width:100%!important;min-width:0!important;overflow:visible!important}
  body{
    margin:0!important;
    padding:0 0 10mm!important;
    background:#fff!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:9.5pt!important;
    line-height:1.35!important;
    -webkit-print-color-adjust:exact!important;
    print-color-adjust:exact!important;
  }

  /* No website/header/navigation content at the top of the sheet. */
  #wpadminbar,.lh-site-header,.lh-footer,.lh-portal-head,
  .lh-btn,button,form,.lh-back-link,.lh-header-actions,
  .lh-case-filters,.lh-case-pagination,.lh-toggle-evidence,
  .lh-floating-help,.lh-receipt-success,.lh-case-directory-head .lh-btn{
    display:none!important;
  }

  .lh-print-domain{
    display:block!important;
    position:fixed;
    left:0;right:0;bottom:1.5mm;
    text-align:center;
    color:#596579!important;
    font-size:8pt!important;
    letter-spacing:.02em;
    z-index:9999;
  }

  .lh-portal,.lh-office-portal,.lh-case-detail,.lh-case-finance-panel,
  .lh-financial-dashboard,.lh-financial-analytics,.lh-year-chart-card,
  .lh-finance-chart-card,.lh-account-chart-wrap{
    width:100%!important;max-width:none!important;min-width:0!important;
    margin:0!important;padding:0!important;
    box-shadow:none!important;border:0!important;border-radius:0!important;
    background:#fff!important;color:#111!important;overflow:visible!important;
  }
  .lh-office-portal{display:block!important}

  /* Individual expediente: start immediately on page one. */
  .lh-case-detail{padding:0!important}
  .lh-case-summary{margin:0 0 5mm!important;break-inside:avoid!important}
  .lh-case-summary h2{font-size:24pt!important;margin:0 0 5mm!important;color:#071f45!important}
  .lh-case-badge,.lh-eyebrow{
    display:inline-block!important;padding:2mm 4mm!important;margin:0 0 3mm!important;
    color:#9a6b00!important;border:1px solid #d89d00!important;
    border-radius:999px!important;background:#fff!important;font-size:8pt!important;
  }
  .lh-detail-grid{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:3mm 8mm!important;margin:0!important;
  }
  .lh-detail-grid div{
    padding:2.5mm 0!important;background:#fff!important;border:0!important;
    border-bottom:1px solid #d7dde6!important;border-radius:0!important;
    break-inside:avoid!important;
  }
  .lh-detail-grid small{font-size:8pt!important;color:#69768a!important;margin-bottom:1mm!important}
  .lh-detail-grid strong{font-size:10pt!important;color:#111!important}
  .lh-description{margin:5mm 0 0!important;padding:4mm 0 0!important;border-top:2px solid #071f45!important}
  .lh-description h3{margin:0 0 2mm!important;font-size:13pt!important}

  /* Evidence is compact and follows the client information. */
  .lh-evidence-panel{margin:6mm 0 0!important;padding:0!important;break-before:auto!important}
  .lh-evidence-panel h2,.lh-evidence-panel h3{font-size:14pt!important;margin:0 0 3mm!important}
  .lh-evidence-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4mm!important}
  .lh-evidence-item{
    border:1px solid #cbd3df!important;border-radius:3mm!important;
    background:#fff!important;overflow:hidden!important;break-inside:avoid!important;
  }
  .lh-evidence-item img{width:100%!important;height:42mm!important;aspect-ratio:auto!important;object-fit:contain!important;background:#f5f7fa!important}
  .lh-evidence-item span,.lh-evidence-item strong{padding:2mm!important;font-size:8pt!important;color:#111!important}

  /* Financial section immediately after the case, with no oversized blank areas. */
  .lh-case-finance-panel{margin-top:7mm!important;padding-top:5mm!important;border-top:2px solid #071f45!important;break-before:auto!important}
  .lh-case-directory-head{display:flex!important;justify-content:space-between!important;align-items:flex-end!important;margin:0 0 4mm!important}
  .lh-case-directory-head h2{font-size:19pt!important;margin:1mm 0!important;color:#071f45!important}
  .lh-money-status{color:#111!important;border:1px solid #aaa!important;background:#fff!important;padding:2mm 3mm!important}
  .lh-finance-summary-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:3mm!important;margin:0 0 5mm!important}
  .lh-finance-summary-row>div{padding:3mm!important;border:1px solid #cbd3df!important;border-radius:2mm!important;background:#fff!important}
  .lh-finance-summary-row small{display:block!important;font-size:7.5pt!important;color:#6a7689!important}
  .lh-finance-summary-row strong{font-size:12pt!important;color:#111!important}
  .lh-payment-history{margin:3mm 0 0!important}
  .lh-payment-history h3{font-size:13pt!important;margin:0 0 3mm!important}
  .lh-finance-table-wrap{overflow:visible!important}
  .lh-finance-table{width:100%!important;border-collapse:collapse!important;font-size:8pt!important}
  .lh-finance-table th,.lh-finance-table td{padding:2mm!important;border:1px solid #ccd4df!important;text-align:left!important}

  /* Administrative panel: compact dashboard, no scroll bars. */
  .lh-office-stats{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:3mm!important;margin:0 0 5mm!important}
  .lh-stat-box,.lh-finance-metric{
    padding:3mm!important;border:1px solid #cbd3df!important;border-radius:2mm!important;
    background:#fff!important;color:#111!important;break-inside:avoid!important;
  }
  .lh-stat-box strong{font-size:17pt!important;color:#d89d00!important}
  .lh-stat-box span{font-size:8pt!important;color:#596579!important}
  .lh-financial-dashboard{margin:0 0 6mm!important}
  .lh-financial-dashboard h2,.lh-financial-analytics h3,.lh-year-chart-card h3{font-size:18pt!important;margin:2mm 0 3mm!important;color:#071f45!important}
  .lh-finance-metrics{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:3mm!important}

  .lh-financial-analytics{margin:5mm 0!important;break-inside:auto!important}
  .lh-financial-analytics-head{display:block!important;margin:0 0 3mm!important}
  .lh-financial-analytics-head select,.lh-year-filter{display:none!important}
  .lh-finance-chart-grid{display:grid!important;grid-template-columns:1.35fr .65fr!important;gap:4mm!important}
  .lh-finance-chart-card{padding:4mm!important;border:1px solid #cbd3df!important;border-radius:3mm!important;break-inside:avoid!important}
  .lh-finance-chart-card h4,.lh-finance-chart-card h3{font-size:12pt!important;color:#111!important;margin:0 0 2mm!important}
  .lh-finance-chart-legend{margin:1mm 0 2mm!important;color:#111!important;font-size:7pt!important;gap:4mm!important}
  .lh-finance-bars{height:48mm!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:1mm!important;overflow:visible!important}
  .lh-finance-month{grid-template-rows:9mm 1fr 5mm!important;min-width:0!important}
  .lh-finance-value-row{font-size:5.5pt!important;color:#555!important;overflow:visible!important}
  .lh-finance-track{min-height:30mm!important;background:repeating-linear-gradient(to top,transparent 0,transparent 24%,#edf0f4 25%)!important}
  .lh-finance-month>strong{font-size:6pt!important;color:#111!important;padding-top:1mm!important}
  .lh-account-chart-wrap{display:grid!important;grid-template-columns:34mm 1fr!important;gap:4mm!important;min-height:48mm!important;padding:0!important}
  .lh-account-donut{width:32mm!important;height:32mm!important;color:#111!important}
  .lh-account-donut:after{inset:6mm!important;background:#fff!important;border:1px solid #ddd!important}
  .lh-account-donut strong{font-size:15pt!important;color:#111!important}
  .lh-account-legend{gap:0!important}
  .lh-account-legend a{padding:1.4mm 0!important;color:#111!important;border-bottom:1px solid #ddd!important;font-size:7pt!important}

  /* Executive case chart is compact and remains on one page when possible. */
  .lh-year-chart-card{margin-top:6mm!important;padding:4mm!important;border:1px solid #cbd3df!important;break-inside:avoid!important}
  .lh-year-chart,.lh-year-bars,.lh-month-bars{height:58mm!important;overflow:visible!important}
  .lh-year-chart *{max-height:58mm!important}

  /* Directory is a clean printable list. */
  .lh-case-directory-head{margin-top:6mm!important}
  .lh-results-count{font-size:8pt!important;margin:0 0 3mm!important}
  .lh-office-cases{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:3mm!important}
  .lh-office-case,.lh-case-row{
    margin:0!important;padding:3mm!important;border:1px solid #bfc8d5!important;
    border-radius:2mm!important;background:#fff!important;color:#111!important;
    box-shadow:none!important;break-inside:avoid!important;min-height:0!important;
  }
  .lh-office-case h3,.lh-case-row h3{font-size:10pt!important;margin:1mm 0!important;color:#111!important}
  .lh-office-case p,.lh-case-row p,.lh-office-case span,.lh-case-row span{font-size:7.5pt!important;color:#444!important}
  .lh-inline-evidence{display:none!important}

  canvas,svg{max-width:100%!important;overflow:visible!important}
  a{color:#111!important;text-decoration:none!important}
}


/* v8.1 — Platform attribution and secure quick lookup */
.lh-platform-credit{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:6px;
  padding:8px 0 2px;
  color:#8391a5;
  font-size:11px;
}
.lh-platform-credit strong{color:#aeb9c8}
.lh-quick-lookup{
  padding:72px 0;
  color:#fff;
  background:
    radial-gradient(circle at 8% 10%,rgba(244,180,0,.13),transparent 25%),
    linear-gradient(135deg,#03142e,#071f45);
}
.lh-quick-lookup-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:clamp(35px,7vw,90px);
}
.lh-quick-lookup-copy h2{
  margin:14px 0 13px;
  color:#fff;
  font-size:clamp(32px,4vw,50px);
}
.lh-quick-lookup-copy p{
  color:#c7d1df;
  font-size:18px;
  line-height:1.65;
}
.lh-quick-lookup-form{
  padding:27px;
  border:1px solid rgba(244,180,0,.32);
  border-radius:22px;
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(13px);
  box-shadow:0 22px 60px rgba(0,0,0,.24);
}
.lh-quick-lookup-form label{
  display:block;
  margin-bottom:15px;
  color:#e6ecf4;
  font-weight:750;
}
.lh-quick-lookup-form input{
  display:block;
  width:100%;
  margin-top:7px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:11px;
  padding:13px 14px;
  background:rgba(1,11,28,.68);
  color:#fff;
  font-size:16px;
}
.lh-quick-lookup-form input:focus{
  border-color:#f4b400;
  outline:3px solid rgba(244,180,0,.18);
}
.lh-quick-lookup-form .lh-btn{width:100%;justify-content:center}
.lh-lookup-result{margin-top:17px}
.lh-lookup-result.is-loading,
.lh-lookup-result.is-error{
  padding:13px;
  border-radius:11px;
  background:rgba(255,255,255,.07);
}
.lh-lookup-result.is-error{
  border:1px solid rgba(255,105,120,.45);
  color:#ffd8dd;
}
.lh-lookup-result.is-success{
  padding:18px;
  border:1px solid rgba(74,222,128,.34);
  border-radius:15px;
  background:rgba(16,75,52,.38);
}
.lh-lookup-case-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.13);
}
.lh-lookup-case-head span{
  padding:4px 9px;
  border-radius:999px;
  background:#f4b400;
  color:#071f45;
  font-size:11px;
  font-weight:900;
}
.lh-lookup-case-head strong{font-size:18px}
.lh-lookup-status-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
  padding:15px 0 5px;
}
.lh-lookup-status-grid small{
  display:block;
  color:#adc0d4;
  margin-bottom:4px;
}
.lh-lookup-status-grid strong{color:#fff}
.lh-lookup-result.is-success p{
  margin:13px 0 0;
  color:#c7d5e4;
  font-size:13px;
}
@media(max-width:800px){
  .lh-quick-lookup-grid{grid-template-columns:1fr}
  .lh-platform-credit{justify-content:center}
}
@media(max-width:500px){
  .lh-lookup-status-grid{grid-template-columns:1fr}
  .lh-quick-lookup-form{padding:20px}
}
@media print{
  .lh-platform-credit{display:none!important}
}


/* v8.1.1 — Two-step quick lookup */
.lh-lookup-step[hidden]{
  display:none!important;
}
.lh-lookup-step-label{
  margin-bottom:14px;
  color:#f4b400;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lh-lookup-step-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  margin-bottom:17px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.lh-lookup-step-head strong{
  display:block;
  color:#fff;
  font-size:18px;
}
.lh-lookup-change-case{
  border:0;
  padding:0;
  background:transparent;
  color:#ffd35a;
  font-weight:800;
  cursor:pointer;
}
.lh-lookup-change-case:hover{
  text-decoration:underline;
}


/* v8.2 — Office users and security */
.lhl-user-create-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.lhl-user-create-grid label{
  display:block;
  font-weight:700;
}
.lhl-user-create-grid input{
  display:block;
  width:100%;
  margin-top:7px;
}
.lhl-user-create-grid .full{grid-column:1/-1}
.lhl-office-user-list{display:grid;gap:13px}
.lhl-office-user-card{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:17px;
  border:1px solid #dce3ec;
  border-radius:14px;
  background:#fff;
}
.lhl-office-user-card h3{margin:7px 0 5px}
.lhl-office-user-card p{margin:0;color:#5d6b7e;line-height:1.55}
.lhl-user-status{
  display:inline-block;
  padding:4px 9px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
}
.lhl-user-status.is-active{background:#dff7e9;color:#12663b}
.lhl-user-status.is-blocked{background:#ffe1e5;color:#9a2638}
.lhl-office-user-actions{
  min-width:245px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.lhl-office-user-actions form{
  display:flex;
  gap:7px;
}
.lhl-office-user-actions input{min-width:130px}
.lh-office-welcome{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin:0 0 15px;
  padding:13px 16px;
  border:1px solid rgba(244,180,0,.24);
  border-radius:13px;
  background:rgba(244,180,0,.07);
}
.lh-office-welcome div{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.lh-office-welcome small{color:#8d9bb0}
.lh-office-welcome strong{font-size:17px;color:#fff}
.lh-office-welcome span{color:#cbd5e2;font-size:12px}
@media(max-width:782px){
  .lhl-user-create-grid{grid-template-columns:1fr}
  .lhl-user-create-grid .full{grid-column:auto}
  .lhl-office-user-card{align-items:stretch;flex-direction:column}
  .lhl-office-user-actions{min-width:0}
  .lhl-office-user-actions form{flex-direction:column}
  .lh-office-welcome{flex-direction:column}
}
@media print{
  .lh-office-welcome{display:none!important}
}


/* v9.0 — Registration flow and Client Portal */
.lh-case-dialog-v90{max-width:900px}
.lh-step-intro{color:#66758a;margin-top:-5px}
.lh-access-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0}
.lh-access-card{
  border:1px solid #d7e0eb;border-radius:17px;padding:22px 16px;background:#fff;
  color:#17233a;text-align:left;cursor:pointer;transition:.2s ease
}
.lh-access-card:hover,.lh-access-card:focus{
  transform:translateY(-4px);border-color:#f4b400;box-shadow:0 15px 35px rgba(7,31,69,.12);outline:none
}
.lh-access-card span,.lh-access-card strong,.lh-access-card small{display:block}
.lh-access-icon{font-size:30px;margin-bottom:15px}
.lh-access-card strong{color:#071f45;font-size:17px;margin-bottom:7px}
.lh-access-card small{color:#68778c;line-height:1.45}
.lh-inline-login,.lh-register-fields{
  padding:20px;border:1px solid #dbe3ed;border-radius:17px;background:#f7f9fc;margin-top:18px
}
.lh-inline-login h4,.lh-register-fields h4{margin:0 0 15px;color:#071f45;font-size:20px}
.lh-register-fields p{color:#66758a;font-size:13px}
.lh-account-context,.lh-account-summary{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding:11px 14px;margin:0 0 17px;border-radius:11px;background:#fff8df;border:1px solid #f0d684
}
.lh-account-context strong,.lh-account-summary strong{color:#071f45}
.lh-account-context span,.lh-account-summary span{color:#66758a;font-size:13px}
.lh-success #lh-success-account-actions{margin:20px 0}
.lh-client-portal-v90{max-width:1280px}
.lh-client-portal-top{
  display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px
}
.lh-client-portal-top h1{margin:7px 0;color:#fff}
.lh-client-portal-top p{margin:0;color:#b8c5d7}
.lh-client-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:22px}
.lh-client-kpis>div{
  padding:17px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.055)
}
.lh-client-kpis small,.lh-client-kpis strong{display:block}
.lh-client-kpis small{color:#9eacc0;margin-bottom:7px}
.lh-client-kpis strong{color:#fff;font-size:25px}
.lh-client-tabs{display:flex;gap:7px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.13)}
.lh-client-tabs a{padding:12px 15px;color:#cbd5e2;text-decoration:none;font-weight:800}
.lh-client-tabs a:hover{color:#f4b400}
.lh-client-section-head{display:flex;justify-content:space-between;gap:18px;margin-bottom:15px}
.lh-client-section-head h2{margin:0;color:#fff}
.lh-client-section-head p{margin:4px 0 0;color:#9eacc0}
.lh-client-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-bottom:28px}
.lh-client-case-card{
  padding:19px;border:1px solid rgba(255,255,255,.13);border-radius:17px;
  background:rgba(255,255,255,.06);display:flex;flex-direction:column
}
.lh-client-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px}
.lh-client-case-card h3{color:#fff;margin:17px 0 6px}
.lh-client-case-card>p{color:#9eacc0;margin:0 0 15px}
.lh-client-status{
  display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(244,180,0,.14);
  border:1px solid rgba(244,180,0,.38);color:#ffd45a;font-size:11px;font-weight:900
}
.lh-client-card-money{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:auto 0 15px}
.lh-client-card-money span{padding:10px;border-radius:10px;background:rgba(1,12,31,.55)}
.lh-client-card-money small,.lh-client-card-money strong{display:block}
.lh-client-card-money small{color:#8f9db0}.lh-client-card-money strong{color:#fff;margin-top:4px}
.lh-client-panel{
  padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:17px;
  background:rgba(255,255,255,.055);margin-bottom:17px
}
.lh-client-panel h3{color:#fff;margin-top:0}
.lh-client-empty{text-align:center;padding:48px 20px;border:1px dashed rgba(255,255,255,.2);border-radius:17px}
.lh-client-empty h3{color:#fff}.lh-client-empty p{color:#aebacc}
.lh-client-profile{margin-top:30px}
.lh-client-profile label{color:#dce4ef}
.lh-client-detail-head{
  display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin:18px 0
}
.lh-client-detail-head h2{color:#fff;margin:10px 0 5px}.lh-client-detail-head p{color:#99a8bb;margin:0}
.lh-client-timeline{
  display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:20px
}
.lh-client-timeline>div{
  text-align:center;padding:11px 7px;border-radius:12px;background:rgba(255,255,255,.06);color:#7f8ca0
}
.lh-client-timeline span{
  display:grid;place-items:center;width:28px;height:28px;margin:0 auto 7px;border-radius:50%;
  background:#324157;color:#fff;font-size:12px
}
.lh-client-timeline strong{font-size:11px}
.lh-client-timeline .done{color:#fff;background:rgba(244,180,0,.10)}
.lh-client-timeline .done span{background:#f4b400;color:#071f45}
.lh-client-detail-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}
.lh-client-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.lh-client-info-grid>div{padding:11px;border-radius:10px;background:rgba(1,12,31,.48)}
.lh-client-info-grid small,.lh-client-info-grid strong{display:block}
.lh-client-info-grid small{color:#8f9db0}.lh-client-info-grid strong{color:#fff;margin-top:4px}
.lh-client-description{margin-top:14px;color:#c6d1df}.lh-client-description small{color:#8f9db0}
.lh-client-panel-head{display:flex;justify-content:space-between;gap:15px}
.lh-client-panel-head span{color:#a5b2c4}
.lh-client-documents{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.lh-client-documents a{
  display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;
  padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:11px;
  color:#fff;text-decoration:none;background:rgba(1,12,31,.42)
}
.lh-client-documents a small{color:#f4b400}
.lh-client-upload-form{
  display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:18px;
  padding-top:16px;border-top:1px solid rgba(255,255,255,.12)
}
.lh-client-upload-form label{color:#fff;flex:1}.lh-client-upload-form input{display:block;margin-top:8px;color:#cbd5e2}
.lh-client-payment-list>div{
  display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)
}
.lh-client-payment-list span strong,.lh-client-payment-list span small{display:block}
.lh-client-payment-list span strong{color:#fff}.lh-client-payment-list span small{color:#92a1b5;margin-top:4px}
.lh-client-payment-list>div>strong{color:#f4b400}
@media(max-width:900px){
  .lh-access-options,.lh-client-case-grid{grid-template-columns:1fr}
  .lh-client-kpis{grid-template-columns:repeat(2,1fr)}
  .lh-client-detail-grid{grid-template-columns:1fr}
  .lh-client-documents{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .lh-client-portal-top,.lh-client-upload-form{align-items:stretch;flex-direction:column}
  .lh-client-kpis{grid-template-columns:1fr 1fr}
  .lh-client-timeline{grid-template-columns:1fr}
  .lh-client-info-grid,.lh-client-documents{grid-template-columns:1fr}
}


/* v9.1 — Integrated account registration */
.lh-inline-login{
  color:#17233a;
}
.lh-inline-login label,
.lh-inline-login h4{
  color:#071f45!important;
}
.lh-inline-login input{
  background:#fff!important;
  color:#17233a!important;
  border:1px solid #aeb9c8!important;
}
.lh-integrated-registration{
  margin-top:18px;
  padding:19px;
  border:1px solid #d8e1eb;
  border-radius:15px;
  background:linear-gradient(145deg,#f7f9fc,#fff);
  color:#17233a;
}
.lh-integrated-registration[hidden]{display:none!important}
.lh-integrated-registration-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:15px;
  padding-bottom:13px;
  border-bottom:1px solid #e1e7ef;
}
.lh-integrated-registration h4{
  margin:4px 0 0;
  color:#071f45;
  font-size:19px;
}
.lh-mini-eyebrow{
  color:#b57e00;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.lh-account-email-note{
  color:#64748b;
  font-size:12px;
  font-weight:700;
}
.lh-integrated-registration label{
  color:#17233a!important;
}
.lh-integrated-registration input{
  background:#fff!important;
  color:#17233a!important;
  border:1px solid #9facbd!important;
}
.lh-integrated-registration input:focus{
  border-color:#d99b00!important;
  outline:3px solid rgba(244,180,0,.18)!important;
}
.lh-password-meter{
  display:flex;
  align-items:center;
  gap:11px;
  margin-top:12px;
  color:#64748b;
  font-size:12px;
  font-weight:700;
}
.lh-password-meter-bar{
  display:block;
  flex:1;
  height:7px;
  overflow:hidden;
  border-radius:99px;
  background:#dce3ec;
}
.lh-password-meter-bar i{
  display:block;
  width:0;
  height:100%;
  border-radius:99px;
  transition:width .2s ease,background .2s ease;
}
.lh-password-meter-bar i.strength-1{background:#dc3545}
.lh-password-meter-bar i.strength-2{background:#f0a000}
.lh-password-meter-bar i.strength-3{background:#e7bd20}
.lh-password-meter-bar i.strength-4{background:#22a75a}
.lh-password-match{
  min-height:17px;
  margin:8px 0 0;
  font-size:12px;
  font-weight:750;
}
.lh-password-match.is-match{color:#16854b}
.lh-password-match.is-mismatch{color:#b52d42}
@media(max-width:620px){
  .lh-integrated-registration-head{flex-direction:column}
}


/* v9.1.1 — Login visibility and authenticated menu */
#lh-inline-login{
  color:#17233a!important;
  background:#f7f9fc!important;
}
#lh-inline-login h4{
  color:#071f45!important;
  opacity:1!important;
}
#lh-inline-login .lh-form-grid label{
  display:block!important;
  color:#071f45!important;
  font-weight:800!important;
  opacity:1!important;
  visibility:visible!important;
}
#lh-inline-login .lh-form-grid input{
  display:block!important;
  width:100%!important;
  min-height:52px!important;
  margin-top:8px!important;
  padding:12px 14px!important;
  border:1px solid #8796aa!important;
  border-radius:11px!important;
  background:#ffffff!important;
  color:#17233a!important;
  caret-color:#17233a!important;
  -webkit-text-fill-color:#17233a!important;
  opacity:1!important;
}
#lh-inline-login .lh-form-grid input::placeholder{
  color:#77869a!important;
  opacity:1!important;
}
#lh-inline-login .lh-form-grid input:focus{
  border-color:#d99b00!important;
  outline:3px solid rgba(244,180,0,.20)!important;
}
#lh-inline-login .lh-form-error{
  color:#a32538!important;
  font-weight:700;
}
.lh-nav-actions .lh-logout-link{
  min-width:auto;
  white-space:nowrap;
}
@media(max-width:900px){
  #lh-inline-login .lh-form-grid{
    grid-template-columns:1fr!important;
  }
}


/* v9.2 — Smart registration flow */
.lh-case-dialog-v92{
  max-width:900px;
}
.lh-access-options-v92{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
  margin:24px 0;
}
.lh-access-choice{
  position:relative;
  display:block;
  cursor:pointer;
}
.lh-access-choice input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}
.lh-access-check{
  position:absolute;
  top:14px;
  right:14px;
  width:22px;
  height:22px;
  border:2px solid #b8c3d1;
  border-radius:50%;
  background:#fff;
}
.lh-access-choice input:checked~.lh-access-check{
  border-color:#f4b400;
  background:#f4b400;
  box-shadow:inset 0 0 0 5px #fff;
}
.lh-access-choice:has(input:checked){
  border-color:#f4b400!important;
  box-shadow:0 16px 38px rgba(244,180,0,.20)!important;
}
#lh-login-step,
#lh-personal-step{
  color:#17233a!important;
}
#lh-login-step h3,
#lh-personal-step h3{
  color:#071f45!important;
}
#lh-login-step .lh-step-intro,
#lh-personal-step .lh-step-intro{
  color:#66758a!important;
}
#lh-login-step label,
#lh-personal-step label,
#lh-registration-access label{
  display:block!important;
  color:#071f45!important;
  font-weight:800!important;
  opacity:1!important;
  visibility:visible!important;
}
#lh-login-step input,
#lh-personal-step input,
#lh-personal-step select,
#lh-personal-step textarea,
#lh-registration-access input{
  display:block!important;
  width:100%!important;
  min-height:50px!important;
  margin-top:8px!important;
  padding:12px 14px!important;
  border:1px solid #8998ab!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#17233a!important;
  caret-color:#17233a!important;
  -webkit-text-fill-color:#17233a!important;
  opacity:1!important;
}
#lh-login-step input:focus,
#lh-personal-step input:focus,
#lh-registration-access input:focus{
  border-color:#d99b00!important;
  outline:3px solid rgba(244,180,0,.20)!important;
}
.lh-register-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:24px 0 16px;
  color:#071f45;
  font-weight:900;
}
.lh-register-divider::before,
.lh-register-divider::after{
  content:"";
  flex:1;
  height:1px;
  background:#d8e0ea;
}
.lh-password-feedback{
  margin-top:12px;
}
.lh-password-meter{
  width:100%;
  height:7px;
  overflow:hidden;
  border-radius:999px;
  background:#e2e8f0;
}
.lh-password-meter span{
  display:block;
  height:100%;
  width:0;
  border-radius:999px;
  background:#ef4444;
  transition:width .2s ease,background .2s ease;
}
.lh-password-meter span[data-score="2"]{background:#f59e0b}
.lh-password-meter span[data-score="3"]{background:#84cc16}
.lh-password-meter span[data-score="4"]{background:#22c55e}
.lh-password-feedback strong,
.lh-password-feedback small{
  display:block;
  margin-top:7px;
}
.lh-password-feedback strong{
  color:#526176;
  font-size:13px;
}
.lh-password-feedback .is-match{
  color:#15803d;
}
.lh-password-feedback .is-mismatch{
  color:#b42335;
}
#lh-access-error{
  margin-top:-10px;
}
@media(max-width:800px){
  .lh-access-options-v92{
    grid-template-columns:1fr;
  }
}


/* v9.2.1 — Final wizard contrast and testing tools */
#lh-case-modal .lh-wizard-step h3,
#lh-case-modal #lh-login-step h3,
#lh-case-modal #lh-personal-step h3{
  color:#ffffff!important;
  opacity:1!important;
}
#lh-case-modal .lh-step-intro,
#lh-case-modal #lh-login-step .lh-step-intro,
#lh-case-modal #lh-personal-step .lh-step-intro{
  color:#c5d1df!important;
  opacity:1!important;
}
#lh-case-modal #lh-login-step label,
#lh-case-modal #lh-personal-step label,
#lh-case-modal #lh-registration-access label{
  color:#ffffff!important;
  opacity:1!important;
  text-shadow:none!important;
}
#lh-case-modal #lh-login-step input,
#lh-case-modal #lh-personal-step input,
#lh-case-modal #lh-personal-step select,
#lh-case-modal #lh-personal-step textarea,
#lh-case-modal #lh-registration-access input{
  background:#ffffff!important;
  color:#17233a!important;
  -webkit-text-fill-color:#17233a!important;
  border:2px solid #aab6c5!important;
}
#lh-case-modal #lh-login-step input:focus,
#lh-case-modal #lh-personal-step input:focus,
#lh-case-modal #lh-registration-access input:focus{
  border-color:#f4b400!important;
  box-shadow:0 0 0 3px rgba(244,180,0,.20)!important;
}
#lh-case-modal .lh-account-context{
  background:rgba(255,255,255,.09)!important;
  border-color:rgba(244,180,0,.35)!important;
}
#lh-case-modal .lh-account-context strong{color:#ffd45a!important}
#lh-case-modal .lh-account-context span{color:#d3dce8!important}
#lh-case-modal .lh-register-divider{color:#ffd45a!important}
#lh-case-modal .lh-register-divider::before,
#lh-case-modal .lh-register-divider::after{
  background:rgba(255,255,255,.20)!important;
}
.lhl-demo-credentials{
  border-left:5px solid #22a06b!important;
  background:#f2fff8!important;
}
.lhl-demo-credentials code{
  display:inline-block;
  padding:5px 8px;
  font-size:14px;
}
.lhl-test-checklist{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.lhl-test-checklist>div{
  display:flex;
  gap:9px;
  align-items:flex-start;
  padding:11px;
  border:1px solid #dde5ee;
  border-radius:10px;
  background:#fff;
}
.lhl-test-checklist span{
  color:#16834f;
  font-weight:900;
}
.lhl-danger-panel{
  border-left:5px solid #c83f52!important;
}
@media(max-width:700px){
  .lhl-test-checklist{grid-template-columns:1fr}
}


/* v9.2.2 — Owner navigation and WordPress toolbar */
body.admin-bar .lh-site-header{
  top:32px;
}
.lh-owner-shortcuts{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 14px;
  padding:9px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:rgba(1,12,31,.58);
}
.lh-owner-shortcuts a{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 12px;
  border-radius:8px;
  color:#d8e2ee;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}
.lh-owner-shortcuts a:hover,
.lh-owner-shortcuts a.is-current{
  background:#f4b400;
  color:#071f45;
}
#wpadminbar .lhlpe-owner-system-menu>.ab-item{
  background:#0b2b55!important;
  color:#ffd35a!important;
  font-weight:800!important;
}
@media screen and (max-width:782px){
  body.admin-bar .lh-site-header{
    top:46px;
  }
}
@media print{
  #wpadminbar,
  .lh-owner-shortcuts{
    display:none!important;
  }
  html{
    margin-top:0!important;
  }
}


/* v9.2.4 — Owner toolbar fallback and cache-safe layout */
.lhl-owner-fallback-toolbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000000;
  display:flex;
  align-items:center;
  gap:4px;
  min-height:32px;
  padding:0 12px;
  background:#1d2327;
  color:#f0f0f1;
  font:13px/32px Arial,sans-serif;
}
.lhl-owner-fallback-toolbar a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 10px;
  color:#f0f0f1;
  text-decoration:none;
}
.lhl-owner-fallback-toolbar a:hover{
  background:#2c3338;
  color:#72aee6;
}
body.lhl-owner-session:not(.admin-bar){
  padding-top:32px!important;
}
body.lhl-owner-session:not(.admin-bar) .lh-header,
body.lhl-owner-session:not(.admin-bar) .lh-site-header{
  top:32px!important;
}
@media(max-width:782px){
  .lhl-owner-fallback-toolbar{min-height:46px;line-height:46px;overflow-x:auto}
  .lhl-owner-fallback-toolbar a{min-height:46px;white-space:nowrap}
  body.lhl-owner-session:not(.admin-bar){padding-top:46px!important}
  body.lhl-owner-session:not(.admin-bar) .lh-header,
  body.lhl-owner-session:not(.admin-bar) .lh-site-header{top:46px!important}
}
@media print{
  .lhl-owner-fallback-toolbar{display:none!important}
  body.lhl-owner-session{padding-top:0!important}
}


/* v9.2.5 — Universal smart registration visibility fix
   Applies to every entry point: membership, services, hero, header,
   client portal and any other [data-open-case] button. */
#lh-case-modal,
#lh-case-modal *{
  box-sizing:border-box;
}
#lh-case-modal .lh-case-dialog{
  color:#f8fafc!important;
  background:#061a38!important;
}
#lh-case-modal .lh-wizard-step{
  color:#f8fafc!important;
}
#lh-case-modal .lh-wizard-step > h3,
#lh-case-modal #lh-login-step > h3,
#lh-case-modal #lh-personal-step > h3{
  color:#ffffff!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
}
#lh-case-modal .lh-step-intro,
#lh-case-modal .lh-wizard-step > p{
  color:#c7d2e1!important;
  opacity:1!important;
}
#lh-case-modal .lh-access-options-v92{
  display:grid!important;
}
#lh-case-modal .lh-access-choice{
  min-height:205px;
  background:#ffffff!important;
  color:#071f45!important;
  border:2px solid #d8e1ec!important;
  overflow:hidden;
}
#lh-case-modal .lh-access-choice:hover,
#lh-case-modal .lh-access-choice:focus-within,
#lh-case-modal .lh-access-choice:has(input:checked){
  border-color:#f4b400!important;
}
#lh-case-modal .lh-access-choice strong{
  color:#071f45!important;
  opacity:1!important;
}
#lh-case-modal .lh-access-choice small{
  color:#64748b!important;
  opacity:1!important;
}
#lh-case-modal .lh-access-choice input[type="radio"]{
  position:absolute!important;
  opacity:0!important;
  width:1px!important;
  height:1px!important;
  min-height:0!important;
  pointer-events:none!important;
}
#lh-case-modal #lh-login-step,
#lh-case-modal #lh-personal-step{
  display:block;
  color:#ffffff!important;
}
#lh-case-modal #lh-login-step[hidden],
#lh-case-modal #lh-personal-step[hidden],
#lh-case-modal #lh-registration-access[hidden],
#lh-case-modal .lh-wizard-step[hidden]{
  display:none!important;
}
#lh-case-modal #lh-login-step label,
#lh-case-modal #lh-personal-step label,
#lh-case-modal #lh-registration-access label,
#lh-case-modal .lh-confirm-box label{
  display:block!important;
  color:#ffffff!important;
  font-weight:800!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
}
#lh-case-modal #lh-login-step input,
#lh-case-modal #lh-personal-step input,
#lh-case-modal #lh-personal-step select,
#lh-case-modal #lh-personal-step textarea,
#lh-case-modal #lh-registration-access input,
#lh-case-modal .lh-wizard-step input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
#lh-case-modal .lh-wizard-step select,
#lh-case-modal .lh-wizard-step textarea{
  display:block!important;
  width:100%!important;
  min-height:52px!important;
  margin-top:8px!important;
  padding:12px 14px!important;
  border:2px solid #a9b7c8!important;
  border-radius:11px!important;
  background:#ffffff!important;
  color:#15233b!important;
  caret-color:#15233b!important;
  -webkit-text-fill-color:#15233b!important;
  opacity:1!important;
  visibility:visible!important;
  box-shadow:none!important;
}
#lh-case-modal .lh-wizard-step textarea{
  min-height:130px!important;
}
#lh-case-modal .lh-wizard-step input::placeholder,
#lh-case-modal .lh-wizard-step textarea::placeholder{
  color:#77869a!important;
  -webkit-text-fill-color:#77869a!important;
  opacity:1!important;
}
#lh-case-modal .lh-wizard-step input:focus,
#lh-case-modal .lh-wizard-step select:focus,
#lh-case-modal .lh-wizard-step textarea:focus{
  border-color:#f4b400!important;
  outline:3px solid rgba(244,180,0,.22)!important;
}
#lh-case-modal .lh-account-context,
#lh-case-modal .lh-account-summary{
  color:#f8fafc!important;
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(244,180,0,.40)!important;
}
#lh-case-modal .lh-account-context strong,
#lh-case-modal .lh-account-summary strong{
  color:#ffd45a!important;
}
#lh-case-modal .lh-account-context span,
#lh-case-modal .lh-account-summary span{
  color:#d4deea!important;
}
#lh-case-modal .lh-register-divider{
  color:#ffd45a!important;
}
#lh-case-modal .lh-register-divider::before,
#lh-case-modal .lh-register-divider::after{
  background:rgba(255,255,255,.22)!important;
}
#lh-case-modal .lh-password-feedback strong{
  color:#d4deea!important;
}
#lh-case-modal .lh-form-error{
  color:#ffb8c3!important;
  font-weight:800!important;
}
#lh-case-modal .lh-consent{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
}
#lh-case-modal .lh-consent input[type="checkbox"]{
  flex:0 0 auto;
  width:18px!important;
  height:18px!important;
  min-height:18px!important;
  margin-top:2px!important;
}
#lh-case-modal .lh-wizard-actions{
  align-items:center;
}
#lh-case-modal .lh-wizard-actions .lh-btn{
  opacity:1!important;
  visibility:visible!important;
}
@media(max-width:800px){
  #lh-case-modal .lh-access-options-v92{
    grid-template-columns:1fr!important;
  }
  #lh-case-modal .lh-access-choice{
    min-height:auto;
  }
}


/* =========================================================
   v9.2.6 — Wide Client Portal
   Fixes compressed dashboard and individual case detail.
   ======================================================= */

/* Break the portal out of any narrow page-content wrapper. */
.lh-client-portal-v90{
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:none!important;
  margin-left:-50vw!important;
  padding:
    28px
    max(24px,calc((100vw - 1240px)/2))
    56px!important;
}
.lh-client-portal-v90 > *{
  width:100%!important;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Welcome/header area */
.lh-client-portal-top{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:30px!important;
  padding:26px 28px!important;
  margin-bottom:20px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.055)!important;
}
.lh-client-portal-top h1{
  margin:8px 0!important;
  font-size:clamp(30px,3vw,46px)!important;
  line-height:1.12!important;
}
.lh-client-portal-top p{
  max-width:720px!important;
  margin:0!important;
  font-size:17px!important;
  line-height:1.6!important;
}
.lh-client-portal-top .lh-header-actions{
  display:grid!important;
  grid-template-columns:1fr!important;
  min-width:190px!important;
  gap:10px!important;
}
.lh-client-portal-top .lh-header-actions .lh-btn{
  width:100%!important;
  min-height:50px!important;
  justify-content:center!important;
  text-align:center!important;
}

/* KPI cards */
.lh-client-kpis{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:15px!important;
  margin-bottom:20px!important;
}
.lh-client-kpis>div{
  min-width:0!important;
  min-height:112px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:20px!important;
}
.lh-client-kpis small{
  font-size:14px!important;
}
.lh-client-kpis strong{
  margin-top:6px!important;
  font-size:30px!important;
}

/* Portal tabs */
.lh-client-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:20px!important;
  padding:0 4px!important;
  margin-bottom:22px!important;
}
.lh-client-tabs a{
  position:relative!important;
  padding:14px 8px!important;
  font-size:16px!important;
  white-space:nowrap!important;
}
.lh-client-tabs a:first-child{
  color:#fff!important;
}
.lh-client-tabs a:first-child::after{
  content:""!important;
  position:absolute!important;
  left:8px!important;
  right:8px!important;
  bottom:-1px!important;
  height:3px!important;
  border-radius:999px!important;
  background:#f4b400!important;
}

/* Cases directory */
#mis-expedientes{
  padding:26px!important;
  margin-bottom:22px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.035)!important;
}
.lh-client-section-head{
  align-items:flex-start!important;
}
.lh-client-section-head h2{
  font-size:28px!important;
}
.lh-client-case-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.lh-client-case-card{
  min-width:0!important;
  min-height:300px!important;
  padding:22px!important;
  border-radius:18px!important;
}
.lh-client-case-card h3{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  font-size:23px!important;
  line-height:1.25!important;
}
.lh-client-card-money{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:auto!important;
}
.lh-client-card-money span{
  min-width:0!important;
  padding:13px!important;
}
.lh-client-case-card > .lh-btn{
  width:100%!important;
  min-height:48px!important;
  margin-top:15px!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-size:15px!important;
}

/* Full-width profile */
.lh-client-profile{
  padding:28px!important;
  margin-top:0!important;
  border-radius:20px!important;
}
.lh-client-profile .lh-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
.lh-client-profile label{
  min-width:0!important;
}
.lh-client-profile input{
  width:100%!important;
  min-height:50px!important;
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
}
.lh-client-profile input:disabled{
  color:#dbe5f1!important;
  -webkit-text-fill-color:#dbe5f1!important;
  opacity:1!important;
}
.lh-client-profile .lh-btn{
  min-width:180px!important;
  justify-content:center!important;
  margin-top:8px!important;
}

/* =========================================================
   Individual case detail
   ======================================================= */

.lh-client-case-detail{
  width:100%!important;
  max-width:none!important;
}
.lh-back-link{
  display:inline-flex!important;
  margin:0 0 18px!important;
  font-size:14px!important;
}
.lh-client-detail-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:24px!important;
  padding:24px 26px!important;
  margin:0 0 18px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.05)!important;
}
.lh-client-detail-head h2{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.15!important;
}
.lh-client-detail-head .lh-client-status{
  align-self:start!important;
  padding:8px 13px!important;
  font-size:12px!important;
  white-space:nowrap!important;
}

/* Progress timeline stays horizontal on desktop */
.lh-client-timeline{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  margin-bottom:18px!important;
}
.lh-client-timeline>div{
  min-width:0!important;
  min-height:92px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:13px 9px!important;
}
.lh-client-timeline strong{
  font-size:12px!important;
  line-height:1.35!important;
}

/* Summary + financial status */
.lh-client-detail-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)!important;
  gap:18px!important;
  align-items:start!important;
}
.lh-client-panel{
  min-width:0!important;
  padding:24px!important;
  border-radius:18px!important;
}
.lh-client-panel h3{
  margin-bottom:16px!important;
  font-size:22px!important;
}
.lh-client-info-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.lh-client-info-grid>div{
  min-width:0!important;
  padding:14px!important;
}
.lh-client-info-grid strong{
  overflow-wrap:anywhere!important;
}
.lh-client-description{
  padding:15px!important;
  border-radius:12px!important;
  background:rgba(1,12,31,.35)!important;
}
.lh-client-description p{
  margin-bottom:0!important;
  line-height:1.65!important;
}

/* Financial cards */
.lh-client-balance{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
.lh-client-balance>div{
  min-width:0!important;
  padding:14px!important;
  border-radius:12px!important;
  background:rgba(1,12,31,.48)!important;
}
.lh-client-balance small,
.lh-client-balance strong{
  display:block!important;
}
.lh-client-balance strong{
  margin-top:5px!important;
  font-size:20px!important;
  overflow-wrap:anywhere!important;
}

/* Documents */
.lh-client-panel-head{
  align-items:center!important;
}
.lh-client-documents{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
  gap:12px!important;
}
.lh-client-documents a{
  min-width:0!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
}
.lh-client-documents strong{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.lh-client-upload-form{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
}
.lh-client-upload-form .lh-btn{
  min-width:180px!important;
  justify-content:center!important;
}

/* Payments */
.lh-client-payment-list>div{
  align-items:center!important;
}
.lh-client-payment-list>div>strong{
  white-space:nowrap!important;
  font-size:18px!important;
}

/* Tablet */
@media(max-width:900px){
  .lh-client-portal-v90{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  .lh-client-portal-top{
    grid-template-columns:1fr!important;
  }
  .lh-client-portal-top .lh-header-actions{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    min-width:0!important;
  }
  .lh-client-kpis{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .lh-client-detail-grid{
    grid-template-columns:1fr!important;
  }
  .lh-client-balance{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* Mobile */
@media(max-width:620px){
  .lh-client-portal-v90{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .lh-client-portal-top{
    padding:20px!important;
  }
  .lh-client-portal-top .lh-header-actions{
    grid-template-columns:1fr!important;
  }
  .lh-client-kpis{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  .lh-client-kpis>div{
    min-height:96px!important;
    padding:14px!important;
  }
  #mis-expedientes{
    padding:16px!important;
  }
  .lh-client-case-grid{
    grid-template-columns:1fr!important;
  }
  .lh-client-profile .lh-form-grid{
    grid-template-columns:1fr!important;
  }
  .lh-client-detail-head{
    grid-template-columns:1fr!important;
    padding:20px!important;
  }
  .lh-client-timeline{
    grid-template-columns:1fr!important;
  }
  .lh-client-timeline>div{
    min-height:auto!important;
    display:grid!important;
    grid-template-columns:auto 1fr!important;
    align-items:center!important;
    justify-content:start!important;
    text-align:left!important;
  }
  .lh-client-timeline span{
    margin:0!important;
  }
  .lh-client-info-grid{
    grid-template-columns:1fr!important;
  }
  .lh-client-balance{
    grid-template-columns:1fr!important;
  }
  .lh-client-documents{
    grid-template-columns:1fr!important;
  }
  .lh-client-upload-form{
    grid-template-columns:1fr!important;
  }
  .lh-client-upload-form .lh-btn{
    width:100%!important;
  }
}


/* v9.2.8 — Client-only navigation */
.lh-menu .lh-client-nav-panel,
.lh-menu .lh-client-nav-new,
.lh-menu .lh-client-nav-logout{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 15px;
  border-radius:10px;
  font:inherit;
  font-weight:800;
  white-space:nowrap;
  cursor:pointer;
  text-decoration:none;
}
.lh-menu .lh-client-nav-panel,
.lh-menu .lh-client-nav-logout{
  border:1px solid rgba(255,255,255,.28);
  background:transparent;
  color:#fff;
}
.lh-menu .lh-client-nav-new{
  border:1px solid #f4b400;
  background:#f4b400;
  color:#071f45;
}
body.page-client-portal .lh-nav-actions{
  display:none!important;
}
body.page-client-portal .lh-menu{
  margin-left:auto;
}
@media(max-width:900px){
  body.page-client-portal .lh-menu{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    gap:8px;
  }
  .lh-menu .lh-client-nav-panel,
  .lh-menu .lh-client-nav-new,
  .lh-menu .lh-client-nav-logout{
    width:100%;
  }
}


/* v9.2.9 — Client username */
#lh-case-modal [name="account_username"]{
  text-transform:lowercase;
}
#lh-case-modal [name="account_username"] + small{
  display:block;
  margin-top:7px;
  color:#d2dce8!important;
  font-weight:500;
}
.lh-created-username{
  margin:14px 0;
  padding:12px 14px;
  border:1px solid rgba(244,180,0,.38);
  border-radius:11px;
  background:rgba(244,180,0,.10);
  color:#fff;
}
.lh-created-username strong{
  color:#ffd45a;
}


/* v9.3.0 — Account recovery */
.lh-recovery-link{
  display:inline-flex;
  margin:10px 0 4px;
  padding:0;
  border:0;
  background:transparent;
  color:#ffd45a;
  font-weight:800;
  text-decoration:underline;
  cursor:pointer;
}
.lh-account-recovery{
  margin-top:16px;
  padding:18px;
  border:1px solid rgba(244,180,0,.35);
  border-radius:14px;
  background:rgba(255,255,255,.08);
}
.lh-account-recovery h4{
  margin:0 0 8px;
  color:#fff;
  font-size:19px;
}
.lh-account-recovery p{
  color:#cbd5e1!important;
}
.lh-account-recovery label{
  color:#fff!important;
  font-weight:800;
}
.lh-account-recovery input{
  display:block;
  width:100%;
  min-height:50px;
  margin-top:7px;
  padding:12px 14px;
  border:2px solid #a9b7c8;
  border-radius:10px;
  background:#fff;
  color:#17233a;
  -webkit-text-fill-color:#17233a;
}
.lh-form-message{
  margin:12px 0;
  font-weight:700;
}
.lh-form-message.is-success{
  color:#8ce8b4!important;
}
.lh-form-message.is-error{
  color:#ffb7c2!important;
}
.lh-client-security-notice,
.lh-client-message{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  padding:14px 17px;
  margin-bottom:16px;
  border-radius:13px;
}
.lh-client-security-notice{
  border:1px solid rgba(244,180,0,.45);
  background:rgba(244,180,0,.12);
  color:#fff;
}
.lh-client-security-notice strong{
  color:#ffd45a;
}
.lh-client-security-notice a{
  margin-left:auto;
  color:#ffd45a;
  font-weight:800;
}
.lh-client-message.is-success{
  border:1px solid rgba(34,197,94,.35);
  background:rgba(34,197,94,.12);
  color:#baf4cd;
}
.lh-client-message.is-error{
  border:1px solid rgba(239,68,68,.35);
  background:rgba(239,68,68,.12);
  color:#ffc1ca;
}
.lh-client-password-section{
  margin-top:30px;
  padding-top:26px;
  border-top:1px solid rgba(255,255,255,.14);
}
.lh-client-password-section input{
  width:100%;
  min-height:50px;
}
@media(max-width:620px){
  .lh-client-security-notice{
    align-items:flex-start;
    flex-direction:column;
  }
  .lh-client-security-notice a{
    margin-left:0;
  }
}

/* v9.4 — Notifications */
.lh-client-notification-list{display:grid;gap:10px}
.lh-client-notification-list>div{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(1,12,31,.42)}
.lh-client-notification-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#f4b400;color:#071f45;font-weight:900}
.lh-client-notification-list strong,.lh-client-notification-list small{display:block}
.lh-client-notification-list strong{color:#fff}.lh-client-notification-list small{color:#97a6ba;margin-top:3px}.lh-client-notification-list p{margin:7px 0 0;color:#c9d4e1}
.lh-notification-center textarea{width:100%;min-height:90px;margin-bottom:10px}
.lh-office-notification-log{display:grid;gap:8px;margin-top:16px}
.lh-office-notification-log>div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.10)}
.lh-office-notification-log strong{color:#fff}.lh-office-notification-log span{color:#9aa8ba;font-size:12px}
.lh-notice-success{color:#8ce8b4;font-weight:800}.lh-notice-error{color:#ffb7c2;font-weight:800}

/* v9.5 — Dynamic workflow */
.lh-case-status-control{position:relative}
.lh-status-button{width:100%;display:flex;align-items:center;gap:10px;padding:0;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer}
.lh-status-button strong{flex:1}.lh-status-dot{width:11px;height:11px;border-radius:50%}
.lh-status-editor{position:absolute;z-index:40;top:calc(100% + 10px);left:0;width:min(420px,82vw);padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:#0b2347;box-shadow:0 20px 45px rgba(0,0,0,.35)}
.lh-status-editor label{display:block;margin-bottom:12px;color:#fff;font-weight:800}
.lh-status-editor select,.lh-status-editor textarea{width:100%;margin-top:7px;padding:11px 12px;border:1px solid #9aa8ba;border-radius:9px;background:#fff;color:#17233a}
.lh-status-checkbox{display:flex!important;align-items:center;gap:8px}.lh-status-checkbox input{width:auto!important}
.lh-status-actions{display:flex;justify-content:flex-end;gap:10px}
.lh-status-history{margin-top:18px}.lh-status-history>div{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.10)}
.lh-status-history strong,.lh-status-history span,.lh-status-history small{display:block}
.lh-status-history strong{color:#fff}.lh-status-history span,.lh-status-history small{color:#97a6ba;font-size:12px;margin-top:3px}
.lh-status-history p{margin:7px 0;color:#cbd5e1}
@media(max-width:700px){.lh-status-editor{position:fixed;left:14px;right:14px;top:90px;width:auto}}


/* v9.6 — Enterprise Mail Engine */
.lhl-mail-status-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.lhl-mail-state{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  font-weight:800;
}
.lhl-mail-state.is-on{
  background:#e8f8ef;
  color:#137a43;
}
.lhl-mail-state.is-off{
  background:#fff1f2;
  color:#b4233b;
}
@media(max-width:760px){
  .lhl-mail-status-grid{grid-template-columns:1fr}
}

/* v9.6.1 — SMTP diagnostics */
.lhl-smtp-debug{
  max-height:360px;
  overflow:auto;
  padding:14px;
  border-radius:10px;
  background:#101828;
  color:#d1e9ff;
  white-space:pre-wrap;
  word-break:break-word;
}
.lhl-smtp-checks{
  margin-top:15px;
  padding:14px 18px 14px 34px;
  border-radius:10px;
  background:#f7f9fc;
  line-height:1.8;
}


/* v9.6.2 — Smart SMTP Auto Detect */
.lhl-smtp-assistant form{
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  gap:12px;
}
.lhl-auto-summary{
  margin-top:18px;
  padding:14px 16px;
  border-radius:10px;
}
.lhl-auto-summary.is-success{
  background:#e9f8ef;
  color:#166534;
}
.lhl-auto-summary.is-error{
  background:#fff1f2;
  color:#9f1239;
}
.lhl-auto-summary p{margin:7px 0 0}
.lhl-auto-attempts{
  display:grid;
  gap:10px;
  margin-top:15px;
}
.lhl-auto-attempts>div{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  padding:13px 15px;
  border:1px solid #d9e1eb;
  border-radius:11px;
  background:#fff;
}
.lhl-auto-attempts>div.is-success{
  border-color:#86d7a7;
  background:#f1fbf5;
}
.lhl-auto-attempts>div.is-error{
  border-color:#f0b6c0;
}
.lhl-attempt-icon{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#e8edf4;
  font-weight:900;
}
.lhl-auto-attempts .is-success .lhl-attempt-icon{
  background:#22c55e;
  color:#fff;
}
.lhl-auto-attempts .is-error .lhl-attempt-icon{
  background:#ef4444;
  color:#fff;
}
.lhl-auto-attempts strong,
.lhl-auto-attempts small{
  display:block;
}
.lhl-auto-attempts small{
  margin-top:3px;
  color:#667085;
}
.lhl-auto-attempts p{
  margin:8px 0 4px;
  color:#b42318;
}
.lhl-auto-attempts em{
  color:#6941c6;
  font-style:normal;
}
@media(max-width:700px){
  .lhl-smtp-assistant form{
    align-items:stretch;
    flex-direction:column;
  }
  .lhl-smtp-assistant .regular-text,
  .lhl-smtp-assistant .button{
    width:100%;
  }
}


/* v9.7 — Smart Document Center */
.lh-document-center{margin-top:18px}
.lh-document-progress{display:grid;gap:8px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(1,12,31,.35)}
.lh-document-progress>div:first-child{display:flex;justify-content:space-between;gap:15px}
.lh-document-progress strong{font-size:26px;color:#ffd45a}
.lh-document-progress span,.lh-document-progress small{color:#cbd5e1}
.lh-document-progress-bar{height:10px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden}
.lh-document-progress-bar span{display:block;height:100%;border-radius:inherit;background:#f4b400}
.lh-document-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}
.lh-document-form{padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.035)}
.lh-document-form h4{margin-top:0;color:#fff}
.lh-document-form label{display:block;margin-bottom:12px;color:#fff;font-weight:800}
.lh-document-form input,.lh-document-form select,.lh-document-form textarea{width:100%;margin-top:7px;padding:11px 12px;border-radius:9px;border:1px solid #9aa8ba;background:#fff;color:#17233a}
.lh-document-dropzone{padding:18px;border:2px dashed rgba(244,180,0,.5);border-radius:12px;text-align:center}
.lh-document-dropzone span{display:block;margin-top:5px;color:#b8c4d4;font-weight:500}
.lh-document-tabs{margin-top:20px}
.lh-document-tabs h4{color:#fff;font-size:19px}
.lh-document-request-list,.lh-document-library{display:grid;gap:12px}
.lh-document-request-list>div,.lh-document-library>article{padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(1,12,31,.35)}
.lh-document-request-list strong,.lh-document-request-list small{display:block}
.lh-document-request-list strong{margin-top:8px;color:#fff}
.lh-document-request-list small{margin-top:4px;color:#9aa8ba}
.lh-document-library>article{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:12px;align-items:center}
.lh-document-icon{font-size:28px}
.lh-document-info strong,.lh-document-info small{display:block}
.lh-document-info strong{color:#fff}.lh-document-info small{color:#9aa8ba;margin-top:3px}
.lh-document-status{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900;background:#e8edf4;color:#334155}
.lh-document-status.is-requested{background:#fff1cc;color:#8a5a00}
.lh-document-status.is-received{background:#dbeafe;color:#1d4ed8}
.lh-document-status.is-review{background:#ede9fe;color:#6d28d9}
.lh-document-status.is-approved{background:#dcfce7;color:#166534}
.lh-document-status.is-replace{background:#ffedd5;color:#9a3412}
.lh-document-status.is-rejected{background:#fee2e2;color:#991b1b}
.lh-document-review{grid-column:1/-1;display:grid;grid-template-columns:180px 150px minmax(0,1fr) auto;gap:10px}
.lh-document-review select,.lh-document-review input{width:100%;padding:9px;border-radius:8px;border:1px solid #9aa8ba;background:#fff;color:#17233a}
.lh-document-audit{margin-top:20px}
.lh-document-audit summary{cursor:pointer;color:#ffd45a;font-weight:800}
.lh-document-audit>div{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.10)}
.lh-document-audit strong,.lh-document-audit span{display:block}.lh-document-audit strong{color:#fff}.lh-document-audit span{color:#97a6ba;font-size:12px}
.lh-client-document-center h4{color:#fff;margin-top:22px}
.lh-client-request-list,.lh-client-document-list{display:grid;gap:12px}
.lh-client-request-list article{padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(1,12,31,.35)}
.lh-client-request-list article>div strong,.lh-client-request-list article>div small{display:block}
.lh-client-request-list article>div strong{margin-top:8px;color:#fff}
.lh-client-request-list article form{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.lh-client-request-list input[type=file]{flex:1;min-width:220px}
.lh-client-document-list a{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:12px;text-decoration:none;background:rgba(1,12,31,.35)}
.lh-client-document-list strong,.lh-client-document-list small{display:block}.lh-client-document-list strong{color:#fff}.lh-client-document-list small{color:#9aa8ba;margin-top:4px}
@media(max-width:850px){
  .lh-document-actions-grid{grid-template-columns:1fr}
  .lh-document-library>article{grid-template-columns:auto 1fr}
  .lh-document-library>article>.lh-document-status,.lh-document-library>article>.lh-btn{grid-column:auto}
  .lh-document-review{grid-template-columns:1fr}
}


/* v9.7.1 — Hybrid Mail Fallback */
.lhl-mail-method-automatic{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:#eef4ff;
  color:#3538cd;
  font-weight:800;
}


/* v9.8 — Communication Center */
.lh-office-inbox{margin-top:18px}
.lh-inbox-count{display:inline-flex;padding:7px 11px;border-radius:999px;background:#f4b400;color:#071f45;font-weight:900}
.lh-inbox-list{display:grid;gap:8px}
.lh-inbox-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:13px;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:rgba(1,12,31,.35);text-decoration:none}
.lh-inbox-item:hover{border-color:rgba(244,180,0,.55);transform:translateY(-1px)}
.lh-inbox-item.has-unread{background:rgba(244,180,0,.075);border-color:rgba(244,180,0,.38)}
.lh-inbox-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f4b400;color:#071f45;font-weight:900}
.lh-inbox-content strong,.lh-inbox-content small,.lh-inbox-content span{display:block}
.lh-inbox-content strong{color:#fff;font-size:16px}
.lh-inbox-content small{color:#98a8bc;margin-top:3px}
.lh-inbox-content span{color:#d4dce7;margin-top:5px}
.lh-inbox-side{text-align:right}
.lh-inbox-side small{display:block;color:#92a2b7}
.lh-inbox-side b{display:inline-grid;place-items:center;min-width:25px;height:25px;margin-top:8px;padding:0 7px;border-radius:999px;background:#f4b400;color:#071f45}
.lh-communication-thread{margin-top:18px}
.lh-message-thread{display:grid;gap:12px;max-height:620px;overflow:auto;padding:10px 2px 18px}
.lh-message-bubble{max-width:78%;padding:14px 16px;border-radius:16px}
.lh-message-bubble.is-own{justify-self:end;background:#f4b400;color:#071f45;border-bottom-right-radius:4px}
.lh-message-bubble.is-other{justify-self:start;background:rgba(255,255,255,.09);color:#fff;border:1px solid rgba(255,255,255,.12);border-bottom-left-radius:4px}
.lh-message-meta{display:flex;justify-content:space-between;gap:15px;margin-bottom:8px}
.lh-message-meta strong{font-size:13px}.lh-message-meta span{font-size:11px;opacity:.72}
.lh-message-bubble h4{margin:0 0 6px}.lh-message-bubble p{margin:0;line-height:1.6}
.lh-message-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.lh-message-attachments a{padding:6px 9px;border-radius:8px;background:rgba(255,255,255,.16);color:inherit;text-decoration:none;font-size:12px}
.lh-message-compose{margin-top:18px;padding:17px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(1,12,31,.35)}
.lh-message-compose-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:12px}
.lh-message-compose label{display:block;margin-bottom:12px;color:#fff;font-weight:800}
.lh-message-compose input,.lh-message-compose select,.lh-message-compose textarea{width:100%;margin-top:7px;padding:11px 12px;border:1px solid #9aa8ba;border-radius:9px;background:#fff;color:#17233a}
.lh-message-file small{display:block;margin-top:5px;color:#9caabd;font-weight:500}
.lh-message-empty{padding:24px;border:1px dashed rgba(255,255,255,.18);border-radius:12px;text-align:center;color:#aeb9c8}
@media(max-width:700px){
  .lh-inbox-item{grid-template-columns:auto 1fr}.lh-inbox-side{grid-column:2;text-align:left}
  .lh-message-bubble{max-width:92%}
  .lh-message-compose-grid{grid-template-columns:1fr}
}


/* v9.8.1 — Office cleanup */
.lh-office-clean-order{
  display:block;
}


/* v9.8.2 — Document permissions cleanup */
.lh-document-library.is-read-only article{
  grid-template-columns:auto minmax(0,1fr) auto auto;
}
.lh-document-library.is-read-only .lh-document-review{
  display:none !important;
}
@media(max-width:760px){
  .lh-document-library.is-read-only article{
    grid-template-columns:auto 1fr;
  }
}


/* v9.8.4 — visual restoration of original client evidence */
.lh-evidence-visual-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr));
  gap:14px;
  margin-top:14px;
}
.lh-evidence-visual-item{
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:12px;
  background:rgba(255,255,255,.035);
  min-width:0;
}
.lh-evidence-visual-item>a:first-child{
  display:block;
  color:inherit;
  text-decoration:none;
}
.lh-evidence-visual-item img{
  width:100%;
  height:165px;
  object-fit:cover;
  display:block;
  border-radius:10px;
  margin-bottom:10px;
}
.lh-evidence-visual-item strong{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  margin-bottom:10px;
}
.lh-evidence-document-icon{
  height:165px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:48px;
  background:rgba(255,255,255,.05);
  border-radius:10px;
  margin-bottom:10px;
}
.lh-evidence-visual-item .lh-btn{
  display:block;
  width:100%;
  text-align:center;
  box-sizing:border-box;
}
@media(max-width:640px){
  .lh-evidence-visual-grid{grid-template-columns:1fr 1fr}
  .lh-evidence-visual-item img,.lh-evidence-document-icon{height:125px}
}


/* v9.9 — Maintenance & Reset Center */
.lhl-maintenance-overview{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.lhl-maintenance-preview{
  margin-top:18px;
  padding:16px;
  border:1px solid #d7dee8;
  border-radius:12px;
  background:#f8fafc;
}
.lhl-danger-form{
  display:grid;
  gap:12px;
  margin-top:15px;
  max-width:720px;
}
.lhl-danger-form label{
  display:block;
  font-weight:700;
}
.lhl-danger-form input[type="password"],
.lhl-danger-form input[type="text"]{
  width:100%;
  margin-top:6px;
}
.lhl-danger-panel{
  border-left:4px solid #d92d20!important;
}
@media(max-width:760px){
  .lhl-maintenance-overview{grid-template-columns:1fr}
}


/* v9.9.1 — Mobile hero and taxi responsive correction */
@media (max-width: 700px) {
  .lh-hero {
    overflow: hidden;
    background-position: 58% center !important;
  }

  .lh-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 54px 20px 48px;
  }

  .lh-hero-copy {
    position: relative;
    z-index: 8;
    min-width: 0;
  }

  .lh-hero-copy .lh-eyebrow {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
    text-align: center;
  }

  .lh-hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.04;
    overflow-wrap: normal;
  }

  .lh-hero-copy > p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.65;
  }

  .lh-hero .lh-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    gap: 12px;
    width: 100%;
  }

  .lh-hero .lh-actions .lh-btn {
    min-width: 0;
    width: 100%;
    padding: 16px 13px;
    line-height: 1.2;
    text-align: center;
  }

  .lh-trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
  }

  .lh-membership-card {
    position: relative;
    z-index: 8;
    width: 100%;
    max-width: none;
    padding: 28px 24px;
    margin-top: 4px;
    box-sizing: border-box;
  }

  .lh-membership-card h2 {
    max-width: 78%;
    font-size: clamp(30px, 9vw, 43px);
    line-height: 1.18;
  }

  .lh-membership-card .lh-popular {
    right: 18px;
    max-width: calc(100% - 36px);
  }

  /* Keep the animated route only inside the upper hero area. */
  .lh-cinematic-motion.lh-fullscreen-taxi-motion {
    display: block !important;
    inset: 0 0 auto 0 !important;
    width: 100%;
    height: 760px !important;
    max-height: 72vh;
    overflow: hidden;
    opacity: .23 !important;
    z-index: 3;
  }

  .lh-fullscreen-taxi-route {
    width: 132% !important;
    height: 690px !important;
    left: -7% !important;
    top: 42px !important;
    opacity: .85 !important;
  }

  .lh-full-route-flow {
    stroke-width: 3;
    filter: drop-shadow(0 0 5px rgba(244,180,0,.48));
  }

  .lh-fullscreen-taxi-body {
    transform: translate(-38px, -23px) scale(.58);
    transform-origin: center;
    transform-box: fill-box;
  }

  .lh-fullscreen-taxi {
    animation-duration: 1.45s;
  }
}

@media (max-width: 480px) {
  .lh-hero-grid {
    padding: 46px 18px 42px;
  }

  .lh-hero h1 {
    font-size: clamp(39px, 12.5vw, 51px);
  }

  .lh-hero-copy > p {
    font-size: 17px;
  }

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

  .lh-hero .lh-actions .lh-btn {
    padding: 15px 16px;
  }

  .lh-trust-line {
    font-size: 14px;
    gap: 9px 14px;
  }

  .lh-membership-card {
    padding: 25px 20px;
  }

  .lh-membership-card h2 {
    max-width: 100%;
    padding-top: 15px;
  }

  .lh-cinematic-motion.lh-fullscreen-taxi-motion {
    height: 700px !important;
    max-height: none;
    opacity: .18 !important;
  }

  .lh-fullscreen-taxi-route {
    width: 145% !important;
    height: 620px !important;
    left: -16% !important;
    top: 76px !important;
  }

  .lh-fullscreen-taxi-body {
    transform: translate(-33px, -20px) scale(.50);
  }
}

@media (max-width: 380px) {
  .lh-hero h1 {
    font-size: 38px;
  }

  .lh-hero-copy .lh-eyebrow {
    font-size: 13px;
  }

  .lh-membership-card .lh-popular {
    position: static;
    display: inline-flex;
    margin-bottom: 18px;
  }

  .lh-membership-card h2 {
    padding-top: 0;
  }
}


/* v9.9.2 — Improve mobile taxi and background visibility */
@media (max-width: 700px) {
  .lh-hero::before {
    background:
      linear-gradient(180deg, rgba(2,18,42,.60) 0%, rgba(2,18,42,.42) 44%, rgba(2,18,42,.62) 100%) !important;
  }

  .lh-hero::after {
    opacity: .22 !important;
  }

  .lh-hero {
    background-position: 54% center !important;
    background-size: cover !important;
  }

  .lh-cinematic-motion.lh-fullscreen-taxi-motion {
    opacity: .55 !important;
    mix-blend-mode: normal;
  }

  .lh-fullscreen-taxi-route {
    opacity: 1 !important;
    filter: drop-shadow(0 0 8px rgba(244,180,0,.72));
  }

  .lh-full-route-flow {
    stroke: #f4b400 !important;
    stroke-width: 4 !important;
    opacity: .92 !important;
  }

  .lh-fullscreen-taxi-body {
    opacity: 1 !important;
    filter:
      drop-shadow(0 7px 10px rgba(0,0,0,.62))
      drop-shadow(0 0 7px rgba(244,180,0,.35));
  }

  .lh-fullscreen-taxi-body path,
  .lh-fullscreen-taxi-body rect,
  .lh-fullscreen-taxi-body polygon,
  .lh-fullscreen-taxi-body circle,
  .lh-fullscreen-taxi-body ellipse {
    opacity: 1 !important;
  }

  .lh-hero-copy,
  .lh-membership-card {
    text-shadow: 0 2px 8px rgba(0,0,0,.45);
  }
}

@media (max-width: 480px) {
  .lh-hero::before {
    background:
      linear-gradient(180deg, rgba(2,18,42,.56) 0%, rgba(2,18,42,.34) 48%, rgba(2,18,42,.58) 100%) !important;
  }

  .lh-cinematic-motion.lh-fullscreen-taxi-motion {
    opacity: .62 !important;
  }

  .lh-fullscreen-taxi-route {
    top: 88px !important;
  }

  .lh-full-route-flow {
    stroke-width: 4.5 !important;
  }

  .lh-fullscreen-taxi-body {
    transform: translate(-31px, -18px) scale(.57);
  }
}


/* v9.9.2.1 — Top account menu only */
.lhl-account-panel-hidden{
  display:none!important;
}
.lhl-old-profile-link-hidden{
  display:none!important;
}
.lhl-top-account-control{
  display:inline-block;
  position:relative;
  margin:8px 0 4px 14px;
  vertical-align:middle;
}
.lhl-top-account-button{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.lhl-top-account-button strong{
  font-size:20px;
  line-height:1;
}
.lhl-top-account-menu{
  position:absolute;
  left:0;
  top:calc(100% + 7px);
  z-index:10020;
  min-width:245px;
  padding:8px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  background:#0b2347;
  box-shadow:0 16px 38px rgba(0,0,0,.38);
}
.lhl-top-account-menu[hidden]{
  display:none!important;
}
.lhl-top-account-menu button{
  display:block;
  width:100%;
  padding:12px 13px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#fff;
  text-align:left;
  font-weight:800;
  cursor:pointer;
}
.lhl-top-account-menu button:hover{
  background:rgba(244,180,0,.13);
  color:#ffd052;
}
.lhl-account-modal[hidden]{
  display:none!important;
}
.lhl-account-modal{
  position:fixed;
  inset:0;
  z-index:10050;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.lhl-account-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,12,28,.78);
  backdrop-filter:blur(4px);
}
.lhl-account-modal-dialog{
  position:relative;
  z-index:1;
  width:min(920px,96vw);
  max-height:90vh;
  overflow:auto;
  border:1px solid rgba(255,255,255,.17);
  border-radius:18px;
  background:#10294e;
  box-shadow:0 24px 70px rgba(0,0,0,.5);
}
.lhl-account-modal-head{
  position:sticky;
  top:0;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:#10294e;
}
.lhl-account-modal-head>div{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.lhl-account-modal-title{
  font-size:21px;
  color:#fff;
}
.lhl-account-modal-head small{
  color:#aebdd1;
}
.lhl-account-modal-close{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  background:transparent;
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.lhl-account-modal-body{
  padding:18px;
}
html.lhl-account-modal-open{
  overflow:hidden;
}
@media(max-width:700px){
  .lhl-top-account-control{
    display:block;
    margin:10px 0 0;
  }
  .lhl-account-modal{
    padding:10px;
  }
  .lhl-account-modal-dialog{
    width:100%;
    max-height:94vh;
  }
  .lhl-account-modal-body{
    padding:12px;
  }
}


/* v9.9.2.9 — isolated Foto 2–Foto 10 module */
.lh-extra-photo-module{
  margin:16px 0 8px;
  padding:15px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.lh-extra-photo-module-head{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-bottom:12px;
}
.lh-extra-photo-module-head strong{
  color:#fff;
  font-size:16px;
}
.lh-extra-photo-module-head span{
  color:#b9c7d9;
  font-size:13px;
}
.lh-extra-native-photo-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.lh-extra-native-photo{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:10px;
  border:1px solid rgba(244,180,0,.30);
  border-radius:10px;
  background:rgba(255,255,255,.035);
}
.lh-extra-native-photo.has-photo{
  border-color:rgba(64,196,135,.65);
  background:rgba(64,196,135,.09);
}
.lh-extra-native-photo span{
  color:#e9eef7;
  font-size:13px;
}
.lh-extra-native-photo-input{
  display:block!important;
  position:static!important;
  width:100%!important;
  height:auto!important;
  opacity:1!important;
  clip:auto!important;
  overflow:visible!important;
  padding:7px;
  border-radius:7px;
  background:#fff;
  color:#111;
}
.lh-extra-photo-counter{
  margin:11px 0 0;
  color:#c9d5e5;
  font-weight:700;
  font-size:13px;
}
@media(max-width:650px){
  .lh-extra-native-photo-grid{
    grid-template-columns:1fr;
  }
}


/* v9.9.2.10 — case processing overlay */
.lh-processing-overlay[hidden]{
  display:none!important;
}
.lh-processing-overlay{
  position:absolute;
  inset:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(2,13,31,.84);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  border-radius:inherit;
}
.lh-processing-card{
  width:min(520px,92vw);
  padding:28px 24px;
  border:1px solid rgba(244,180,0,.38);
  border-radius:18px;
  background:#0b2347;
  box-shadow:0 24px 65px rgba(0,0,0,.45);
  text-align:center;
  color:#fff;
}
.lh-processing-card h3{
  margin:12px 0 8px;
  font-size:24px;
}
.lh-processing-card p{
  margin:0 0 16px;
  color:#d7e1ee;
}
.lh-processing-card small{
  display:block;
  margin-top:12px;
  color:#adbed2;
  line-height:1.45;
}
.lh-processing-warning{
  display:block;
  margin-top:16px;
  color:#ffd052;
  line-height:1.45;
}
.lh-processing-spinner{
  width:52px;
  height:52px;
  margin:0 auto;
  border:5px solid rgba(255,255,255,.18);
  border-top-color:#f4b400;
  border-radius:50%;
  animation:lhProcessingSpin .85s linear infinite;
}
.lh-processing-track{
  height:10px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.15);
}
.lh-processing-track span{
  display:block;
  height:100%;
  width:38%;
  border-radius:inherit;
  background:#f4b400;
  animation:lhProcessingBar 1.35s ease-in-out infinite;
}
html.lh-processing-active{
  overflow:hidden;
}
@keyframes lhProcessingSpin{
  to{transform:rotate(360deg)}
}
@keyframes lhProcessingBar{
  0%{transform:translateX(-105%)}
  50%{transform:translateX(85%)}
  100%{transform:translateX(265%)}
}
@media(max-width:600px){
  .lh-processing-overlay{
    padding:14px;
  }
  .lh-processing-card{
    padding:24px 18px;
  }
  .lh-processing-card h3{
    font-size:21px;
  }
}


/* v9.9.2.12 — camera-only evidence note */
.lh-camera-doc-email-note{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-top:14px;
  padding:13px 14px;
  border:1px solid rgba(244,180,0,.34);
  border-radius:11px;
  background:rgba(244,180,0,.08);
}
.lh-camera-doc-email-note strong{
  color:#fff;
}
.lh-camera-doc-email-note span{
  color:#c9d5e5;
  line-height:1.45;
}
.lh-camera-doc-email-note a{
  color:#ffd052;
  font-weight:900;
}


/* v9.9.2.15 — processing overlay must stay above the two-phase uploader */
#lh-case-modal{position:fixed}
#lh-case-modal .lh-processing-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:99999!important;
  pointer-events:all!important;
}


/* v9.9.2.16 — fixed floating upload loader */
.lh-floating-upload-loader[hidden]{
  display:none!important;
}
.lh-floating-upload-loader{
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(1,10,24,.84);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  pointer-events:all!important;
}
.lh-floating-upload-card{
  width:min(500px,92vw);
  padding:28px 22px;
  border:1px solid rgba(244,180,0,.42);
  border-radius:18px;
  background:#0b2347;
  color:#fff;
  text-align:center;
  box-shadow:0 28px 80px rgba(0,0,0,.55);
}
.lh-floating-upload-card h3{
  margin:14px 0 8px;
  font-size:25px;
}
.lh-floating-upload-card p{
  margin:0 0 16px;
  color:#d8e2ef;
}
.lh-floating-upload-card small{
  display:block;
  margin-top:15px;
  color:#b7c6d8;
  line-height:1.45;
}
.lh-floating-upload-count{
  display:block;
  margin-top:12px;
  color:#ffd052;
  font-size:16px;
}
.lh-floating-upload-spinner{
  width:54px;
  height:54px;
  margin:0 auto;
  border:5px solid rgba(255,255,255,.17);
  border-top-color:#f4b400;
  border-radius:50%;
  animation:lhFloatingSpin .8s linear infinite;
}
.lh-floating-upload-progress{
  height:11px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.15);
}
.lh-floating-upload-progress-bar{
  display:block;
  height:100%;
  width:8%;
  border-radius:inherit;
  background:#f4b400;
  transition:width .3s ease;
}
@keyframes lhFloatingSpin{
  to{transform:rotate(360deg)}
}
html.lh-processing-active,
html.lh-processing-active body{
  overflow:hidden!important;
}
