/* LBI ProjectOps OS M1 R5 — mobile-first experience and typography hardening. */
@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/ibm-plex-sans-arabic-arabic-400.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/ibm-plex-sans-arabic-arabic-600.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/ibm-plex-sans-arabic-arabic-700.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:Inter;src:url("../fonts/inter/inter-latin-400.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url("../fonts/inter/inter-latin-600.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url("../fonts/inter/inter-latin-700.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}

:root{
  --r5-forest:#0b3b2e;
  --r5-forest-deep:#07271f;
  --r5-leaf:#3f8f5b;
  --r5-gold:#d9a441;
  --r5-ink:#10231c;
  --r5-muted:#526b62;
  --r5-line:#d8e5de;
  --r5-canvas:#f7faf8;
  --r5-focus:rgba(63,143,91,.32);
  --r5-shadow:0 18px 52px rgba(7,39,31,.09);
  --r5-radius:1rem;
  --r5-container:1180px;
  --r5-pad:1rem;
}

*,*::before,*::after{box-sizing:border-box}
html{min-width:0;-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-top:5rem}
body{min-width:0!important;max-width:100%;margin:0;color:var(--r5-ink);background:var(--r5-canvas);overflow-wrap:break-word}
main,header,footer,section,nav,form,fieldset,.page-wrapper,.page-content,.layout-specing,.projectops-content{min-width:0;max-width:100%}
img,picture,svg,video,canvas{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{max-width:100%;font:inherit}
button,[type="button"],[type="submit"],a{touch-action:manipulation}
textarea{resize:vertical}
.container{width:min(calc(100% - (var(--r5-pad) * 2)),var(--r5-container));margin-inline:auto}

html[lang="ar"],html[lang="ar"] body,html[lang="ar"] .font-nunito,html[lang="ar"] button,html[lang="ar"] input,html[lang="ar"] select,html[lang="ar"] textarea,html[lang="ar"] table,html[lang="ar"] dialog,html[lang="ar"] nav{font-family:"IBM Plex Sans Arabic",Tahoma,Arial,sans-serif!important}
html[lang="en"],html[lang="en"] body,html[lang="en"] .font-nunito,html[lang="en"] button,html[lang="en"] input,html[lang="en"] select,html[lang="en"] textarea,html[lang="en"] table,html[lang="en"] dialog,html[lang="en"] nav{font-family:Inter,Arial,sans-serif!important}
[class^="ri-"],[class*=" ri-"]{font-family:remixicon!important;font-style:normal}
html[lang="ar"]{font-synthesis:none}

a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--r5-focus)!important;outline-offset:3px}
.projectops-button,.projectops-text-action,.projectops-public-menu-button,.projectops-public-nav a,.projectops-mobile-nav a{min-height:44px}
.projectops-form input,.projectops-form select,.projectops-form textarea,.projectops-table input,.projectops-table select{min-height:48px;font-size:1rem}
.projectops-form textarea{min-height:8rem}
.projectops-honeypot{position:absolute!important;left:auto!important;right:auto!important;inset-inline:auto!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;pointer-events:none!important}
.projectops-card{border-color:var(--r5-line);border-radius:var(--r5-radius);box-shadow:var(--r5-shadow)}
.projectops-button.primary{border-color:var(--r5-forest);background:var(--r5-forest)}
.projectops-button.primary:hover{border-color:var(--r5-forest-deep);background:var(--r5-forest-deep)}
.projectops-alert{border-inline-start-width:4px}
.projectops-correlation,.projectops-footer-bottom,.projectops-footer-grid a,.projectops-prose a,.projectops-table td,.projectops-table th{overflow-wrap:anywhere}

/* Public website: mobile is the base contract. */
.projectops-public-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--r5-line);background:rgba(255,255,255,.97);backdrop-filter:blur(14px)}
.projectops-public-header-row{position:relative;display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:.65rem}
.projectops-public-brand{min-width:0;flex:1}
.projectops-public-brand img{width:min(166px,52vw);max-height:48px;object-fit:contain;object-position:inline-start center}
.projectops-public-menu-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .7rem;border:1px solid var(--r5-line);border-radius:.7rem;background:#fff;color:var(--r5-ink)}
.projectops-public-nav{position:absolute;inset-inline:0;top:calc(100% + .35rem);display:none;max-height:calc(100vh - 5.5rem);overflow-y:auto;align-items:stretch;padding:.65rem;border:1px solid var(--r5-line);border-radius:1rem;background:#fff;box-shadow:0 24px 60px rgba(7,39,31,.18)}
.projectops-public-nav.is-open{display:grid}
.projectops-public-nav a{display:flex;align-items:center;padding:.65rem .8rem;border-radius:.65rem}
.projectops-public-nav a:hover{background:#f1f8f4;color:var(--r5-forest)}

.projectops-public-hero-expanded{min-height:auto}
.projectops-hero-grid{display:grid;grid-template-columns:1fr;gap:2.25rem;padding-block:3.75rem 4rem}
.projectops-hero-copy h1,.projectops-page-hero h1{max-width:18ch;margin:.8rem 0 0;font-size:clamp(2.25rem,11vw,3.4rem);font-weight:700;letter-spacing:-.025em;line-height:1.18}
html[lang="ar"] .projectops-hero-copy h1,html[lang="ar"] .projectops-page-hero h1{letter-spacing:0}
.projectops-hero-lead,.projectops-page-hero>.container>p:last-child{margin-top:1.1rem;color:var(--r5-muted);font-size:1.05rem;line-height:1.85}
.projectops-hero-actions{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:1.5rem}
.projectops-trust-row{display:grid;gap:.6rem;margin-top:1.5rem}
.projectops-public-visual{width:100%;padding:.4rem;border-radius:1.15rem;transform:none}
.projectops-public-visual picture,.projectops-public-visual img{width:100%;height:auto;aspect-ratio:1280/729;border-radius:.85rem;object-fit:cover}
.projectops-public-section{padding:3.75rem 0}
.projectops-split-section,.projectops-process-panel,.projectops-contact-grid{display:grid;grid-template-columns:1fr;gap:2rem}
.projectops-split-section h2,.projectops-section-head h2,.projectops-process-panel h2,.projectops-capability-grid h2,.projectops-public-cta h2{font-size:clamp(1.8rem,8vw,2.6rem);font-weight:700;letter-spacing:-.015em;line-height:1.25}
html[lang="ar"] .projectops-split-section h2,html[lang="ar"] .projectops-section-head h2,html[lang="ar"] .projectops-process-panel h2,html[lang="ar"] .projectops-capability-grid h2,html[lang="ar"] .projectops-public-cta h2{letter-spacing:0}
.projectops-section-head{margin-bottom:2rem;text-align:start}
.projectops-service-grid,.afaq-sector-grid,.projectops-capability-grid,.projectops-footer-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.projectops-service-card{min-height:0;padding:1.25rem}
.projectops-service-card:hover{transform:none}
.projectops-service-card>i,.projectops-service-icon{width:3rem;height:3rem}
.projectops-service-card h2,.projectops-service-card h3{margin:1rem 0 .6rem;font-size:1.18rem}
.afaq-sector-card{min-width:0;padding:.85rem}
.projectops-process-panel{padding:1.25rem;border-radius:1.25rem}
.projectops-process-copy p{padding-inline-start:3.35rem}
.projectops-process-copy p::before{width:2.5rem;height:2.5rem}
.projectops-capability-grid article{padding:1.5rem}
.projectops-public-cta{padding:3.5rem 0}
.projectops-public-cta>.container,.projectops-inline-cta>.container{display:flex;align-items:stretch;flex-direction:column;gap:1.25rem}
.projectops-public-cta .projectops-button,.projectops-inline-cta .projectops-button{width:100%}
.projectops-page-hero{padding:5.5rem 0 3.75rem}
.projectops-page-hero>.container{max-width:min(920px,calc(100% - 2rem))}
.projectops-contact-grid{display:flex;flex-direction:column}
.projectops-contact-card{order:1;padding:1rem}
.projectops-contact-grid>.projectops-prose{order:2}
.afaq-contact-services,.afaq-inline-fields,.projectops-form-grid{grid-template-columns:1fr}
.afaq-check{min-width:0}
.afaq-check span{min-width:0;overflow-wrap:anywhere}
.projectops-contact-information{display:grid;gap:.85rem;margin:1.5rem 0}
.projectops-contact-info-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;padding:1rem;border:1px solid var(--r5-line);border-radius:1rem;background:#fff}
.projectops-contact-info-card>i{display:grid;width:2.6rem;height:2.6rem;place-items:center;border-radius:.8rem;background:#e7f3eb;color:var(--r5-forest);font-size:1.25rem}
.projectops-contact-info-card h2{margin:0 0 .5rem;color:var(--r5-ink);font-size:1rem}
.projectops-contact-info-card a,.projectops-contact-info-card p{display:block;margin:.3rem 0;color:var(--r5-muted);font-size:.92rem;line-height:1.7;overflow-wrap:anywhere}
.projectops-contact-info-card a{color:var(--r5-forest);font-weight:600}
.projectops-public-hours{margin:0}
.projectops-public-hours div{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;border-bottom:1px solid #edf3ef}
.projectops-public-hours dt,.projectops-public-hours dd{margin:0;font-size:.88rem}
.projectops-social-links{display:flex;flex-wrap:wrap;gap:.5rem}
.projectops-social-links a{display:inline-flex;min-height:44px;align-items:center;padding:.45rem .75rem;border:1px solid var(--r5-line);border-radius:999px;background:#fff;color:var(--r5-forest);font-weight:600}
.projectops-public-footer-expanded{padding-top:3rem}
.projectops-footer-grid{padding-bottom:2.5rem}
.projectops-footer-bottom{display:flex;align-items:flex-start;flex-direction:column;gap:.5rem}
.projectops-footer-brand img{width:min(200px,68vw)}

/* Internal/admin/client-entry shell hardening. */
.page-wrapper{height:auto;min-height:100vh}
.page-wrapper .page-content{display:block;width:100%;max-width:100%;overflow-x:visible}
.page-wrapper .sidebar-wrapper{width:min(300px,86vw)}
.page-wrapper .page-content .top-header{max-width:100%}
.page-wrapper .page-content .top-header .header-bar{height:64px;max-width:100%;padding:.6rem var(--r5-pad)}
.page-wrapper .page-content .layout-specing{min-height:calc(100vh - 64px)!important;padding:5.25rem .25rem calc(5.5rem + env(safe-area-inset-bottom))!important}
.projectops-content{width:min(calc(100% - .75rem),900px);margin-inline:auto;padding-bottom:0}
.projectops-page-head{align-items:stretch;flex-direction:column;margin-bottom:1rem}
.projectops-page-head h1,.projectops-login-copy h1,.projectops-state-card h1{font-size:clamp(1.55rem,8vw,2.25rem);font-weight:700}
.projectops-dashboard-grid,.projectops-cms-counts,.projectops-cms-links,.projectops-client-form,.projectops-form-grid,.projectops-media-grid{grid-template-columns:1fr}
.projectops-action-card,.projectops-instance-card{min-height:104px;grid-template-columns:auto minmax(0,1fr) auto;padding:1rem}
.projectops-form-section{padding:1rem}
.projectops-form-section h2{font-size:1.12rem}
.projectops-table-card{width:100%;max-width:100%;overflow:visible}
.projectops-table-scroll{width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;border-radius:inherit}
.projectops-table{min-width:640px}
.projectops-message-cell{min-width:min(17rem,78vw)}
.projectops-preview dl div,.projectops-details div{grid-template-columns:1fr;gap:.3rem}
.projectops-mobile-nav{display:flex;grid-template-columns:none;overflow-x:auto;overscroll-behavior-inline:contain}
.projectops-mobile-nav a{min-width:72px;flex:1 0 72px}
.projectops-top-actions{min-width:44px}
.projectops-instance strong{max-width:45vw}
.projectops-hours-grid{display:grid;gap:.75rem}
.projectops-hours-row{display:grid;grid-template-columns:1fr;gap:.65rem;padding:1rem;border:1px solid var(--r5-line);border-radius:.85rem;background:#fbfdfc}
.projectops-hours-row>strong{align-self:center;color:var(--r5-forest)}
.projectops-hours-row label{min-width:0}
.projectops-privacy-toggle{margin-top:1rem}
.projectops-advanced-section>summary{min-height:44px;display:flex;align-items:center;cursor:pointer;font-weight:700}
.projectops-advanced-section[open]>summary{margin-bottom:1rem}
.projectops-sticky-actions{position:sticky;bottom:calc(64px + env(safe-area-inset-bottom));z-index:20;padding:.65rem;border:1px solid var(--r5-line);border-radius:1rem;background:rgba(255,255,255,.96);box-shadow:0 -8px 25px rgba(7,39,31,.08)}
.projectops-sticky-actions .projectops-button{width:100%}
.projectops-login-shell{display:block;min-width:0;background:linear-gradient(145deg,#edf7f0,#fff)}
.projectops-login-panel{width:min(100%,560px);min-height:100vh;margin-inline:auto;padding:1rem;box-shadow:none}
.projectops-login-brand{margin-bottom:2rem}
.projectops-login-visual{display:none}
.projectops-portal-unavailable,.projectops-state-shell,.projectops-bootstrap-shell{padding:1rem}
.projectops-portal-card,.projectops-state-card,.projectops-bootstrap-card{width:min(100%,660px);padding:1.25rem;border-radius:1.15rem}

/* Safe progressive enhancement. */
@media (min-width:480px){
  :root{--r5-pad:1.25rem}
  .projectops-hero-actions{display:flex;flex-wrap:wrap}
  .projectops-hero-actions .projectops-button{width:auto}
  .projectops-service-grid,.afaq-sector-grid,.projectops-cms-counts,.projectops-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (min-width:640px){
  :root{--r5-pad:1.5rem}
  .projectops-contact-card,.projectops-form-section{padding:1.5rem}
  .projectops-form-grid,.afaq-contact-services{grid-template-columns:repeat(2,minmax(0,1fr))}
  .afaq-inline-fields{grid-template-columns:minmax(7rem,.35fr) minmax(0,1fr)}
  .projectops-hours-row{grid-template-columns:minmax(7rem,.7fr) auto repeat(2,minmax(8rem,1fr));align-items:end}
  .projectops-sticky-actions{bottom:calc(64px + env(safe-area-inset-bottom));justify-content:flex-end}
  .projectops-sticky-actions .projectops-button{width:auto;min-width:180px}
  .projectops-portal-card,.projectops-state-card,.projectops-bootstrap-card{padding:2rem}
}

@media (min-width:768px){
  .projectops-public-section{padding:5rem 0}
  .projectops-section-head{text-align:center}
  .projectops-footer-grid{grid-template-columns:1.4fr 1fr}
  .projectops-dashboard-grid,.projectops-cms-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .projectops-page-head{align-items:flex-end;flex-direction:row}
  .projectops-login-panel{padding:2rem}
}

@media (min-width:901px){
  .projectops-public-menu-button{display:none}
  .projectops-public-nav{position:static;display:flex;max-height:none;overflow:visible;align-items:center;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
  .projectops-public-nav a{padding:.55rem .65rem}
  .projectops-public-brand{flex:0 1 auto}
  .projectops-public-brand img{width:min(210px,21vw)}
  .projectops-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:clamp(2rem,5vw,5rem);padding-block:6rem}
  .projectops-hero-copy h1,.projectops-page-hero h1{font-size:clamp(3rem,5.5vw,4.8rem)}
  .projectops-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .projectops-service-card{padding:1.65rem}
  .projectops-service-card:hover{transform:translateY(-3px)}
  .projectops-split-section,.projectops-process-panel{grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr)}
  .projectops-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .projectops-contact-grid{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:clamp(2.5rem,5vw,5rem)}
  .projectops-contact-card,.projectops-contact-grid>.projectops-prose{order:initial}
  .projectops-public-cta>.container,.projectops-inline-cta>.container{align-items:center;justify-content:space-between;flex-direction:row}
  .projectops-public-cta .projectops-button,.projectops-inline-cta .projectops-button{width:auto}
  .projectops-footer-grid{grid-template-columns:1.5fr 1fr 1fr}
  .projectops-footer-bottom{align-items:center;justify-content:space-between;flex-direction:row}
}

@media (min-width:1025px){
  .projectops-content{width:min(calc(100% - 2rem),1180px)}
  .page-wrapper .page-content .top-header .header-bar{height:70px;padding:1rem 1.5rem}
  .page-wrapper .page-content .layout-specing{padding:6rem .75rem 1.5rem!important}
  .projectops-mobile-nav{display:none}
  .projectops-sticky-actions{bottom:1rem}
  .projectops-login-shell{display:grid;grid-template-columns:minmax(360px,500px) minmax(0,1fr);background:#fff}
  .projectops-login-panel{width:auto;padding:clamp(2rem,4vw,4rem);box-shadow:12px 0 45px rgba(15,23,42,.08)}
  [dir="rtl"] .projectops-login-panel{box-shadow:-12px 0 45px rgba(15,23,42,.08)}
  .projectops-login-visual{display:grid}
}

@media (min-width:1200px){.afaq-sector-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* LBI ProjectOps OS M1 R6.1 — mobile app-like UX and surface hardening. */
:root{--r61-bottom-nav:68px;--r61-sheet-shadow:0 24px 64px rgba(7,39,31,.18)}
.projectops-public-nav a,.projectops-mobile-nav a,.projectops-row-actions a,.projectops-row-actions button{transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}
.projectops-row-actions a,.projectops-row-actions button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:.5rem .72rem;border-radius:.7rem}
.projectops-row-actions a{border:1px solid var(--r5-line);background:#fff;color:var(--r5-forest);font-weight:700}
.projectops-row-actions button{border:1px solid var(--r5-line)!important;background:#fff!important;color:var(--r5-forest)!important;font-weight:700}
.projectops-row-actions a:hover,.projectops-row-actions button:hover{background:#eef7f1!important;color:var(--r5-forest-deep)!important}
.projectops-table td>form{display:grid;gap:.5rem;margin-top:.55rem}
.projectops-table td>form button{min-height:44px;padding:.5rem .7rem;border:1px solid var(--r5-line);border-radius:.65rem;background:#fff;color:var(--r5-forest);font:inherit;font-weight:700}

@media (max-width:900px){
  .projectops-public-header{padding-top:env(safe-area-inset-top)}
  .projectops-public-header-row{min-height:64px}
  .projectops-public-menu-button{width:auto;min-width:44px;min-height:44px;border-radius:.8rem;box-shadow:0 8px 20px rgba(7,39,31,.06)}
  .projectops-public-nav{position:fixed;inset-inline:var(--r5-pad);top:calc(72px + env(safe-area-inset-top));z-index:60;max-height:calc(100dvh - 92px - env(safe-area-inset-top));padding:.75rem;border-radius:1.2rem;box-shadow:var(--r61-sheet-shadow)}
  .projectops-public-nav a{min-height:52px;padding:.7rem .85rem;border-bottom:1px solid #edf3ef;border-radius:.75rem;font-size:.98rem}
  .projectops-public-nav a:last-child{border-bottom:0}
  .projectops-public-nav .projectops-nav-login{margin-top:.25rem;background:#edf7f0;color:var(--r5-forest);font-weight:700}
  .projectops-public-nav .projectops-nav-language{justify-content:center;margin-top:.2rem;border:1px solid var(--r5-line);background:#fff;color:var(--r5-muted)}
  .page-wrapper .sidebar-wrapper{max-width:320px;border-start-end-radius:1.35rem;border-end-end-radius:1.35rem;box-shadow:20px 0 55px rgba(7,39,31,.22)}
  [dir="rtl"] .page-wrapper .sidebar-wrapper{border-start-end-radius:0;border-end-end-radius:0;border-start-start-radius:1.35rem;border-end-start-radius:1.35rem;box-shadow:-20px 0 55px rgba(7,39,31,.22)}
  .projectops-sidebar-overlay{backdrop-filter:blur(2px)}
  .projectops-mobile-nav{height:calc(var(--r61-bottom-nav) + env(safe-area-inset-bottom));padding:.35rem .45rem env(safe-area-inset-bottom);border-top:1px solid rgba(15,35,28,.1);background:rgba(255,255,255,.96);color:var(--r5-muted);box-shadow:0 -14px 38px rgba(7,39,31,.12);backdrop-filter:blur(16px)}
  .projectops-mobile-nav a{min-height:58px;border-radius:.9rem;font-size:.69rem;font-weight:700}
  .projectops-mobile-nav a i{font-size:1.28rem}
  .projectops-mobile-nav a.active{background:#e9f4ed;color:var(--r5-forest)}
  .page-wrapper .page-content .layout-specing{padding-bottom:calc(var(--r61-bottom-nav) + 2rem + env(safe-area-inset-bottom))!important}
  .projectops-sticky-actions{bottom:calc(var(--r61-bottom-nav) + .55rem + env(safe-area-inset-bottom))}
}

@media (max-width:639px){
  .projectops-public-menu-button span{display:none}
  .projectops-public-brand img{width:min(158px,58vw)}
  .projectops-hero-grid{gap:1.6rem;padding-block:2.8rem 3.3rem}
  .projectops-hero-copy h1,.projectops-page-hero h1{font-size:clamp(2rem,10.5vw,3rem);line-height:1.22}
  .projectops-hero-lead,.projectops-page-hero>.container>p:last-child{font-size:1rem;line-height:1.8}
  .projectops-hero-actions .projectops-button{min-height:52px;border-radius:.85rem;font-size:1rem}
  .projectops-public-section{padding:3.2rem 0}
  .projectops-page-hero{padding:4.6rem 0 3rem}
  .projectops-service-card,.projectops-contact-card,.projectops-form-section,.projectops-capability-grid article,.projectops-card{border-radius:1.15rem}
  .projectops-service-card{padding:1.15rem}
  .projectops-public-hours div{align-items:flex-start;flex-direction:column;gap:.15rem}
  .projectops-footer-grid{gap:1.6rem}
  .projectops-footer-grid>div{padding-bottom:.25rem}
  .projectops-footer-grid h2{font-size:1rem}
  .projectops-login-panel{padding:max(1rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom));justify-content:flex-start}
  .projectops-login-brand{margin:1rem 0 2.25rem}
  .projectops-login-copy{margin-bottom:1.1rem}
  .projectops-login-copy h1{font-size:1.8rem}
  .projectops-login-panel .projectops-button.primary{min-height:52px;border-radius:.85rem}
  .projectops-entry-links{display:grid;grid-template-columns:1fr;gap:.35rem;text-align:center}
  .projectops-entry-links a{display:flex;min-height:44px;align-items:center;justify-content:center;padding:.5rem .7rem;border-radius:.7rem}
  .projectops-portal-unavailable,.projectops-state-shell,.projectops-bootstrap-shell{place-items:start center;padding:max(1rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom))}
  .projectops-portal-card,.projectops-state-card,.projectops-bootstrap-card{margin-top:clamp(1rem,10vh,4rem);padding:1.2rem;border-radius:1.25rem;box-shadow:0 20px 52px rgba(7,39,31,.12)}
  .projectops-page-head>.projectops-row-actions,.projectops-page-head>.projectops-button{width:100%}
  .projectops-page-head>.projectops-row-actions{display:grid;grid-template-columns:1fr}
  .projectops-page-head>.projectops-row-actions .projectops-button{width:100%}
  .projectops-form-actions{position:sticky;bottom:calc(var(--r61-bottom-nav) + .6rem + env(safe-area-inset-bottom));z-index:18;padding:.55rem;border:1px solid var(--r5-line);border-radius:1rem;background:rgba(255,255,255,.96);box-shadow:0 -8px 24px rgba(7,39,31,.08);backdrop-filter:blur(12px)}
  .projectops-form-actions .projectops-button{width:100%;min-height:50px}
  .projectops-table-card:has(.projectops-mobile-cards-table){border:0;background:transparent;box-shadow:none}
  .projectops-table-scroll:has(.projectops-mobile-cards-table){overflow:visible}
  .projectops-mobile-cards-table{display:block;min-width:0!important;border-collapse:separate}
  .projectops-mobile-cards-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
  .projectops-mobile-cards-table tbody{display:grid;gap:.8rem}
  .projectops-mobile-cards-table tr{display:grid;gap:0;padding:.35rem 1rem;border:1px solid var(--r5-line);border-radius:1rem;background:#fff;box-shadow:0 10px 28px rgba(7,39,31,.06)}
  .projectops-mobile-cards-table td{display:grid;grid-template-columns:minmax(6.5rem,.38fr) minmax(0,1fr);gap:.7rem;align-items:start;padding:.72rem 0!important;border-bottom:1px solid #edf3ef!important;white-space:normal!important;overflow-wrap:anywhere}
  .projectops-mobile-cards-table td:last-child{border-bottom:0!important}
  .projectops-mobile-cards-table td::before{content:attr(data-label);color:var(--r5-muted);font-size:.76rem;font-weight:700;line-height:1.6}
  .projectops-mobile-cards-table td>*{min-width:0}
  .projectops-mobile-cards-table .projectops-client-link{align-items:flex-start}
  .projectops-mobile-cards-table .projectops-row-actions{gap:.45rem}
  .projectops-mobile-cards-table .projectops-row-actions a,.projectops-mobile-cards-table .projectops-row-actions button{flex:1 1 auto}
  .projectops-mobile-cards-table input,.projectops-mobile-cards-table select{min-width:0;width:100%}
  .projectops-message-cell{min-width:0!important}
}

@media (max-width:359px){
  .projectops-public-brand img{width:min(146px,55vw)}
  .projectops-mobile-cards-table td{grid-template-columns:1fr;gap:.25rem}
}

/* LBI ProjectOps OS M1 R6.2 — mobile navigation closure, authoring UX and form directionality. */
:root{--r62-overlay:rgba(6,24,18,.58);--r62-sheet-radius:1.35rem}
body.projectops-overlay-open{overflow:hidden;touch-action:none}
.projectops-public-nav-header{display:none}.projectops-public-nav-links{display:flex;align-items:center;gap:.25rem}.projectops-public-nav-links a{gap:.55rem}.projectops-public-menu-backdrop{display:none}.projectops-sidebar-mobile-actions{display:none}
.projectops-ltr-input,.projectops-ltr-value,html[dir="rtl"] input[type="email"],html[dir="rtl"] input[type="url"],html[dir="rtl"] input[inputmode="tel"],html[dir="rtl"] input[inputmode="url"]{direction:ltr!important;text-align:left!important;unicode-bidi:plaintext}
.projectops-section-nav{position:sticky;top:calc(64px + .45rem);z-index:24;display:flex;gap:.45rem;margin:0 0 1rem;padding:.55rem;overflow-x:auto;overscroll-behavior-inline:contain;border:1px solid var(--r5-line);border-radius:1rem;background:rgba(247,250,248,.96);box-shadow:0 8px 24px rgba(7,39,31,.06);backdrop-filter:blur(14px)}
.projectops-section-nav a{display:inline-flex;min-height:40px;align-items:center;flex:0 0 auto;padding:.45rem .7rem;border-radius:.7rem;background:#fff;color:var(--r5-forest);font-size:.8rem;font-weight:700;white-space:nowrap}.projectops-anchor-section{scroll-margin-top:9.5rem}
.projectops-unsaved-indicator{display:inline-flex;min-height:34px;align-items:center;gap:.4rem;margin-top:.7rem;padding:.35rem .6rem;border:1px solid #f1d48a;border-radius:999px;background:#fff8e7;color:#7a5411;font-size:.78rem;font-weight:700}.projectops-unsaved-indicator[hidden]{display:none!important}
.projectops-empty-action{display:grid!important;justify-items:center;gap:1rem;padding:clamp(1.4rem,5vw,2.5rem)!important;text-align:center}.projectops-empty-action h2{margin:0;color:var(--r5-ink);font-size:1.2rem}.projectops-empty-action p{margin:.35rem 0 0;color:var(--r5-muted);line-height:1.7}.projectops-form button[disabled]{opacity:.66;cursor:wait}
.projectops-card-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:clamp(1rem,3vw,1.4rem);border-bottom:1px solid var(--r5-line)}.projectops-card-section-head h2{margin:.2rem 0 0;color:var(--r5-ink);font-size:clamp(1.1rem,3vw,1.35rem)}.projectops-card-section-head p:last-child{margin:.45rem 0 0;color:var(--r5-muted);line-height:1.7}#portal-client-access{margin-top:1rem;scroll-margin-top:1rem}
@media(max-width:1024px){body.projectops-admin-drawer-open .projectops-mobile-nav{opacity:0;pointer-events:none;transform:translateY(115%);visibility:hidden}.projectops-mobile-nav{transition:transform .18s ease,opacity .18s ease,visibility .18s ease}.projectops-sidebar-overlay{z-index:998;background:var(--r62-overlay)}.page-wrapper .sidebar-wrapper{z-index:999;overscroll-behavior:contain}.projectops-top-actions{display:none}.projectops-sidebar-mobile-actions{display:grid;gap:.45rem;margin-top:auto;padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.projectops-sidebar-mobile-actions a,.projectops-sidebar-mobile-actions button{display:flex;width:100%;min-height:46px;align-items:center;gap:.75rem;padding:.65rem .8rem;border:0;border-radius:.75rem;background:rgba(255,255,255,.06);color:#fff;font:inherit;text-align:start;cursor:pointer}.projectops-sidebar-mobile-actions form{margin:0}.sidebar-content{display:flex!important;min-height:100%;flex-direction:column}.projectops-section-nav{top:calc(64px + env(safe-area-inset-top) + .45rem)}}
@media(max-width:900px){.projectops-public-menu-backdrop{position:fixed;inset:0;z-index:55;border:0;background:var(--r62-overlay);opacity:0;pointer-events:none;transition:opacity .18s ease}.projectops-public-menu-backdrop.is-open{display:block;opacity:1;pointer-events:auto}.projectops-public-nav{position:fixed!important;inset-inline:.65rem!important;top:auto!important;bottom:calc(.65rem + env(safe-area-inset-bottom))!important;z-index:60;display:none;max-height:min(82dvh,690px)!important;padding:.75rem!important;overflow-y:auto;border:1px solid rgba(216,229,222,.96)!important;border-radius:var(--r62-sheet-radius)!important;background:#fff!important;box-shadow:0 28px 80px rgba(7,39,31,.28)!important;overscroll-behavior:contain}.projectops-public-nav.is-open{display:grid!important;gap:.6rem}.projectops-public-nav-header{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:1rem;padding:.15rem .25rem .45rem;border-bottom:1px solid #edf3ef}.projectops-public-nav-close{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--r5-line);border-radius:.8rem;background:#fff;color:var(--r5-ink);font-size:1.35rem}.projectops-public-nav-links{display:grid;grid-template-columns:1fr;gap:.2rem}.projectops-public-nav a{width:100%;min-height:54px!important;justify-content:flex-start;padding:.75rem .85rem!important;border:0!important;border-radius:.85rem!important;font-size:.98rem!important}.projectops-public-nav .projectops-nav-login{margin-top:.35rem!important;justify-content:center;background:var(--r5-forest)!important;color:#fff!important;font-weight:700}.projectops-public-nav .projectops-nav-language{justify-content:center!important;margin-top:.1rem!important;border:1px solid var(--r5-line)!important;background:#fff!important;color:var(--r5-forest)!important}}
@media(min-width:901px){.projectops-public-nav-links{display:flex;align-items:center;gap:.25rem}.projectops-public-nav-header,.projectops-public-menu-backdrop{display:none!important}}

/* M2-A — client account, portal identity and isolation foundation. */
.projectops-alert.success{border:1px solid #b8ddc4;background:#edf8f0;color:#155b32}.projectops-alert.info{border:1px solid #cfe1d6;background:#f3f9f5;color:var(--r5-forest)}
.projectops-form label small{color:var(--r5-muted);font-size:.8rem;font-weight:500;line-height:1.6}.projectops-secret-code-input{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;font-size:.84rem!important;letter-spacing:.02em}

/* M2-B — Service Request operations */
.projectops-request-filters{display:grid;grid-template-columns:1fr;gap:.8rem;margin-bottom:1rem}.projectops-filter-actions,.projectops-page-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.projectops-check-row{display:flex!important;min-height:48px;flex-direction:row!important;align-items:center;gap:.65rem}.projectops-check-row input{width:1.15rem;height:1.15rem;min-height:auto!important}.projectops-checkbox-grid{display:grid;grid-template-columns:1fr;gap:.65rem}.projectops-checkbox-grid label{display:flex!important;min-height:48px;flex-direction:row!important;align-items:flex-start;gap:.65rem;padding:.75rem;border:1px solid var(--r5-line);border-radius:.8rem;background:#fff}.projectops-checkbox-grid input{width:1.1rem;height:1.1rem;min-height:auto!important;margin-top:.15rem}.projectops-checkbox-grid .is-source-service{border-color:#91b9a1;background:#f1f8f3}.projectops-checkbox-grid small{display:block}.projectops-priority{display:inline-flex;align-items:center;min-height:30px;padding:.2rem .6rem;border-radius:999px;background:#eef2f7;font-weight:700}.request-priority-high,.request-priority-urgent,.projectops-overdue-label{color:#9f2d23}.request-priority-urgent{background:#fde8e5}.projectops-table tr.is-overdue{box-shadow:inset 3px 0 #c24135}.projectops-overdue-label{display:block;margin-top:.25rem;font-size:.78rem}.projectops-request-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.projectops-request-summary article{display:grid;gap:.35rem;padding:1rem}.projectops-request-summary article>span{color:var(--r5-muted);font-size:.82rem}.projectops-request-summary article.is-overdue{border-color:#e5a49d;background:#fff8f7}.projectops-request-layout{display:grid;grid-template-columns:1fr;gap:1rem}.projectops-request-main,.projectops-request-actions{display:grid;align-content:start;gap:1rem}.projectops-request-details h2,.projectops-request-details h3,.projectops-source-details h2,.projectops-request-actions h2{margin:0 0 .75rem}.projectops-request-details h3{margin-top:1.2rem;font-size:1rem}.projectops-request-details p,.projectops-source-details p,.projectops-inquiry-source p{line-height:1.85;overflow-wrap:anywhere}.projectops-source-details dl,.projectops-inquiry-source dl{display:grid;grid-template-columns:1fr;gap:.65rem}.projectops-source-details dl div,.projectops-inquiry-source dl div{padding:.75rem;border-radius:.75rem;background:#f7faf8}.projectops-source-details dt,.projectops-inquiry-source dt{color:var(--r5-muted);font-size:.8rem}.projectops-source-details dd,.projectops-inquiry-source dd{margin:.2rem 0 0;font-weight:700;overflow-wrap:anywhere}.projectops-activity-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.projectops-activity-timeline li{position:relative;display:grid;grid-template-columns:2.35rem minmax(0,1fr);gap:.7rem;padding:0 0 1.2rem}.projectops-activity-timeline li:not(:last-child)::before{position:absolute;inset-inline-start:1.05rem;top:2.1rem;bottom:.1rem;width:2px;background:#dbe8df;content:""}.projectops-activity-icon{position:relative;z-index:1;display:grid;width:2.2rem;height:2.2rem;place-items:center;border-radius:50%;background:#e9f4ed;color:var(--r5-forest)}.projectops-activity-timeline p,.projectops-activity-timeline small{display:block;margin:.2rem 0;color:var(--r5-muted);line-height:1.6}.projectops-inquiry-source{margin-bottom:1rem}.projectops-metric-strip{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.projectops-metric-strip b{padding:.2rem .45rem;border-radius:999px;background:#eef5f0;font-size:.72rem}.projectops-metric-strip .is-overdue{background:#fde8e5;color:#9f2d23}.projectops-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:1rem}.projectops-pagination a{display:grid;min-width:44px;min-height:44px;place-items:center;border:1px solid var(--r5-line);border-radius:.65rem;background:#fff}.projectops-pagination a.active{border-color:var(--r5-forest);background:var(--r5-forest);color:#fff}.projectops-button.compact{min-height:38px;padding:.35rem .6rem;font-size:.82rem}.projectops-muted{color:var(--r5-muted)}
.projectops-button.compact{min-height:44px}
@media(min-width:640px){.projectops-request-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.projectops-checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.projectops-request-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.projectops-source-details dl,.projectops-inquiry-source dl{grid-template-columns:repeat(2,minmax(0,1fr))}.projectops-field-wide{grid-column:span 2}}
@media(min-width:1025px){.projectops-request-filters{grid-template-columns:repeat(4,minmax(0,1fr))}.projectops-request-layout{grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}.projectops-request-actions{position:sticky;top:5.5rem}.projectops-checkbox-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.projectops-access-code{display:grid;gap:1rem;margin-bottom:1rem;padding:1.25rem;border-color:#e7c86f;background:#fffaf0}.projectops-access-code h2{margin:.25rem 0;color:var(--r5-ink);font-size:1.25rem}.projectops-access-code p{margin:.3rem 0;color:var(--r5-muted);line-height:1.7}.projectops-access-code label{display:grid;gap:.45rem;font-weight:700}.projectops-access-code input{width:100%;min-height:48px;padding:.65rem .78rem;border:1px solid #dbc16f;border-radius:.7rem;background:#fff;color:var(--r5-ink)}
.projectops-portal-user-actions{display:flex;flex-wrap:wrap;gap:.45rem}.projectops-portal-user-actions form{margin:0}.projectops-danger-action{color:#9f2525!important;border-color:#edbaba!important}
.projectops-portal-header{position:sticky;top:0;z-index:30;display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem max(1rem,calc((100% - 1180px)/2));border-bottom:1px solid var(--r5-line);background:rgba(255,255,255,.97);backdrop-filter:blur(14px)}.projectops-portal-brand{display:flex;min-width:0;align-items:center;gap:.7rem}.projectops-portal-brand span{display:grid;min-width:0}.projectops-portal-brand strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projectops-portal-brand small{color:var(--r5-muted)}.projectops-portal-actions{display:flex;align-items:center;gap:.25rem}.projectops-portal-actions form{margin:0}.projectops-portal-content{width:min(calc(100% - 2rem),1180px);margin-inline:auto;padding:clamp(1.25rem,4vw,2.5rem) 0 calc(2rem + env(safe-area-inset-bottom))}.projectops-portal-account-grid{display:grid;grid-template-columns:1fr;gap:1rem}.projectops-portal-account-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:start;padding:1.25rem}.projectops-portal-account-card h2{margin:.25rem 0;color:var(--r5-ink);font-size:1.35rem}.projectops-portal-account-card p:last-child{margin:.5rem 0 0;color:var(--r5-muted);line-height:1.75}
@media(max-width:639px){.projectops-portal-header{align-items:flex-start;padding:max(.65rem,env(safe-area-inset-top)) 1rem .65rem}.projectops-portal-actions .projectops-text-action span{display:none}.projectops-portal-actions .projectops-text-action{min-width:44px;justify-content:center;padding:.5rem}.projectops-portal-content{width:min(calc(100% - 1.25rem),1180px)}.projectops-access-code{padding:1rem}.projectops-portal-user-actions{display:grid;grid-template-columns:1fr}.projectops-portal-user-actions button{width:100%}}
@media(min-width:768px){.projectops-portal-account-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.projectops-access-code{grid-template-columns:minmax(0,1fr) minmax(300px,1fr);align-items:end}.projectops-access-code>a{justify-self:start}}
