:root{color-scheme:light;--bg:#ffffff;--surface:#f3f6fb;--surface-elevated:#f8fbff;--text:#0f172a;--muted:#475569;--border:#dbe4ef;--border-strong:#c7d6ea;--primary:#0b5fff;--primary-soft:#eaf2ff;--shadow-soft:0 12px 30px rgba(11,95,255,0.1);--shadow-card:0 14px 38px rgba(15,23,42,0.07);--shadow-elevated:0 20px 44px rgba(15,23,42,0.12);--glass-bg:rgba(255,255,255,0.74);--glass-bg-strong:rgba(255,255,255,0.86);--glass-border:rgba(210,223,241,0.9);--glass-edge:rgba(255,255,255,0.94);--glass-shadow-soft:0 14px 34px rgba(15,23,42,0.08);--glass-shadow-strong:0 22px 50px rgba(15,23,42,0.14);--alive-glow-soft:rgba(88,146,255,0.2);--alive-glow-strong:rgba(37,99,235,0.24);--alive-depth-rest:0 14px 32px rgba(15,23,42,0.08);--alive-depth-hover:0 24px 54px rgba(15,23,42,0.13);--alive-border:rgba(187,209,244,0.86);--alive-fast:180ms;--alive-base:260ms;--alive-slow:440ms;--alive-ease:cubic-bezier(0.22,0.8,0.24,1);--mobile-body-min:16px;--mobile-line-read:1.5;--mobile-section-padding:1.25rem;--apple-bg:#fafafa;--apple-surface:#f5f5f7;--apple-card:#ffffff;--apple-text:#1d1d1f;--apple-muted:#6e6e73;--apple-border:rgba(0,0,0,0.06);--apple-shadow:0 4px 24px rgba(0,0,0,0.06);--apple-hero-size:clamp(2rem,5vw,2.5rem);--apple-hero-size-lg:clamp(2rem,6vw,2.75rem);--apple-hero-size-xl:clamp(2rem,7vw,2.5rem);--apple-subtext:0.9375rem;--apple-subtext-lg:1rem;--apple-line-clamp:2}*{box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%}body{margin:0;padding:0;overflow-x:hidden;background:var(--apple-bg,var(--bg));color:var(--apple-text,var(--text));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;line-height:var(--mobile-line-read,1.5)}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh;display:flex;flex-direction:column;overflow-x:clip}main{flex:1 1}.container{width:min(1240px,100%);margin:auto;padding-inline:clamp(18px,4vw,28px)}.public-header{position:-webkit-sticky;position:sticky;top:0;z-index:60;border-bottom:1px solid rgba(226,232,240,.68);background:rgba(255,255,255,.86);backdrop-filter:blur(14px) saturate(132%);-webkit-backdrop-filter:blur(14px) saturate(132%);transition:background var(--alive-base) var(--alive-ease),border-color var(--alive-base) var(--alive-ease),box-shadow var(--alive-base) var(--alive-ease)}.public-header--minimal{border-bottom:1px solid rgba(0,0,0,.05)}.public-header--minimal.is-scrolled{border-bottom-color:rgba(0,0,0,.06)}.public-header-shell{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1.5rem 2rem;transition:min-height var(--alive-base) var(--alive-ease)}.public-header--minimal .public-header-shell,.public-header-shell{min-height:72px;gap:1.5rem 2rem}.public-header--minimal.is-scrolled .public-header-shell{min-height:60px}.public-header.is-scrolled .public-header-shell{min-height:56px}.public-header.is-scrolled{border-bottom-color:rgba(219,228,239,.86);background:rgba(255,255,255,.93);box-shadow:0 6px 26px rgba(15,23,42,.06)}.auth-minimal-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.auth-minimal-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding-inline:clamp(16px,3.2vw,28px);width:min(1240px,100%);margin:0 auto}.auth-minimal-brand{display:inline-flex;align-items:center}.auth-minimal-logo{width:auto;height:28px;object-fit:contain}.auth-minimal-back{font-size:.875rem;font-weight:500;color:var(--muted);transition:color .2s ease}.auth-minimal-back:hover{color:var(--primary)}.auth-page-shell{min-height:100vh;display:flex;flex-direction:column;overflow-x:clip}.auth-page-shell main{flex:1 1}.public-brand{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.public-brand-logo{width:auto;height:30px;object-fit:contain;flex-shrink:0}.public-header--minimal .public-brand-logo{height:32px}.public-brand-icon-mobile{width:auto;height:30px;object-fit:contain;display:none}.public-brand-caption{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:32ch}.public-mobile-tagline-wrap{display:none}.public-mobile-tagline{margin:0;padding:.36rem 0 .44rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;font-weight:650;color:#64748b}.public-primary-nav{display:flex;align-items:center;justify-content:center;gap:.25rem;min-width:0}.public-nav-link{position:relative;border-radius:8px;border:0;padding:.5rem .65rem;color:#334155;font-size:.8125rem;font-weight:500;line-height:1;white-space:nowrap;transition:color var(--alive-fast) var(--alive-ease),background var(--alive-fast) var(--alive-ease)}.public-nav-link:after{content:"";position:absolute;left:.48rem;right:.48rem;bottom:.14rem;height:1.25px;border-radius:999px;background:#1d4ed8;transform:scaleX(0);transform-origin:center;transition:transform var(--alive-fast) var(--alive-ease)}.public-nav-link:hover{color:#0f172a;background:rgba(248,250,252,.92)}.public-nav-link.is-active{color:#0f172a}.public-nav-link.is-active:after,.public-nav-link:hover:after{transform:scaleX(1)}.public-nav-dropdown{position:relative}.public-nav-dropdown:focus-within .public-nav-mega,.public-nav-dropdown:hover .public-nav-mega{opacity:1;pointer-events:auto}.public-nav-dropdown:focus-within .public-nav-chevron,.public-nav-dropdown:hover .public-nav-chevron{transform:rotate(180deg)}.public-nav-industries{position:relative}.public-nav-link-trigger{display:inline-flex;align-items:center;gap:.24rem}.public-nav-chevron{font-size:.64rem;color:#64748b;transition:transform var(--alive-fast) var(--alive-ease)}.public-nav-industries:focus-within .public-nav-chevron,.public-nav-industries:hover .public-nav-chevron{transform:rotate(180deg)}.public-nav-mega{position:absolute;left:50%;top:calc(100% + .5rem);transform:translateX(-50%);width:min(560px,calc(100vw - 2rem));border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.1rem;background:rgba(255,255,255,.98);box-shadow:0 12px 32px rgba(15,23,42,.08);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem 1rem;gap:.5rem 1rem;opacity:0;pointer-events:none;transition:opacity var(--alive-fast) var(--alive-ease);z-index:20}.public-nav-mega-heading{grid-column:1/-1;margin:0 0 .25rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.public-nav-mega-link{border:1px solid transparent;border-radius:8px;padding:.5rem .6rem;display:grid;grid-gap:.2rem;gap:.2rem;color:#334155;background:transparent;transition:background var(--alive-fast) var(--alive-ease),border-color var(--alive-fast) var(--alive-ease)}.public-nav-mega-link strong{font-size:.8rem;font-weight:600}.public-nav-mega-link small{color:#64748b;font-size:.72rem;line-height:1.35}.public-nav-mega-link:hover{background:rgba(248,250,252,.92);border-color:#e2e8f0}.public-nav-mega--products{width:min(420px,calc(100vw - 2rem));padding:1rem}.public-nav-products-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.public-nav-product-block{display:block;padding:.75rem .85rem;border-radius:10px;border:1px solid transparent;transition:background .2s ease,border-color .2s ease}.public-nav-product-block:hover{background:rgba(248,250,252,.95);border-color:rgba(0,0,0,.06)}.public-nav-product-label{display:block;font-size:.875rem;font-weight:600;color:var(--text)}.public-nav-product-line{display:block;font-size:.75rem;color:#64748b;margin-top:.2rem}.public-nav-mega--solutions{width:min(320px,calc(100vw - 2rem));grid-template-columns:1fr}.public-nav-mega-heading--use{margin-top:.75rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.06)}.public-utility-nav{display:inline-flex;align-items:center;justify-content:flex-end;gap:.4rem}.public-utility-link{border-radius:8px;border:1px solid transparent;padding:.32rem .48rem;color:#475569;font-size:.74rem;white-space:nowrap;transition:color var(--alive-fast) var(--alive-ease),border-color var(--alive-fast) var(--alive-ease),background var(--alive-fast) var(--alive-ease)}.public-utility-link:hover{color:#0f172a;background:rgba(248,250,252,.92)}.public-utility-link:not(.is-accent){color:var(--apple-muted);font-weight:500}.public-utility-link:not(.is-accent):hover{color:var(--apple-text)}.public-utility-link.is-accent{border-color:rgba(11,95,255,.35);color:#fff;background:linear-gradient(145deg,#0b5fff,#2a7bff);font-weight:600;padding:.45rem .9rem}.public-utility-link.is-accent:hover{filter:brightness(1.04);background:linear-gradient(145deg,#0a5ae8,#2570eb)}.public-account-menu{position:relative}.public-account-trigger{border:1px solid #d7e4f6;border-radius:999px;background:rgba(255,255,255,.92);padding:.26rem .5rem .26rem .28rem;color:#334155;display:inline-flex;align-items:center;gap:.34rem;font-size:.74rem;font-weight:600}.public-account-panel{position:absolute;right:0;top:calc(100% + .42rem);min-width:210px;border:1px solid #dbe5f3;border-radius:12px;padding:.5rem;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(245,250,255,.94));box-shadow:0 16px 34px rgba(15,23,42,.12);display:grid;grid-gap:.2rem;gap:.2rem;z-index:25}.public-account-panel p{margin:0 0 .14rem;font-size:.72rem;color:#64748b;overflow-wrap:anywhere}.public-account-panel a{border-radius:8px;padding:.38rem .42rem;font-size:.78rem;color:#334155;transition:background var(--alive-fast) var(--alive-ease),color var(--alive-fast) var(--alive-ease)}.public-account-panel a:hover{background:#eef5ff;color:#1d4ed8}.public-mobile-quick{display:none;align-items:center;gap:.32rem}.public-mobile-link{border:1px solid #dbe5f3;border-radius:999px;padding:.34rem .56rem;color:#334155;font-size:.71rem;font-weight:600;white-space:nowrap;background:rgba(255,255,255,.88)}.public-mobile-link.is-accent{color:#1d4ed8;border-color:#c6dafd;background:#eff4ff}.public-workspace-chip{display:inline-flex;align-items:center;gap:.42rem;border:1px solid #dce7f8;border-radius:999px;padding:.3rem .48rem;color:#334155;font-size:.74rem;white-space:nowrap}.public-avatar{width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;border:1px solid #bfd6ff;background:#eff5ff;color:#1d4ed8;font-size:.66rem;font-weight:700}.public-products-strip-wrap{border-top:1px solid rgba(226,232,240,.62);background:rgba(255,255,255,.9)}.public-signed-in-strip{border-top:1px solid rgba(219,228,239,.72);background:linear-gradient(165deg,rgba(241,247,255,.92),rgba(255,255,255,.96))}.public-signed-in-strip-inner{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding-block:.38rem}.public-signed-in-strip-inner p{margin:0;color:#334155;font-size:.81rem}.public-signed-in-strip .hero-cta-row{margin:0}.public-products-strip{min-height:44px;display:flex;align-items:center;gap:.5rem;overflow-x:auto;scrollbar-width:none}.public-products-strip::-webkit-scrollbar{display:none}.public-product-link{border:1px solid transparent;border-radius:999px;padding:.38rem .7rem;min-height:36px;display:inline-flex;align-items:center;white-space:nowrap;font-size:.75rem;color:#64748b;transition:border-color var(--alive-fast) var(--alive-ease),color var(--alive-fast) var(--alive-ease),background var(--alive-fast) var(--alive-ease)}.public-product-link:hover{border-color:#d5e3f8;color:#1e293b;background:#f8fbff}.public-product-link.is-active{border-color:#bfd6ff;color:#1d4ed8;background:#eff5ff}.public-menu-button{display:none;min-width:44px;min-height:44px;border:1px solid #dbe5f3;border-radius:10px;background:rgba(255,255,255,.84);align-items:center;justify-content:center;flex-direction:column;gap:4px;touch-action:manipulation;position:relative;z-index:82}.public-menu-button span{width:14px;height:1.3px;border-radius:999px;background:#334155}.public-menu-button:active{transform:scale(.97)}.public-drawer-backdrop{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.26);opacity:0;pointer-events:none;transition:opacity var(--alive-base) var(--alive-ease)}.public-drawer-backdrop.is-open{opacity:1;pointer-events:auto}.public-drawer{position:fixed;top:0;right:0;height:100vh;width:min(420px,100%);z-index:81;background:linear-gradient(175deg,rgba(255,255,255,.98),rgba(247,251,255,.95));border-left:1px solid #dbe4f2;padding:1.25rem 1.25rem 1.75rem;transform:translateX(100%);transition:transform var(--alive-base) var(--alive-ease);display:flex;flex-direction:column;gap:.85rem;overflow-y:auto}.public-drawer.is-open{transform:translateX(0)}.public-drawer-head{display:flex;align-items:center;justify-content:space-between}.public-drawer-head p{margin:0;font-size:.83rem;font-weight:700;letter-spacing:.06em}.public-drawer-head button{border:1px solid #dbe4f2;background:#fff;width:32px;height:32px;border-radius:8px}.public-drawer-group{display:grid;grid-gap:.5rem;gap:.5rem}.public-drawer-link{border:1px solid #e2e8f0;border-radius:10px;padding:.75rem .85rem;min-height:44px;display:inline-flex;align-items:center;color:#334155;background:#fff;font-size:.9rem}.public-drawer-link.is-active{border-color:#bfd6ff;color:#1d4ed8;background:#eff5ff}.public-drawer-link.is-accent{border-color:#bfd6ff;color:#1d4ed8;background:#eef4ff}.public-drawer-divider{height:1px;background:#e2e8f0}.public-drawer-subgroup{display:grid;grid-gap:.44rem;gap:.44rem}.public-drawer-subgroup p{margin:0;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:#64748b;font-weight:700}.public-drawer-sub-link{color:#334155;font-size:.88rem}.public-drawer-industry-accordion{border:1px solid #dbe4f2;border-radius:12px;background:#fff;padding:.46rem .56rem}.public-drawer-industry-accordion summary{cursor:pointer;font-size:.84rem;font-weight:700;color:#0f172a;list-style:none;display:flex;align-items:center;justify-content:space-between}.public-drawer-industry-accordion summary::-webkit-details-marker{display:none}.public-drawer-industry-accordion[open] .public-drawer-subgroup{margin-top:.52rem}@media (max-width:1240px){.public-brand-caption{max-width:20ch}}@media (max-width:1100px){.public-header-shell{grid-template-columns:auto 1fr auto auto;min-height:60px}.public-brand-logo{display:none}.public-brand-icon-mobile{display:block}.public-brand-caption,.public-primary-nav,.public-utility-nav{display:none}.public-menu-button,.public-mobile-quick{display:inline-flex;justify-self:end}}@media (max-width:767px){.public-header-shell{grid-template-columns:auto 1fr auto;min-height:58px}.public-brand{min-width:0}.public-mobile-quick{display:none}.public-menu-button{display:inline-flex;justify-self:end}.public-mobile-tagline-wrap{display:block;border-top:1px solid rgba(226,232,240,.64);background:rgba(255,255,255,.94)}}@media (max-width:420px){.public-mobile-link{padding:.3rem .48rem;font-size:.68rem}.auth-minimal-back{font-size:.78rem}}@media (max-width:767px){.auth-page-shell main,.site-shell main{font-size:var(--mobile-body-min)}.home-hero-section .container{padding-top:1.5rem;padding-bottom:1.25rem}.hero-copy h1{font-size:clamp(1.75rem,5.2vw,2.25rem);line-height:1.12;margin:.6rem 0 .5rem}.hero-tagline{font-size:clamp(.9375rem,2.2vw,1.06rem);margin:.4rem 0 0}.hero-subline{font-size:1rem;line-height:1.55}.hero-context{font-size:1rem;margin:.75rem 0 0}.hero-cta-row{margin-top:1.25rem;gap:.6rem}.hero-cta-row .btn{min-height:48px;padding:0 1rem;font-size:1rem}.hero-stage{gap:1rem}.hero-visual-panel{min-height:240px}.hero-visual-content{padding:1rem}.hero-visual-title{font-size:1rem}.hero-visual-node p{font-size:.875rem}.section-wrap{padding-top:clamp(2rem,6vw,2.75rem)}.section-title{font-size:clamp(1.35rem,4vw,1.65rem);margin:.4rem 0 0}.section-subline{font-size:1rem;margin:.5rem 0 0;line-height:1.55}.module-page .container{padding-inline:clamp(18px,4.5vw,24px)}.module-hero-card{padding:1.25rem 1rem;border-radius:16px}.module-hero-card h1{font-size:clamp(1.35rem,4vw,1.65rem);line-height:1.22}.module-summary{font-size:1rem;line-height:1.55;margin-top:.6rem}.module-panel{padding:1.25rem 1rem}.module-panel h2{font-size:clamp(1.2rem,3.5vw,1.45rem)}.diligence-card p,.module-feature-card p,.module-panel p{font-size:1rem;line-height:1.55}.diligence-card h3,.module-feature-card h3{font-size:1.06rem}.architecture-strip-card,.diligence-card,.product-ladder-card,.product-lineup-card{padding:1rem}.product-lineup-head h3{font-size:1.06rem}.product-lineup-card p,.product-lineup-meta{font-size:.9375rem}.trust-hero .module-summary{font-size:1rem}.trust-hero .command-chip-row{gap:.5rem}.trust-hero .ops-chip{font-size:.75rem;padding:.3rem .5rem}.footer-brand-col{padding:.9rem 1rem}.footer-note{font-size:.875rem}.footer-accordion-item summary{padding:.8rem 1rem;font-size:.875rem}.footer-links a{font-size:.9375rem}.table-shell{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-shell table{min-width:320px}.table-shell td,.table-shell th{padding:.6rem .65rem;font-size:.875rem}.section-product-family .section-title{max-width:22ch}.section-product-family .product-family-grid{gap:.85rem}.section-trust-cta .trust-cta-grid{gap:1rem}.docs-stack,.products-stack,.trust-stack{gap:1.1rem}.docs-hero-summary,.products-hero-summary,.trust-hero-summary{font-size:1rem;line-height:1.55;max-width:100%}.product-lineup-overview .product-family-category-block+.product-family-category-block{margin-top:1.25rem}.trust-diligence-panel .diligence-grid{gap:.85rem}.trust-stakeholder-grid{grid-template-columns:1fr;gap:.85rem}.doc-diagram-ref{margin-top:1rem;padding-top:.85rem}.doc-diagram-list{font-size:1rem}.downloads-stack{gap:1.1rem}.downloads-hero-summary{font-size:1rem;max-width:100%}.downloads-tab-list{gap:.5rem}.downloads-tab-link{min-height:44px;padding:.55rem 1rem;font-size:1rem;display:inline-flex;align-items:center}.downloads-grid{grid-template-columns:1fr;gap:.9rem}.download-card{padding:1rem}.download-card-desc,.download-card-head h3{font-size:1rem}.download-card-actions .btn{min-height:48px;width:100%}.manpraos-hero-summary{max-width:100%}.manpraos-rollout-grid{grid-template-columns:1fr}}@media (max-width:640px){.table-shell table{min-width:280px}}@media (max-width:414px){.container{padding-inline:18px}.hero-copy h1{font-size:1.65rem}.section-wrap{padding-top:2rem}.hero-cta-row .btn{flex:1 1 100%}.home-command-strip span{font-size:.8125rem}.module-hero-card,.module-panel{padding:1rem}}[data-alive-card=true]{--alive-x:50%;--alive-y:28%;position:relative;isolation:isolate}[data-alive-card=true]>*{position:relative;z-index:1}[data-alive-card=true]:after{content:"";position:absolute;inset:-24%;z-index:0;pointer-events:none;background:radial-gradient(300px circle at var(--alive-x,50%) var(--alive-y,30%),rgba(123,171,255,.22),rgba(123,171,255,.08) 34%,transparent 68%);opacity:0;transition:opacity var(--alive-base) var(--alive-ease)}@media (hover:hover) and (pointer:fine){[data-alive-card=true]:hover:after{opacity:1}}.glass-surface{position:relative;border:1px solid var(--glass-border);background:linear-gradient(165deg,var(--glass-bg-strong),var(--glass-bg));backdrop-filter:blur(14px) saturate(125%);-webkit-backdrop-filter:blur(14px) saturate(125%);box-shadow:var(--glass-shadow-soft)}.glass-surface:before{content:"";position:absolute;inset:0;border-radius:inherit;border-top:1px solid var(--glass-edge);pointer-events:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;backdrop-filter:blur(16px) saturate(125%);-webkit-backdrop-filter:blur(16px) saturate(125%);background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.36))}.brand-bar{border-bottom:1px solid var(--border);background:linear-gradient(110deg,rgba(245,249,255,.94),rgba(255,255,255,.72) 68%);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.brand-bar-inner{min-height:38px;display:flex;align-items:center;gap:.9rem;color:var(--muted);font-size:.78rem}.brand-bar-pill{border:1px solid #c7dafd;border-radius:999px;padding:.2rem .55rem;font-weight:600;color:#1d4ed8;background:linear-gradient(160deg,#f4f8ff,#e8f1ff);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.topbar{border-bottom:1px solid var(--border);background:linear-gradient(160deg,rgba(255,255,255,.9),rgba(248,252,255,.72));backdrop-filter:blur(14px) saturate(125%);-webkit-backdrop-filter:blur(14px) saturate(125%)}.topbar-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand-lockup{gap:.7rem}.brand-lockup,.brand-mark{display:inline-flex;align-items:center}.brand-mark{width:34px;height:34px;border-radius:10px;justify-content:center;background:linear-gradient(145deg,#0b5fff,#2a7bff);color:#fff;font-size:.88rem;font-weight:700;letter-spacing:.03em;box-shadow:var(--shadow-soft)}.brand-copy{display:inline-flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-size:.94rem;letter-spacing:.06em}.brand-copy small{margin-top:.14rem;color:var(--muted);font-size:.72rem}.primary-nav{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.primary-link{border-radius:999px;padding:.46rem .8rem;font-size:.88rem;color:var(--muted);transition:.18s ease;border:1px solid transparent}.primary-link:hover{border-color:#c8d9f7;background:linear-gradient(165deg,#ffffff,#eef5ff);color:var(--text);transform:translateY(-1px)}.account-badge{gap:.56rem;border:1px solid var(--border);padding:.3rem .45rem .3rem .3rem;background:linear-gradient(160deg,rgba(255,255,255,.92),rgba(247,251,255,.82));box-shadow:var(--glass-shadow-soft)}.account-avatar,.account-badge{display:inline-flex;align-items:center;border-radius:999px}.account-avatar{width:30px;height:30px;justify-content:center;font-size:.75rem;font-weight:700;color:#1d4ed8;background:#e9f1ff;border:1px solid #bfd6ff}.account-copy{display:inline-flex;flex-direction:column;line-height:1.15}.account-copy strong{font-size:.74rem;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy small{font-size:.7rem;color:var(--muted)}.account-link{border-radius:999px;border:1px solid #bfd6ff;padding:.33rem .56rem;font-size:.76rem;font-weight:600;color:#1d4ed8;background:#eff5ff}.account-link:hover{background:#e3edff}.family-strip-wrap{border-bottom:1px solid var(--border);background:linear-gradient(170deg,rgba(249,252,255,.9),rgba(244,249,255,.76));backdrop-filter:blur(10px) saturate(125%);-webkit-backdrop-filter:blur(10px) saturate(125%)}.family-strip{min-height:52px;display:flex;align-items:center;gap:.55rem;overflow-x:auto;scrollbar-width:none}.family-strip::-webkit-scrollbar{display:none}.family-link{white-space:nowrap;border:1px solid var(--border);border-radius:999px;padding:.45rem .8rem;font-size:.82rem;color:#334155;background:linear-gradient(170deg,rgba(255,255,255,.94),rgba(246,250,255,.86));transition:.14s ease;box-shadow:0 8px 18px rgba(15,23,42,.05)}.family-link:hover{border-color:#b9d1f8;color:#1d4ed8;background:linear-gradient(165deg,#f9fbff,#e9f2ff);transform:translateY(-1px)}.home-stack{padding-bottom:9rem}.home-hero-section{border-bottom:1px solid var(--border);background:radial-gradient(circle at 80% 14%,rgba(191,219,254,.45),transparent 42%),radial-gradient(circle at 14% 6%,rgba(225,237,255,.42),transparent 36%),linear-gradient(180deg,#fbfdff,#ffffff 58%)}.alive-hero-surface .container{position:relative}.alive-hero-surface .container:before{content:"";position:absolute;inset:.6rem -.4rem auto;height:58%;border-radius:24px;background:linear-gradient(165deg,rgba(255,255,255,.58),rgba(239,246,255,.34));border:1px solid rgba(215,228,247,.72);box-shadow:var(--alive-depth-rest);pointer-events:none}.home-command-strip{margin:.35rem auto 1.45rem;max-width:min(1040px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.6rem;gap:.6rem}.home-command-strip span{border:1px solid #cfe0f7;border-radius:999px;background:linear-gradient(165deg,rgba(255,255,255,.96),rgba(243,248,255,.88));padding:.5rem .76rem;font-size:.8rem;font-weight:600;color:#1e293b;text-align:center;box-shadow:0 12px 24px rgba(15,23,42,.06)}.home-authority-grid{margin:.32rem 0 1.4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:.9rem;gap:.9rem}.first-look-grid{margin:.65rem 0 1.2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.9rem;gap:.9rem}.first-look-card{border:1px solid #d3e1f2;border-radius:16px;padding:.92rem .96rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(241,247,255,.86));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.28rem;gap:.28rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.first-look-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.first-look-card span{font-size:.71rem;color:#1d4ed8;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.first-look-card strong{font-size:.98rem}.first-look-card small{color:#64748b;line-height:1.45}.home-authority-card{position:relative;border:1px solid var(--glass-border);border-radius:16px;padding:1.08rem;background:linear-gradient(165deg,rgba(255,255,255,.9),rgba(242,248,255,.75));backdrop-filter:blur(12px) saturate(118%);-webkit-backdrop-filter:blur(12px) saturate(118%);box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);overflow:hidden;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.home-authority-card:before{content:"";position:absolute;inset:0;border-top:1px solid rgba(255,255,255,.86);pointer-events:none}.home-authority-card h3{margin:.44rem 0 0;font-size:clamp(1.12rem,2.2vw,1.26rem);letter-spacing:-.015em}.home-authority-card:hover{transform:translateY(-3px);border-color:var(--alive-border);box-shadow:var(--glass-shadow-strong),var(--alive-depth-hover)}.hero-stage{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(1.1rem,3vw,1.8rem);gap:clamp(1.1rem,3vw,1.8rem);padding:clamp(3rem,8vw,5rem) 0 clamp(2.4rem,6vw,3.3rem)}.hero-eyebrow{margin:0;color:#1d4ed8;font-size:.78rem;letter-spacing:.09em;font-weight:700;text-transform:uppercase}.hero-copy h1{margin:.8rem 0;font-size:clamp(2.2rem,4.9vw,3.6rem);line-height:1.08;letter-spacing:-.02em;text-wrap:balance}.hero-headline-block,.hero-line1{display:block}.hero-line1{margin-bottom:.25em}.hero-line2{display:block;font-size:.55em;font-weight:500;color:var(--muted);letter-spacing:.02em}.hero-subline-stack{margin:.75rem 0 0;color:#334155;font-size:clamp(1rem,2.2vw,1.12rem);line-height:1.5;max-width:48ch}.hero-stack-visual .hero-visual-content{display:flex;flex-direction:column;gap:.75rem}.hero-stack-flow{display:flex;flex-direction:column;gap:.25rem}.hero-stack-layer{font-size:.9rem;font-weight:500;color:var(--muted);transition:color .2s ease}.hero-stack-layer.is-active{color:var(--text);font-weight:600}.hero-stack-arrow{display:block;text-align:center;color:var(--accent);font-size:.9rem}.hero-tagline{margin:.5rem 0 0;color:var(--primary);font-size:clamp(1.02rem,2vw,1.12rem);font-weight:600;line-height:1.4;max-width:42ch}.hero-subline{margin:0;color:#334155;font-size:clamp(1rem,2.2vw,1.16rem);line-height:1.55;max-width:52ch}.hero-context{margin:1rem 0 0;color:#64748b;font-size:clamp(.9375rem,2vw,1rem);line-height:1.55;max-width:54ch}.hero-cta-row{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.68rem}.btn{position:relative;overflow:hidden;isolation:isolate;min-height:44px;padding:0 1.08rem;border-radius:10px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font-size:.92rem;font-weight:600;transition:transform var(--alive-fast) var(--alive-ease),box-shadow var(--alive-base) var(--alive-ease),border-color var(--alive-base) var(--alive-ease),filter var(--alive-fast) var(--alive-ease),background var(--alive-fast) var(--alive-ease);transform:translateY(0);box-shadow:var(--alive-depth-rest);transform-origin:center}.btn:before{inset:0;background:linear-gradient(170deg,rgba(255,255,255,.32),rgba(255,255,255,0));opacity:.56;transition:opacity var(--alive-base) var(--alive-ease)}.btn:after,.btn:before{content:"";position:absolute;z-index:0;pointer-events:none}.btn:after{inset:auto auto 50% 50%;width:6px;height:6px;border-radius:999px;background:rgba(255,255,255,.55);transform:translate(-50%,-50%) scale(0);opacity:0}.btn>*{position:relative;z-index:1}.btn-primary{color:#fff;background:linear-gradient(145deg,#0b5fff,#2a7bff);box-shadow:var(--shadow-soft)}.btn-primary:hover{filter:brightness(1.03) saturate(1.02);box-shadow:var(--alive-depth-hover),0 0 0 1px rgba(143,181,255,.3);transform:translateY(-1px) scale(1.01)}.btn-secondary{color:#0f172a;border-color:var(--border);background:#fff}.btn-secondary:hover{background:var(--surface);border-color:#bfd6ff;box-shadow:0 14px 30px rgba(15,23,42,.08);transform:translateY(-1px)}.btn-ghost{color:#1d4ed8;border-color:#bfd6ff;background:#edf4ff}.btn-ghost:hover{background:#e2edff;border-color:#a8c8ff;box-shadow:0 14px 28px rgba(11,95,255,.12);transform:translateY(-1px)}.hero-cta-row .btn-primary{order:1;min-height:48px;padding-left:1.35rem;padding-right:1.35rem}.hero-cta-row .btn-secondary{order:2;font-size:.875rem;font-weight:500;min-height:42px;opacity:.95}.hero-cta-row .btn-secondary:hover{opacity:1}.hero-cta-row .btn-ghost{order:3;font-size:.8125rem;font-weight:500;min-height:38px;color:var(--apple-muted);border-color:transparent;background:transparent}.hero-cta-row .btn-ghost:hover{color:var(--apple-text);background:rgba(0,0,0,.04)}.btn:active:after{animation:buttonRipple .42s ease}.btn:active{transform:translateY(1px) scale(.965);box-shadow:0 8px 18px rgba(15,23,42,.1)}.btn:focus-visible{outline:2px solid #9ec5ff;outline-offset:2px}.btn:disabled{opacity:.72;cursor:not-allowed}.hero-visual{display:flex;flex-direction:column;gap:.7rem}.hero-visual-panel{position:relative;min-height:330px;border:1px solid var(--border-strong);border-radius:22px;overflow:hidden;box-shadow:var(--glass-shadow-strong),var(--alive-depth-hover);background:linear-gradient(155deg,#f9fbff,#edf4ff 72%)}.hero-visual-workforce{background:linear-gradient(150deg,#f9fbff,#e9f3ff)}.hero-visual-surveillance{background:linear-gradient(150deg,#f6fbff,#e8f5ff)}.hero-visual-access{background:linear-gradient(150deg,#f8fffb,#e9fbf1)}.hero-visual-networksearch{background:linear-gradient(150deg,#faf7ff,#ede8ff)}.hero-visual-glow{position:absolute;inset:auto -30% -50% -30%;height:80%;background:radial-gradient(circle,rgba(11,95,255,.14),transparent 72%);animation:slowPulse 6s ease-in-out infinite}.hero-visual-content{position:relative;z-index:1;padding:1.4rem}.hero-visual-title{margin:0;font-size:1.08rem;font-weight:700;letter-spacing:-.01em}.hero-visual-signal-row{margin-top:.7rem;display:flex;flex-wrap:wrap;gap:.44rem}.hero-signal-chip{border:1px solid #bfd5fb;border-radius:999px;padding:.24rem .54rem;font-size:.73rem;font-weight:700;color:#1d4ed8;background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-visual-grid{margin-top:.82rem;display:grid;grid-gap:.48rem;gap:.48rem}.hero-visual-node{border:1px solid rgba(191,213,251,.88);border-radius:12px;background:linear-gradient(160deg,rgba(255,255,255,.86),rgba(240,247,255,.7));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.54rem .62rem;display:flex;gap:.44rem;align-items:center;animation:fadeSlideIn .6s ease both;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-base) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.hero-visual-node:hover{transform:translateY(-2px);border-color:#9ec5ff;box-shadow:0 14px 28px rgba(15,23,42,.1)}.hero-visual-node-dot{width:8px;height:8px;border-radius:999px;background:#1d4ed8;box-shadow:0 0 0 0 rgba(29,78,216,.4);animation:signalPulse 1.7s ease-out infinite}.hero-visual-node p{margin:0;color:#1e293b;font-size:.82rem;font-weight:600}.hero-controls,.hero-indicators{display:flex;align-items:center;gap:.45rem}.control-btn{position:relative;overflow:hidden;isolation:isolate;min-width:62px;height:32px;border-radius:999px;border:1px solid var(--border);background:linear-gradient(165deg,rgba(255,255,255,.94),rgba(243,249,255,.82));color:#0f172a;font-size:.74rem;font-weight:600;cursor:pointer;transition:transform var(--alive-fast) var(--alive-ease),box-shadow var(--alive-base) var(--alive-ease);box-shadow:0 10px 22px rgba(15,23,42,.08)}.control-btn:hover{background:var(--surface);transform:translateY(-1px);box-shadow:0 16px 28px rgba(15,23,42,.11)}.control-btn:active{transform:translateY(1px) scale(.97)}.hero-indicator{width:24px;height:5px;border-radius:999px;border:none;background:#cbd5e1;cursor:pointer;transition:background var(--alive-base) var(--alive-ease),transform var(--alive-base) var(--alive-ease)}.hero-indicator.is-active{background:#3b82f6;transform:scaleX(1.16)}.section-wrap{padding:clamp(2.5rem,8.4vw,5rem) 0 clamp(2rem,5vw,3rem);animation:fadeSlideIn .56s ease both}.section-eyebrow{margin:0 0 .35rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8;font-weight:700}.section-title{margin:.4rem 0 0;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.22}.section-subline{margin:.6rem 0 0;max-width:62ch;color:var(--muted);line-height:1.6}.section-wrap+.section-wrap{padding-top:2.75rem}.section-wrap--tight{padding-top:clamp(1.5rem,4vw,2rem);padding-bottom:clamp(1.5rem,4vw,2rem)}.home-conversion-flow .section-wrap--tight+.section-wrap--tight{padding-top:1.5rem}.section-wrap--spaced{padding-top:clamp(2.5rem,6vw,3.5rem);padding-bottom:clamp(2rem,5vw,3rem)}.hero-cta-row.hero-cta-block{gap:.6rem;margin-top:1.25rem}.apple-pass .heroTitle{font-size:var(--apple-hero-size-lg);max-width:none}.apple-pass .heroSubtitle{font-size:var(--apple-subtext);color:var(--apple-muted);max-width:28ch}.apple-product-cards .quickEntryCard{background:var(--apple-card);border:1px solid var(--apple-border);box-shadow:var(--apple-shadow)}.apple-product-cards .quickEntryCard:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);border-color:rgba(0,0,0,.08)}.apple-card-action{display:inline-block;margin-top:.5rem;font-size:.9375rem;font-weight:600;color:var(--apple-muted)}.apple-trust-strip{padding-top:2rem;padding-bottom:3rem}.apple-trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem}.apple-trust-chip{font-size:.8125rem;color:var(--apple-muted);padding:.35rem .75rem;border-radius:999px;background:var(--apple-surface);border:1px solid var(--apple-border)}.apple-product-page .apple-product-hero h1{font-size:var(--apple-hero-size-lg);margin:0 0 .5rem;font-weight:700;letter-spacing:-.02em}.apple-product-oneline{font-size:var(--apple-subtext);color:var(--apple-muted);margin:0 0 1.25rem;max-width:42ch;line-height:1.5}.apple-product-capabilities{list-style:none;margin:0 0 1.5rem;padding:0}.apple-product-capabilities li{font-size:.9375rem;color:var(--apple-text);padding:.35rem 0;border-bottom:1px solid var(--apple-border)}.apple-product-capabilities li:last-child{border-bottom:none}.apple-product-page .hero-cta-row{margin-top:0}.apple-complete-card{text-align:center;padding:3rem 2rem;max-width:28rem;margin:2rem auto}.apple-complete-title{font-size:var(--apple-hero-size-lg);font-weight:600;letter-spacing:-.02em;color:var(--apple-text);margin:0 0 .5rem}.apple-complete-sub{font-size:var(--apple-subtext);color:var(--apple-muted);margin:0}.apple-sidebar{padding:1.25rem}.apple-sidebar-line{font-size:var(--apple-subtext);color:var(--apple-muted);margin:0;max-width:22ch}.apple-dashboard-hero .command-hero-status{min-width:0}.hero-image-wrap{position:relative;width:100%;aspect-ratio:16/9;max-height:42vh;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem;background:var(--apple-surface)}.hero-image-animate{animation:imageFadeScale .6s ease-out both}.hero-image-img{object-fit:cover}.hero-image-fallback{min-height:180px;background:linear-gradient(135deg,var(--apple-surface) 0,rgba(0,0,0,.02) 100%)}.hero-image-fallback--compact{aspect-ratio:auto;min-height:100px;max-height:140px;display:flex;align-items:center;justify-content:center;background:linear-gradient(165deg,var(--apple-surface) 0,rgba(11,95,255,.04) 50%,rgba(0,0,0,.02) 100%)}.hero-image-fallback-inner{position:relative;width:100%;max-width:200px;height:4px}.hero-image-fallback-line{position:absolute;left:0;right:0;top:50%;height:2px;margin-top:-1px;border-radius:2px;background:linear-gradient(90deg,transparent,rgba(11,95,255,.25),transparent)}.hero-image-fallback-node{position:absolute;top:50%;width:8px;height:8px;border-radius:50%;background:var(--apple-card);border:1px solid rgba(11,95,255,.3);transform:translate(-50%,-50%);box-shadow:0 1px 4px rgba(0,0,0,.06)}.hero-image-fallback-node:nth-child(2){left:15%}.hero-image-fallback-node:nth-child(3){left:50%}.hero-image-fallback-node:nth-child(4){left:85%}.hero-image-fallback-node--accent{border-color:rgba(217,119,6,.4);background:rgba(255,253,231,.98)}.home-hero-with-image{display:flex;flex-direction:column;gap:0}.product-card-animate{animation:imageFadeScale .5s ease-out both}.product-visual-card-image-wrap{position:relative;width:100%;aspect-ratio:4/3;border-radius:.75rem;overflow:hidden;margin-bottom:.75rem;background:var(--apple-surface)}.product-visual-card-image-wrap.has-fallback{min-height:100px;aspect-ratio:16/9;max-height:140px}.product-visual-card-image-wrap.has-fallback.product-visual-card-image-wrap--workforce{background:linear-gradient(165deg,rgba(11,95,255,.06) 0,var(--apple-surface) 60%)}.product-visual-card-image-wrap.has-fallback.product-visual-card-image-wrap--surveillance{background:linear-gradient(165deg,rgba(0,0,0,.03) 0,var(--apple-surface) 55%)}.product-visual-card-image-wrap.has-fallback.product-visual-card-image-wrap--access{background:linear-gradient(165deg,var(--apple-surface) 0,rgba(11,95,255,.05) 70%)}.product-visual-card-fallback{display:none;position:absolute;inset:0;align-items:center;justify-content:center;pointer-events:none}.product-visual-card-image-wrap.has-fallback .product-visual-card-fallback{display:flex;flex-direction:column;gap:.5rem}.product-visual-card-fallback-line{width:60%;max-width:80px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,rgba(11,95,255,.2),transparent)}.product-visual-card-fallback-dot{width:6px;height:6px;border-radius:50%;background:var(--apple-card);border:1px solid rgba(11,95,255,.3);box-shadow:0 1px 3px rgba(0,0,0,.06)}.product-visual-card-image{object-fit:cover}.product-visual-card .product-visual-card-title{margin-top:0}.product-visual-card-system-bar{position:absolute;left:0;right:0;bottom:0;padding:.5rem .75rem;background:linear-gradient(0deg,rgba(0,0,0,.4),transparent);font-size:.6875rem;font-weight:600;letter-spacing:.06em;color:rgba(255,255,255,.95)}.product-page-image-wrap{position:relative;width:100%;aspect-ratio:16/9;max-height:320px;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem;background:var(--apple-surface)}.product-page-image-animate{animation:imageFadeScale .6s ease-out both}.product-page-image-img{object-fit:cover}.product-page-image-fallback{min-height:140px;max-height:220px;aspect-ratio:16/9;background:linear-gradient(135deg,var(--apple-surface) 0,rgba(0,0,0,.02) 100%)}.product-page-image-fallback--workforce{background:linear-gradient(145deg,rgba(11,95,255,.04) 0,var(--apple-surface) 40%,rgba(0,0,0,.02) 100%)}.product-page-image-fallback--surveillance{background:linear-gradient(145deg,rgba(0,0,0,.03) 0,var(--apple-surface) 50%,rgba(11,95,255,.03) 100%)}.product-page-image-fallback--access{background:linear-gradient(145deg,var(--apple-surface) 0,rgba(11,95,255,.05) 70%,rgba(0,0,0,.02) 100%)}.product-page-image-fallback--networksearch{background:linear-gradient(145deg,rgba(11,95,255,.03) 0,var(--apple-surface) 60%,rgba(0,0,0,.02) 100%)}.product-page-image-overlay{position:absolute;left:0;right:0;bottom:0;padding:.75rem 1rem;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);display:flex;flex-direction:column;gap:.15rem}.product-page-image-overlay-line{font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.95)}.product-page-image-overlay-sub{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.7)}@keyframes imageFadeScale{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.hero-image-animate,.product-card-animate,.product-page-image-animate{animation:none;opacity:1;transform:none}}.hero-visual{position:relative;overflow:hidden}.hero-visual:hover{box-shadow:var(--apple-shadow),0 0 0 1px rgba(0,0,0,.04)}.cta-primary-hook{animation:cta-soft-pulse 3s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.cta-primary-hook{animation:none}}@keyframes cta-soft-pulse{0%,to{box-shadow:0 4px 14px rgba(11,95,255,.25)}50%{box-shadow:0 6px 20px rgba(11,95,255,.35)}}.manpra-signature-hero{position:relative;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem;gap:0}.manpra-signature-glow{position:absolute;inset:-20% 0;background:radial-gradient(ellipse 80% 60% at 50% 50%,rgba(11,95,255,.06) 0,transparent 70%);pointer-events:none}@media (prefers-reduced-motion:no-preference){.manpra-signature-glow{animation:manpra-glow-shift 8s ease-in-out infinite}}@keyframes manpra-glow-shift{0%,to{opacity:.8}50%{opacity:1}}.manpra-signature-timeline{position:relative;z-index:1;width:100%;max-width:280px;height:32px;overflow:visible}.manpra-signature-timeline:before{content:"";position:absolute;left:0;right:0;top:50%;height:3px;margin-top:-1.5px;border-radius:2px;background:linear-gradient(90deg,transparent,rgba(11,95,255,.18) 20%,rgba(11,95,255,.32) 50%,rgba(11,95,255,.18) 80%,transparent);box-shadow:0 1px 2px rgba(0,0,0,.03)}@media (prefers-reduced-motion:no-preference){.manpra-signature-timeline:before{animation:manpra-timeline-flow 4s ease-in-out infinite}}@keyframes manpra-timeline-flow{0%,to{opacity:.75}50%{opacity:1}}.manpra-signature-line{position:absolute;inset:0;pointer-events:none}.manpra-signature-node{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;background:var(--apple-card);border:2px solid rgba(11,95,255,.4);transform:translate(-50%,-50%);box-shadow:0 2px 8px rgba(0,0,0,.06)}.manpra-signature-node:nth-child(2){left:12%}.manpra-signature-node:nth-child(3){left:50%}.manpra-signature-node:nth-child(4){left:88%}.manpra-signature-node[data-type=person]{border-color:rgba(11,95,255,.5)}.manpra-signature-node[data-type=device]{border-color:rgba(0,0,0,.12)}.manpra-signature-node[data-type=alert]{border-color:rgba(217,119,6,.55);background:rgba(255,253,231,.98);box-shadow:0 2px 10px rgba(217,119,6,.12)}.manpra-signature-event-row{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.manpra-signature-event-chip{font-size:.6875rem;font-weight:600;letter-spacing:.03em;color:rgba(180,83,9,.95);padding:.25rem .5rem;border-radius:6px;background:rgba(255,253,231,.9);border:1px solid rgba(217,119,6,.2)}.manpra-signature-time-chip{font-size:.625rem;font-weight:500;letter-spacing:.02em;color:var(--apple-muted);padding:.2rem .45rem;border-radius:6px;background:rgba(0,0,0,.04)}.manpra-signal-pulse{box-shadow:0 0 0 0 rgba(11,95,255,.25)}@media (prefers-reduced-motion:no-preference){.manpra-signal-pulse{animation:manpra-signal-pulse 2.5s ease-out infinite}.manpra-signal-pulse-event{animation:manpra-signal-pulse-event 3s ease-out infinite}}@keyframes manpra-signal-pulse{0%,to{box-shadow:0 0 0 0 rgba(11,95,255,.2)}50%{box-shadow:0 0 0 8px rgba(11,95,255,0)}}@keyframes manpra-signal-pulse-event{0%,to{box-shadow:0 2px 10px rgba(217,119,6,.12),0 0 0 0 rgba(217,119,6,.2)}50%{box-shadow:0 2px 12px rgba(217,119,6,.18),0 0 0 6px rgba(217,119,6,0)}}.manpra-signature-labels{display:flex;justify-content:space-between;width:100%;max-width:280px;margin-top:1rem;padding:0 .25rem;gap:.5rem;position:relative;z-index:1}.manpra-signature-label{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--apple-muted);flex:0 0 auto}.manpra-signature-labels .manpra-signature-label:first-child{margin-right:auto}.manpra-signature-labels .manpra-signature-label:nth-child(2){margin:0 auto}.manpra-signature-labels .manpra-signature-label:nth-child(3){margin-left:auto}.ops-chip-pulse.is-healthy,.ops-chip-pulse.is-neutral,.ops-chip-pulse.is-warning{position:relative}@media (prefers-reduced-motion:no-preference){.ops-chip-pulse.is-healthy:after,.ops-chip-pulse.is-warning:after{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;animation:manpra-chip-blink 3s ease-in-out infinite}.ops-chip-pulse.is-healthy:after{box-shadow:0 0 0 1px rgba(34,197,94,.35)}.ops-chip-pulse.is-warning:after{box-shadow:0 0 0 1px rgba(234,179,8,.35)}}@keyframes manpra-chip-blink{0%,to{opacity:0}50%{opacity:1}}.hero-visual--dashboard{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:960px){.hero-visual--dashboard{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center}}.hero-visual-dashboard{min-height:180px;display:flex;align-items:center;justify-content:center}.hero-dashboard-mock{width:100%;max-width:280px;border-radius:12px;background:var(--apple-surface);border:1px solid var(--apple-border);box-shadow:0 8px 32px rgba(0,0,0,.06);padding:.75rem}.hero-dashboard-bar{height:8px;border-radius:4px;background:linear-gradient(90deg,rgba(0,0,0,.06),rgba(0,0,0,.04));margin-bottom:.75rem}.hero-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.hero-dashboard-card{height:48px;border-radius:8px;background:rgba(255,255,255,.9);border:1px solid var(--apple-border)}.hero-dashboard-card--wide{grid-column:1/-1;height:36px}.hero-visual--blend{display:grid;grid-template-columns:1fr}@media (min-width:960px){.hero-visual--blend{grid-template-columns:1fr 1fr}}.hero-visual-blend{position:relative;min-height:200px;border-radius:12px;overflow:hidden}.hero-blend-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--apple-surface) 0,rgba(0,0,0,.03) 100%)}.hero-blend-overlay{position:absolute;bottom:0;left:0;right:0;display:flex;gap:.5rem;padding:.75rem 1rem;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.75rem;color:var(--apple-muted);font-weight:600}.hero-visual--cards{display:grid;grid-template-columns:1fr}.hero-visual-cards{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center;min-height:100px}.hero-float-card{padding:.5rem .85rem;border-radius:8px;background:var(--apple-card);border:1px solid var(--apple-border);font-size:.8125rem;font-weight:600;color:var(--apple-text);box-shadow:0 4px 16px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.hero-float-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.product-visual-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:640px){.product-visual-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.product-visual-grid{grid-template-columns:repeat(3,1fr)}}.product-visual-card{display:block;padding:1.25rem 1.1rem;border-radius:1rem;background:var(--apple-card);border:1px solid var(--apple-border);box-shadow:0 4px 24px rgba(0,0,0,.06);text-decoration:none;color:inherit;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-visual-card:focus-visible,.product-visual-card:hover{transform:translateY(-4px);border-color:rgba(0,0,0,.08);box-shadow:0 12px 40px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.03)}.product-visual-card-icon{width:40px;height:40px;border-radius:10px;background:var(--apple-surface);border:1px solid var(--apple-border);margin-bottom:.75rem}.product-visual-card-icon[data-icon=people]{background:linear-gradient(135deg,rgba(11,95,255,.08),rgba(11,95,255,.04))}.product-visual-card-icon[data-icon=sites]{background:linear-gradient(135deg,rgba(0,0,0,.04),rgba(0,0,0,.02))}.product-visual-card-icon[data-icon=gate]{background:linear-gradient(135deg,rgba(34,197,94,.08),rgba(34,197,94,.04))}.product-visual-card-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--apple-text)}.product-visual-card-hook{margin:0 0 .75rem;font-size:.9rem;color:var(--apple-muted);line-height:1.4}.product-visual-card-action{font-size:.8125rem;font-weight:600;color:var(--apple-muted)}.trust-badges-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem 1.1rem;padding:.25rem 0}.trust-badge{font-size:.75rem;font-weight:600;letter-spacing:.03em;color:var(--apple-muted);padding:.5rem .85rem;border-radius:8px;background:rgba(255,255,255,.8);border:1px solid var(--apple-border);box-shadow:0 1px 2px rgba(0,0,0,.03);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.trust-badge:hover{background:rgba(255,255,255,.98);border-color:rgba(0,0,0,.08);box-shadow:0 2px 6px rgba(0,0,0,.04)}.proof-section-wrap{padding-top:clamp(2rem,5vw,3rem);padding-bottom:clamp(2rem,5vw,3rem)}@media (max-width:640px){.proof-section-wrap{padding-top:clamp(1.75rem,4vw,2.5rem);padding-bottom:clamp(1.75rem,4vw,2.5rem)}}.proof-section-title{margin:0 0 1.5rem;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;color:var(--apple-text);text-align:center}.proof-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem;max-width:900px;margin:0 auto}.proof-card{padding:1.25rem 1.35rem;border-radius:12px;background:var(--apple-card);border:1px solid var(--apple-border);box-shadow:0 2px 8px rgba(0,0,0,.04);transition:box-shadow .2s ease,border-color .2s ease}.proof-card:hover{border-color:rgba(0,0,0,.08);box-shadow:0 4px 16px rgba(0,0,0,.06)}.proof-card-media{position:relative;width:100%;aspect-ratio:16/10;min-height:128px;border-radius:8px;margin-bottom:1rem;overflow:hidden;background:var(--apple-surface)}.proof-card-image{object-fit:cover;object-position:center}.proof-card-visual--fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;height:100%}.proof-card[data-visual=deployment] .proof-card-visual--fallback{background:linear-gradient(145deg,var(--apple-surface) 0,rgba(11,95,255,.05) 100%)}.proof-card[data-visual=scale] .proof-card-visual--fallback{background:linear-gradient(145deg,var(--apple-surface) 0,rgba(0,0,0,.03) 100%)}.proof-card[data-visual=reliability] .proof-card-visual--fallback{background:linear-gradient(145deg,rgba(11,95,255,.04) 0,var(--apple-surface) 100%)}.proof-card-fallback-line{width:34%;max-width:70px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,rgba(11,95,255,.28),transparent)}.proof-card-fallback-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.92);border:1px solid rgba(11,95,255,.35);box-shadow:0 1px 3px rgba(0,0,0,.08)}.proof-card-fallback-dot--accent{border-color:rgba(217,119,6,.42);background:rgba(255,253,231,.98)}.proof-card-title{margin:0 0 .35rem;font-size:1rem;font-weight:600;color:var(--apple-text)}.proof-card-outcome{margin:0 0 .35rem;font-size:.875rem;line-height:1.5}.proof-card-meta,.proof-card-outcome{color:var(--apple-muted);text-wrap:pretty}.proof-card-meta{margin:0;font-size:.75rem;line-height:1.4;letter-spacing:.01em}.proof-card-meta:empty,.proof-card-outcome:empty,.proof-card-title:empty{display:none}.proof-card{min-height:100%}@media (max-width:640px){.proof-cards{gap:1rem}.proof-card{padding:1.1rem 1.15rem}.proof-card-media{min-height:112px;margin-bottom:.75rem}.proof-card-title{font-size:.9375rem}.proof-card-outcome{font-size:.8125rem;line-height:1.5}.proof-card-meta{font-size:.6875rem}}.pricing-section-wrap{padding-top:clamp(2rem,5vw,3rem);padding-bottom:clamp(2rem,5vw,3rem)}@media (max-width:640px){.pricing-section-wrap{padding-top:clamp(1.75rem,4vw,2.5rem);padding-bottom:clamp(1.75rem,4vw,2.5rem)}.pricing-section-title{margin-bottom:1.25rem}.pricing-card-tagline{font-size:.75rem}.pricing-card-cta{padding-top:.2rem}}.pricing-section-title{margin:0 0 1.5rem;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;color:var(--apple-text);text-align:center}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;max-width:960px;margin:0 auto;align-items:stretch}@media (max-width:880px){.pricing-cards{grid-template-columns:1fr 1fr;gap:.9rem}}@media (max-width:560px){.pricing-cards{grid-template-columns:1fr;gap:1rem}.pricing-card{padding:1.2rem 1.15rem;min-height:0}.pricing-card-cta .btn{min-height:48px;width:100%}}.pricing-card{padding:1.25rem 1.35rem;border-radius:14px;background:var(--apple-card);border:1px solid var(--apple-border);box-shadow:0 2px 10px rgba(0,0,0,.04);display:flex;flex-direction:column;transition:box-shadow .2s ease,border-color .2s ease}.pricing-card:hover{border-color:rgba(0,0,0,.08);box-shadow:0 6px 20px rgba(0,0,0,.06)}.pricing-card--highlight{border-color:rgba(11,95,255,.3);box-shadow:0 4px 20px rgba(11,95,255,.1);background:linear-gradient(180deg,rgba(11,95,255,.03) 0,var(--apple-card) 100%)}.pricing-card--highlight:hover{border-color:rgba(11,95,255,.4);box-shadow:0 8px 28px rgba(11,95,255,.12)}.pricing-card-head{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .75rem;margin-bottom:0}.pricing-card-title{margin:0;font-size:1.125rem;font-weight:700;color:var(--apple-text)}.pricing-card-tagline{margin:0 0 .35rem;font-size:.8125rem;color:var(--apple-muted);line-height:1.35}.pricing-card-badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:rgba(11,95,255,.95);padding:.2rem .5rem;border-radius:6px;background:rgba(11,95,255,.08)}.pricing-card-for{margin:0 0 .6rem;font-size:.875rem;color:var(--apple-muted);line-height:1.4}.pricing-card-includes{margin:0 0 .85rem;padding:0 0 0 1.1rem;list-style:disc;font-size:.875rem;color:var(--apple-text);line-height:1.45;flex:1 1}.pricing-card-includes li{margin-bottom:.15rem}.pricing-card-cta{margin-top:auto;padding-top:.15rem}.pricing-card-cta .btn{width:100%;justify-content:center;min-height:44px;padding:.6rem 1rem}.section-wrap--final{padding-top:2rem;padding-bottom:clamp(2.5rem,6vw,4rem)}.conversion-final{text-align:center;padding:1.5rem 1rem .5rem}.conversion-micro-line{margin:0 0 1.25rem;font-size:.9375rem;font-weight:500;color:var(--apple-muted);letter-spacing:.01em;line-height:1.45}.conversion-final-actions{justify-content:center;gap:.75rem;flex-wrap:wrap}.conversion-final-actions .btn-primary{min-height:48px;padding-left:1.5rem;padding-right:1.5rem}.hook-banners{padding:2rem 0}.hook-banners-inner{display:flex;flex-direction:column;gap:.75rem}.hook-banner{padding:1.5rem 1.25rem;border-radius:12px;background:var(--apple-card);border:1px solid var(--apple-border);box-shadow:0 4px 20px rgba(0,0,0,.04);transition:box-shadow .2s ease;line-height:1.45}.hook-banner-line{letter-spacing:.01em}.hybrid-control-block{position:relative;width:100%;max-width:520px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);border:1px solid var(--apple-border)}.hybrid-control-scene{position:relative;aspect-ratio:16/9;min-height:140px;background:linear-gradient(165deg,var(--apple-surface) 0,rgba(11,95,255,.04) 50%,rgba(0,0,0,.02) 100%)}.hybrid-control-scene-placeholder{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 40%,rgba(11,95,255,.06) 0,transparent 50%)}.hybrid-control-overlay{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.25rem;background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,.2) 55%,transparent);display:flex;flex-direction:column;gap:.5rem}.hybrid-control-overlay-row{display:flex;align-items:center}.hybrid-control-overlay-chip{font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.98);padding:.35rem .6rem;border-radius:8px;background:rgba(255,255,255,.12);display:inline-block}.hybrid-control-overlay-row[data-label=Identity] .hybrid-control-overlay-chip{border-left:3px solid rgba(11,95,255,.6)}.hybrid-control-overlay-row[data-label=Event] .hybrid-control-overlay-chip{border-left:3px solid rgba(234,179,8,.6)}.hybrid-control-overlay-row[data-label=Decision] .hybrid-control-overlay-chip{border-left:3px solid rgba(217,119,6,.6)}.hook-banner:hover{box-shadow:0 6px 28px rgba(0,0,0,.06)}.hook-banner-line{margin:0;font-size:clamp(1.1rem,3vw,1.35rem);font-weight:700;letter-spacing:-.02em;color:var(--apple-text);text-align:center}.sticky-cta .btn-primary{animation:cta-soft-pulse 3s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.sticky-cta .btn-primary{animation:none}}.sticky-cta-actions .btn-primary{flex:1 1;min-width:140px}@media (max-width:639px){.sticky-cta-inner{flex-direction:column;align-items:stretch;padding:.75rem 1rem;min-height:auto}.sticky-cta-label{text-align:center;font-size:.8125rem}.sticky-cta-actions{justify-content:center}.sticky-cta-actions .btn-secondary{order:2}}.split-band{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:.9rem;gap:.9rem}.split-card,.trust-card{border:1px solid var(--border);border-radius:20px;background:#fff;padding:1.3rem;box-shadow:var(--alive-depth-rest);transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.why-manpra-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.why-manpra-card{border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--alive-depth-rest);padding:1.15rem}.why-manpra-card p{margin:0;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.why-manpra-card.is-old p{color:#7c2d12}.why-manpra-card.is-new p{color:#1d4ed8}.trust-card{background:linear-gradient(160deg,#f8fbff,#f2f7ff)}.split-card:hover,.trust-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.trust-card h3{margin:0;font-size:1rem}.module-page{padding:clamp(2.2rem,5vw,3.4rem) 0 7rem;background:radial-gradient(circle at 85% -10%,#f3f8ff,#ffffff 42%)}.module-stack{display:flex;flex-direction:column;gap:1rem}.module-hero-card{position:relative;border:1px solid var(--border-strong);border-radius:22px;background:linear-gradient(165deg,rgba(255,255,255,.92),rgba(243,249,255,.76));box-shadow:var(--alive-depth-rest);padding:clamp(1.2rem,4vw,2rem);backdrop-filter:blur(14px) saturate(122%);-webkit-backdrop-filter:blur(14px) saturate(122%);box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);overflow:hidden;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.module-hero-card:before{content:"";position:absolute;inset:0;border-radius:inherit;border-top:1px solid rgba(255,255,255,.92);pointer-events:none}.module-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8;font-size:.78rem;font-weight:700}.module-hero-card h1{margin:.64rem 0 .66rem;font-size:clamp(1.78rem,3.5vw,2.7rem);letter-spacing:-.02em;line-height:1.1}.module-summary{margin:0;color:var(--muted);max-width:58ch;line-height:1.52}.industry-page .module-hero-card h1{max-width:22ch}.industry-breadcrumb{margin-top:.4rem;display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:#64748b}.industry-breadcrumb a{color:#1d4ed8}.industry-hub-card{display:grid;grid-gap:.46rem;gap:.46rem}.industry-hub-card small{color:#1e3a8a;font-size:.73rem;font-weight:600}.industry-module-card .btn{margin-top:.7rem}.module-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.module-panel{position:relative;border:1px solid var(--border);border-radius:16px;background:linear-gradient(170deg,rgba(255,255,255,.93),rgba(244,249,255,.74));padding:1.2rem;box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease),background var(--alive-base) var(--alive-ease);backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);overflow:hidden}.module-panel:before{content:"";position:absolute;inset:0;border-radius:inherit;border-top:1px solid rgba(255,255,255,.9);pointer-events:none}.module-panel:hover{transform:translateY(-3px);box-shadow:var(--glass-shadow-strong),var(--alive-depth-hover);border-color:var(--alive-border);background:linear-gradient(168deg,rgba(255,255,255,.97),rgba(240,247,255,.82))}.module-panel h2{margin:0;font-size:1.1rem}.module-panel p{margin:.6rem 0 0;color:var(--muted);line-height:1.58}.success-banner{border-color:#bfdbfe;background:#eff6ff}.card{border:1px solid var(--border);border-radius:16px;background:linear-gradient(170deg,rgba(255,255,255,.93),rgba(244,249,255,.74));padding:1.25rem 1.2rem;box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest)}.card-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.connection-state,.stream-state{margin:.35rem 0 0;font-size:.9rem;color:var(--text);line-height:1.45}.state-label{font-weight:600;color:var(--muted)}.dahua-player-wrap{margin-top:.5rem;border-radius:12px;overflow:hidden;background:#111}.player-label{margin:0 0 .4rem;font-size:.8125rem;color:var(--muted)}.player-label.player-error{color:#b91c1c;font-weight:600}.dahua-video{display:block;width:100%;max-width:100%;border-radius:12px}.module-list{margin:.7rem 0 0;padding-left:1.05rem;color:#334155;line-height:1.55}.compact-list{margin-top:.8rem}.compact-list li{margin-bottom:.2rem}.intro-chip-row{margin:.8rem 0 0;padding:0;list-style:none;display:flex;gap:.5rem;flex-wrap:wrap}.intro-chip-row li{border:1px solid #bfd6ff;border-radius:999px;background:#eef5ff;color:#1e3a8a;padding:.32rem .64rem;font-size:.78rem;font-weight:600}.module-feature-grid{margin-top:.82rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(236px,1fr));grid-gap:.84rem;gap:.84rem}.module-feature-card{border:1px solid var(--border);border-radius:16px;background:linear-gradient(164deg,rgba(255,255,255,.98),rgba(242,249,255,.88));padding:1.08rem;box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.module-feature-card:hover{transform:translateY(-3px);box-shadow:var(--alive-depth-hover);border-color:var(--alive-border)}.module-feature-card h3{margin:0;font-size:1rem}.module-feature-card p{margin:.44rem 0 0;color:#475569;line-height:1.45;font-size:.88rem}.operating-model-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:.82rem;gap:.82rem}.operating-model-card{border:1px solid #d4e3f8;border-radius:18px;background:linear-gradient(164deg,rgba(255,255,255,.96),rgba(242,248,255,.84));padding:1.08rem;box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest)}.operating-model-card h3{margin:0;font-size:1.02rem}.commercial-arc-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:.84rem;gap:.84rem}.commercial-arc-card{border:1px solid #d2e3fa;border-radius:16px;padding:1.02rem;background:linear-gradient(166deg,rgba(255,255,255,.98),rgba(240,248,255,.88));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.4rem;gap:.4rem}.commercial-arc-card h3{margin:0;font-size:1rem}.commercial-arc-card p{margin:0;color:#475569;line-height:1.5;font-size:.86rem}.continuity-band{margin-top:.92rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:.8rem;gap:.8rem}.continuity-band-card{border:1px solid #d4e3f9;border-radius:16px;padding:1.06rem;background:linear-gradient(164deg,rgba(255,255,255,.98),rgba(240,247,255,.88));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.38rem;gap:.38rem}.continuity-band-card span{width:-moz-fit-content;width:fit-content;border:1px solid #bfd6ff;border-radius:999px;background:#eff5ff;color:#1d4ed8;padding:.2rem .54rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.continuity-band-card h3{margin:0;font-size:1rem}.continuity-band-card p{margin:0;color:#475569;font-size:.86rem;line-height:1.5}.product-family-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(214px,1fr));grid-gap:.8rem;gap:.8rem}.product-family-card{border:1px solid var(--border);border-radius:16px;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(243,249,255,.88));overflow:hidden}.product-family-card-visual{margin:-1rem -1rem .75rem;border-radius:16px 16px 0 0;overflow:hidden;max-height:120px}.product-family-card-visual .catalog-image-placeholder{border-radius:0;border-left:none;border-right:none;border-top:none}.product-family-card{padding:1rem;box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest)}.product-family-card h3{margin:0;font-size:.95rem}.product-family-card p{margin:.44rem 0 0;color:#475569;font-size:.84rem;line-height:1.45}.product-family-card{transition:border-color .2s ease,box-shadow .2s ease}.product-family-card:hover{border-color:var(--alive-border);box-shadow:0 2px 12px rgba(0,0,0,.04)}.section-manufacturer-portfolio .manufacturer-portfolio-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:.75rem;gap:.75rem}.manufacturer-portfolio-tile{display:block;border:1px solid var(--border);border-radius:12px;padding:1rem;background:linear-gradient(165deg,#fff,rgba(243,249,255,.92));box-shadow:var(--glass-shadow-soft),0 1px 3px rgba(0,0,0,.04);color:inherit;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.manufacturer-portfolio-tile:hover{border-color:#bfdbfe;box-shadow:0 12px 28px -8px rgba(29,78,216,.2),0 0 0 1px rgba(14,165,233,.06);transform:translateY(-3px)}.manufacturer-portfolio-tile-visual{margin:-1rem -1rem .75rem;border-radius:12px 12px 0 0;overflow:hidden;min-height:0}.manufacturer-portfolio-tile-visual .catalog-image-placeholder{border-radius:0;border-left:none;border-right:none;border-top:none}.manufacturer-portfolio-tile h3{margin:0;font-size:.98rem;font-weight:600}.manufacturer-portfolio-tile p{margin:.35rem 0 0;font-size:.82rem;color:#64748b;line-height:1.4}.section-product-pyramid .product-pyramid-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.85rem;gap:.85rem}.product-pyramid-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(243,249,255,.85));padding:1rem;box-shadow:var(--glass-shadow-soft)}.product-pyramid-card h3{margin:0;font-size:.95rem}.product-pyramid-card p{margin:.4rem 0 0;color:#475569;font-size:.84rem;line-height:1.45}.product-pyramid-for{margin-top:.5rem;font-size:.8rem;color:#64748b}.deployment-fit-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem}.deployment-fit-card{border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem;background:#fafbfd}.deployment-fit-card h4{margin:0;font-size:.9rem;font-weight:600}.deployment-fit-card p{margin:.35rem 0 0;font-size:.82rem;color:#64748b;line-height:1.4}.section-surveillance-portfolio .surveillance-portfolio-grid{margin-top:.85rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.85rem;gap:.85rem}.surveillance-portfolio-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(243,249,255,.88));padding:1rem;box-shadow:var(--glass-shadow-soft);position:relative}.surveillance-portfolio-availability{position:absolute;top:.75rem;right:.75rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.surveillance-portfolio-card h3{margin:0 2.5rem 0 0;font-size:.95rem}.surveillance-portfolio-card p{margin:.4rem 0 0;color:#475569;font-size:.84rem;line-height:1.45}.section-four-products .section-title{max-width:22ch}.four-products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem;margin-top:1.25rem}.four-product-card{display:flex;flex-direction:column;gap:.35rem;padding:1.25rem;border:1px solid var(--border);border-radius:16px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}.four-product-card:hover{border-color:var(--alive-border);box-shadow:0 2px 12px rgba(0,0,0,.04)}.four-product-icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--accent);background:rgba(29,78,216,.08);border-radius:10px}.four-product-title{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.four-product-line{margin:0;font-size:.875rem;color:var(--muted);line-height:1.4}@media (max-width:899px){.four-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:519px){.four-products-grid{grid-template-columns:1fr}}.ecosystem-stack-diagram .relationship-stack-node{padding:1rem 1.15rem}.ecosystem-stack-diagram .relationship-stack-arrow{font-size:1.1rem}.trust-cta-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,auto);grid-gap:1.5rem;gap:1.5rem;align-items:start}.trust-verification-block h2{margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.trust-verification-list{margin:0 0 1rem;padding:0;list-style:none}.trust-verification-list li{padding:.25rem 0;font-size:.9rem;color:var(--text);line-height:1.4}@media (max-width:767px){.trust-cta-grid{grid-template-columns:1fr}}.product-lineup-grid{margin-top:.92rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.82rem;gap:.82rem}.product-family-category-block+.product-family-category-block{margin-top:1.08rem}.product-family-category-title{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#1d4ed8;font-weight:700}.product-lineup-card{border:1px solid #d2e2f8;border-radius:16px;padding:1rem;background:linear-gradient(164deg,rgba(255,255,255,.98),rgba(241,248,255,.9));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.32rem;gap:.32rem}.product-lineup-head{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.product-lineup-head h3{margin:0;font-size:.98rem}.product-lineup-meta{margin:0;color:#1d4ed8;font-size:.78rem}.product-lineup-card p{margin:0;color:#475569;font-size:.84rem;line-height:1.5}.product-lineup-card small{color:#64748b;font-size:.75rem;line-height:1.45}.product-ladder-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:.84rem;gap:.84rem}.product-ladder-card{border:1px solid #d2e3fa;border-radius:16px;padding:1.02rem;background:linear-gradient(166deg,rgba(255,255,255,.98),rgba(239,247,255,.9));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.36rem;gap:.36rem}.product-ladder-head{display:grid;grid-gap:.24rem;gap:.24rem}.product-ladder-head span{width:-moz-fit-content;width:fit-content;border:1px solid #bfd6ff;border-radius:999px;background:#eff5ff;color:#1d4ed8;padding:.2rem .55rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700}.product-ladder-head h3{margin:0;font-size:.98rem}.product-ladder-card p{margin:0;color:#475569;font-size:.84rem;line-height:1.5}.phase-roadmap-grid{margin-top:.88rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.72rem;gap:.72rem}.phase-roadmap-card{border:1px solid #d8e5f8;border-radius:16px;background:linear-gradient(165deg,rgba(255,255,255,.96),rgba(238,246,255,.84));padding:1.02rem;box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.36rem;gap:.36rem}.phase-roadmap-card span{width:-moz-fit-content;width:fit-content;border:1px solid #bfd6ff;border-radius:999px;padding:.22rem .56rem;font-size:.72rem;letter-spacing:.04em;color:#1d4ed8;font-weight:700;text-transform:uppercase;background:#eff4ff}.phase-roadmap-card h3{margin:0;font-size:.99rem}.phase-roadmap-card p{margin:0;color:#475569;font-size:.86rem;line-height:1.45}.relationship-stack{margin-top:.9rem;display:grid;grid-gap:.52rem;gap:.52rem}.relationship-stack-node{border:1px solid #cedff7;border-radius:16px;padding:.92rem 1rem;background:linear-gradient(167deg,rgba(255,255,255,.98),rgba(239,247,255,.88));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.28rem;gap:.28rem}.relationship-stack-node strong{font-size:.91rem}.relationship-stack-node small{color:#64748b;line-height:1.4;font-size:.8rem}.relationship-stack-arrow{justify-self:center;color:#2563eb;font-size:1.06rem;font-weight:700}.home-hero-container{position:relative;display:grid;grid-gap:clamp(.8rem,2vw,1.2rem);gap:clamp(.8rem,2vw,1.2rem)}.hero-cta-above-fold,.hero-cta-block{gap:.72rem}.btn-hero-primary{min-height:48px;padding:0 1.2rem;font-size:1rem;font-weight:600}.doc-diagram-ref{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.doc-diagram-ref .module-eyebrow{margin:0}.doc-diagram-list{margin:.5rem 0 0;padding-left:1.25rem;list-style:disc}.doc-diagram-list a{color:var(--primary);font-weight:500}.doc-diagram-list a:hover{text-decoration:underline}.downloads-stack{display:flex;flex-direction:column;gap:1rem}.downloads-hero-summary{font-size:1rem;line-height:1.55;max-width:58ch}.downloads-tab-nav{margin-top:1rem}.downloads-tab-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.downloads-tab-link{display:inline-block;padding:.5rem .9rem;border-radius:10px;border:1px solid var(--border);background:linear-gradient(165deg,rgba(255,255,255,.96),rgba(243,249,255,.88));color:var(--text);font-size:.9rem;font-weight:600;transition:border-color var(--alive-fast) var(--alive-ease),background var(--alive-fast) var(--alive-ease),color var(--alive-fast) var(--alive-ease)}.downloads-tab-link:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.downloads-restricted-notice{border:1px solid #fcd34d;border-radius:16px;padding:1rem 1.2rem;background:linear-gradient(165deg,rgba(254,249,195,.5),rgba(254,243,199,.3))}.downloads-restricted-notice .module-eyebrow{margin:0}.downloads-restricted-notice p{margin:.5rem 0 0;font-size:1rem;line-height:1.55;color:var(--text)}.downloads-restricted-notice .btn{margin-top:.75rem}.downloads-section h2{margin:0 0 .75rem;font-size:clamp(1.15rem,2.5vw,1.35rem)}.downloads-section-summary{margin:0 0 .25rem;max-width:72ch}.downloads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-top:.5rem}.download-card{border:1px solid var(--border);border-radius:16px;padding:1rem 1.1rem;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(244,249,255,.88));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:flex;flex-direction:column;gap:.6rem;transition:border-color var(--alive-base) var(--alive-ease),box-shadow var(--alive-base) var(--alive-ease)}.download-card:hover{border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.download-card-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem}.download-card-head h3{margin:0;font-size:1.02rem;line-height:1.28;flex:1 1 100%}.download-card-desc{margin:0;font-size:.9375rem;line-height:1.5;color:var(--muted)}.download-card-meta{margin:0;display:grid;grid-template-columns:auto 1fr;grid-gap:.25rem .75rem;gap:.25rem .75rem;font-size:.8125rem}.download-card-meta dt{margin:0;color:var(--muted);font-weight:600}.download-card-meta dd{margin:0;color:var(--text)}.download-card-actions{margin-top:.25rem}.download-card-actions .btn{min-height:44px;padding:0 1rem;font-size:.9375rem}.manpraos-stack{display:flex;flex-direction:column;gap:1rem}.manpraos-hero-summary{font-size:1rem;line-height:1.55;max-width:58ch}.manpraos-layers-grid{margin-top:.5rem}.manpraos-layer-card{min-height:0}.manpraos-rollout-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-top:.5rem}.manpraos-rollout-dl{margin:.5rem 0 0;font-size:.9rem}.manpraos-rollout-dl dt{margin-top:.5rem;font-weight:600;color:var(--muted)}.manpraos-rollout-dl dd{margin:.15rem 0 0}.manpraos-portal-panel .module-list.compact-list{margin-top:.5rem}.manpraos-portal-panel .btn{margin-top:.75rem}.pdp-spec-list{margin-top:.5rem}.architecture-strip-grid{margin-top:.92rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:.82rem;gap:.82rem}.catalog-families-panel .catalog-family-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.8rem;gap:.8rem}.catalog-family-card{border:1px solid var(--border);border-radius:12px;padding:1rem;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(243,249,255,.88));box-shadow:var(--glass-shadow-soft);position:relative}.catalog-family-availability{position:absolute;top:.65rem;right:.65rem;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.catalog-family-card h3{margin:0 2.2rem 0 0;font-size:.95rem}.catalog-family-card p{margin:.35rem 0 0;color:#475569;font-size:.84rem;line-height:1.45}.catalog-family-series{font-size:.78rem;color:#64748b;margin-top:.4rem}.catalog-family-link{display:inline-block;margin-top:.6rem;font-size:.85rem;font-weight:600;color:#1d4ed8}.catalog-family-link:hover{text-decoration:underline}.catalog-landing-panel .catalog-landing-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem}.catalog-landing-tile{display:block;border:1px solid var(--border);border-radius:12px;padding:1rem;background:linear-gradient(165deg,#fff,rgba(243,249,255,.9));box-shadow:var(--glass-shadow-soft);color:inherit;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.catalog-landing-tile:hover{border-color:#1d4ed8;box-shadow:0 4px 14px rgba(29,78,216,.12)}.catalog-landing-tile h3{margin:0;font-size:.98rem}.catalog-landing-tile p{margin:.35rem 0 0;font-size:.82rem;color:#64748b;line-height:1.4}.catalog-landing-tile-availability{position:absolute;top:.5rem;right:.5rem;font-size:.58rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.catalog-landing-tile{position:relative}.catalog-landing-tile-series{display:block;margin-top:.4rem;font-size:.72rem;color:#64748b}.catalog-landing-grid-12{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.catalog-listing-block-availability{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#1d4ed8;margin-top:.25rem}.catalog-buyer-channels{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 0;margin:.5rem 0 1rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.catalog-buyer-channels-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.catalog-buyer-channel-pill{font-size:.78rem;padding:.25rem .6rem;background:#f1f5f9;border-radius:999px;color:#475569}.catalog-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-top:.75rem}.catalog-product-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff;box-shadow:var(--glass-shadow-soft);display:flex;flex-direction:column}.catalog-product-card-image-link{display:block;aspect-ratio:4/3;background:#f8fafc}.catalog-product-card-body{padding:.9rem 1rem;display:flex;flex-direction:column;gap:.35rem}.catalog-product-card-family{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.catalog-product-card-title{margin:0;font-size:.98rem}.catalog-product-card-title a{color:inherit;text-decoration:none}.catalog-product-card-title a:hover{text-decoration:underline;color:#1d4ed8}.catalog-product-card-model{margin:0;font-size:.8rem;color:#64748b}.catalog-product-card-descriptor{margin:0;font-size:.84rem;color:#475569;line-height:1.4}.catalog-product-card-highlights{margin:.4rem 0 0;padding-left:1rem;font-size:.8rem;color:#475569;line-height:1.45}.catalog-product-card-use-case{margin:.25rem 0 0;font-size:.8rem;color:#64748b}.catalog-product-card-availability{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:.35rem;display:inline-block}.catalog-availability-in-stock{color:#059669}.catalog-availability-project-supply{color:#1d4ed8}.catalog-availability-on-request{color:#b45309}.catalog-product-card-actions{margin-top:.85rem;padding-top:.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.5rem}.catalog-product-card-quote-note{margin:0;width:100%;font-size:.74rem;color:#64748b}.buyer-path-strip{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:1rem;padding:.75rem 0;border-top:1px solid var(--border)}.buyer-path-strip-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-right:.25rem}.buyer-path-chip{display:inline-block;padding:.3rem .65rem;border-radius:8px;font-size:.8125rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid transparent;transition:background .15s ease,color .15s ease}.buyer-path-chip:hover{background:#e2e8f0;color:#0f172a}.catalog-listing-block{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.catalog-listing-block:first-child{margin-top:0;padding-top:0;border-top:0}.catalog-listing-block-title{margin:0;font-size:1.1rem}.catalog-listing-block-desc{margin:.35rem 0 0;font-size:.88rem;color:#64748b}.catalog-listing-block-empty{margin:.5rem 0 0;font-size:.88rem;color:#64748b;font-style:italic}.catalog-image-placeholder{position:relative;width:100%;height:0;background:#f1f5f9;border:1px solid #e2e8f0;overflow:hidden;border-radius:10px}.catalog-image-placeholder-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#475569}.catalog-product-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center}.catalog-image-placeholder-icon{width:36%;height:auto;max-width:64px;color:#64748b}.catalog-product-card .catalog-image-placeholder{border-radius:10px}.catalog-image-placeholder-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;margin-top:.25rem;color:#64748b}.product-family-silhouette{border-radius:8px}.product-family-silhouette .catalog-image-placeholder-icon{max-width:48px}.catalog-gallery-placeholder{display:grid;grid-gap:.5rem;gap:.5rem}.catalog-gallery-main{border-radius:12px;overflow:hidden;border:1px solid var(--border)}.catalog-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));grid-gap:.4rem;gap:.4rem}.catalog-gallery-thumb{border-radius:8px;overflow:hidden;border:1px solid var(--border)}.pdp-hero-with-gallery{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.pdp-hero-content,.pdp-hero-gallery{min-width:0}.pdp-model-code{margin:.25rem 0 0;font-size:.9rem;color:#475569}.pdp-spec-table-wrap{margin-top:.5rem;overflow-x:auto;border:1px solid var(--border);border-radius:10px}.pdp-spec-table{width:100%;border-collapse:collapse;font-size:.88rem}.pdp-spec-table td,.pdp-spec-table th{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.pdp-spec-table th{font-weight:600;background:#f8fafc;color:#475569}.pdp-spec-table tr:last-child td{border-bottom:0}.pdp-spec-note{margin-top:.5rem;font-size:.82rem}.pdp-buyer-paths{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 0;margin:.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pdp-buyer-paths-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.pdp-buyer-path-pill{font-size:.78rem;padding:.25rem .6rem;background:#f1f5f9;border-radius:999px;color:#475569}.trust-positioning-list{margin:.5rem 0 0;padding-left:1.25rem;line-height:1.6;color:#475569}.trust-positioning-list li{margin-bottom:.4rem}.trust-manufacturing-positioning-panel{border-left:3px solid #1d4ed8}@media (max-width:768px){.catalog-product-grid,.pdp-hero-with-gallery{grid-template-columns:1fr}.catalog-landing-grid{grid-template-columns:repeat(2,1fr)}}.manpra-series-panel .manpra-series-grid{margin-top:.85rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.8rem;gap:.8rem}.manpra-series-card{border:1px solid var(--border);border-radius:12px;padding:.95rem;background:#fafbfd}.manpra-series-card h3{margin:0;font-size:.95rem}.manpra-series-card p{margin:.35rem 0 0;font-size:.84rem;color:#475569;line-height:1.45}.manpra-series-positioning{margin-top:.4rem;font-size:.8rem;color:#64748b}.buyer-paths-panel .buyer-paths-grid{margin-top:.85rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.85rem;gap:.85rem}.buyer-path-card{border:1px solid var(--border);border-radius:12px;padding:1rem;background:#fafbfd}.buyer-path-card h3{margin:0;font-size:.95rem}.buyer-path-card p{margin:.4rem 0 0;font-size:.84rem;color:#475569;line-height:1.45}.buyer-path-card .btn{margin-top:.65rem}.btn-sm{padding:.4rem .75rem;font-size:.8rem;min-height:auto}.manufacturing-positioning-panel .manufacturing-positioning-grid{margin-top:.85rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.8rem;gap:.8rem}.manufacturing-positioning-card{border:1px solid #d3e2f8;border-radius:12px;padding:.95rem;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(241,248,255,.9))}.manufacturing-positioning-card h3{margin:0;font-size:.92rem}.manufacturing-positioning-card p{margin:.35rem 0 0;font-size:.84rem;color:#475569;line-height:1.45}.pdp-template .pdp-actions{margin-top:1rem}.pdp-template .pdp-quote-note{margin:.45rem 0 0}.pdp-template .pdp-cta-block{border-left:3px solid #1d4ed8}.architecture-strip-card{border:1px solid #d1e2f8;border-radius:16px;padding:1rem;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(240,248,255,.88));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.34rem;gap:.34rem}.architecture-strip-card h3{margin:0;font-size:.98rem}.architecture-strip-card p,.architecture-strip-card small{margin:0;color:#475569;line-height:1.5;font-size:.84rem}.comparison-engine-grid{margin-top:.94rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:.84rem;gap:.84rem}.comparison-engine-card{border:1px solid #d2e3fa;border-radius:16px;padding:1.02rem;background:linear-gradient(166deg,rgba(255,255,255,.98),rgba(240,247,255,.9));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.42rem;gap:.42rem}.comparison-engine-card h3{margin:0;font-size:1rem}.comparison-engine-card p{margin:0;color:#475569;font-size:.85rem;line-height:1.5}.diligence-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:.82rem;gap:.82rem}.diligence-card{border:1px solid #d3e2f8;border-radius:16px;padding:.98rem;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(241,248,255,.9));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.28rem;gap:.28rem}.diligence-card h3{margin:0;font-size:.98rem}.diligence-card p{margin:0;color:#475569;font-size:.85rem;line-height:1.5}.buyer-confidence-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.85rem;gap:.85rem}.buyer-confidence-card{border:1px solid #d3e2f8;border-radius:12px;padding:.98rem;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(241,248,255,.9));box-shadow:var(--glass-shadow-soft)}.buyer-confidence-card h3{margin:0;font-size:.95rem}.buyer-confidence-card p{margin:.35rem 0 0;color:#475569;font-size:.85rem;line-height:1.5}.ecosystem-role-grid{margin-top:.92rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:.78rem;gap:.78rem}.ecosystem-role-card{border:1px solid #d3e3f9;border-radius:16px;padding:.98rem;background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(241,248,255,.9));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.28rem;gap:.28rem}.ecosystem-role-card.is-active{border-color:#a9c8f8;box-shadow:var(--glass-shadow-strong),var(--alive-depth-hover);background:linear-gradient(165deg,rgba(237,245,255,.98),rgba(228,240,255,.9))}.ecosystem-role-card h3{margin:0;font-size:.96rem}.ecosystem-role-card p{margin:0;color:#475569;font-size:.84rem;line-height:1.5}.investor-nav{border:1px solid var(--border);border-radius:14px;background:linear-gradient(165deg,rgba(255,255,255,.93),rgba(245,250,255,.8));padding:.46rem;display:flex;align-items:center;gap:.42rem;overflow-x:auto;scrollbar-width:none}.investor-nav::-webkit-scrollbar{display:none}.investor-nav-link{border:1px solid transparent;border-radius:999px;padding:.32rem .66rem;font-size:.78rem;color:#475569;white-space:nowrap;transition:border-color var(--alive-fast) var(--alive-ease),color var(--alive-fast) var(--alive-ease),background var(--alive-fast) var(--alive-ease)}.investor-nav-link:hover{border-color:#d4e2f8;color:#1e293b;background:#f8fbff}.investor-nav-link.is-active{border-color:#bfd6ff;color:#1d4ed8;background:#eff5ff}.product-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.product-tile{position:relative;border:1px solid var(--border);border-radius:12px;background:#fafbfc;padding:1rem 1.1rem;display:grid;grid-gap:.5rem;gap:.5rem;transition:border-color .15s ease,box-shadow .15s ease}.product-tile[data-plan-type=platform]{border-left:3px solid #64748b}.product-tile:hover{border-color:var(--border);box-shadow:0 2px 8px rgba(15,23,42,.06)}.product-tile-name{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700}.product-tile-price{margin:0;font-size:1.1rem;font-weight:700;color:var(--text)}.product-tile-best-for{margin:0;font-size:.8125rem;color:#475569;line-height:1.45}.product-tile-includes{margin:.4rem 0 0;padding-left:1rem;color:#334155;font-size:.8125rem;line-height:1.5}.product-tile-cta{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border);gap:.5rem}.product-tile-cta .btn-primary{width:100%;justify-content:center}.product-tile-cta-note{margin:0;width:100%}.product-tile h3{margin:0;font-size:1.18rem}.product-tile p{margin:0;color:#475569;line-height:1.52}.product-tile ul{margin:.26rem 0 0;padding-left:1rem;color:#334155;line-height:1.52}.section-entry-shortcuts.section-wrap{padding-top:clamp(2rem,5.4vw,3rem)}.home-shortcuts-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:.55rem;gap:.55rem}.home-shortcut-link{min-height:44px;border:1px solid #d8e5f8;border-radius:12px;background:#ffffff;color:#334155;font-size:.86rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;padding:.5rem .7rem;text-align:center;transition:border-color var(--alive-fast) var(--alive-ease),color var(--alive-fast) var(--alive-ease),box-shadow var(--alive-fast) var(--alive-ease)}.home-shortcut-link:hover{border-color:#bfd6ff;color:#1d4ed8;box-shadow:0 8px 18px rgba(37,99,235,.08)}.section-systems.section-wrap{padding-top:64px;padding-bottom:64px}.systems-starter-grid{gap:1.25rem}.systems-starter-card{padding:1.1rem 1.15rem;display:flex;flex-direction:column;gap:.5rem}.systems-starter-card .systems-starter-tier{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.systems-starter-card h3{margin:0;font-size:1.15rem;font-weight:700}.systems-starter-price{margin:0;font-size:.82rem;font-weight:600;color:#1d4ed8}.systems-starter-includes{margin:0;font-size:.875rem;color:#475569;line-height:1.4}.systems-starter-upgrade{margin:0;font-size:.8125rem;color:#64748b;line-height:1.4}.systems-starter-cta{margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.systems-ladder-inline{margin:.36rem 0 0;font-size:.82rem;color:#64748b}.systems-cards-wrap{width:100%;margin-top:.9rem}.systems-cards-intro-headline{margin:0 0 .25rem;font-size:1.35rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.systems-cards-ladder{margin:0 0 1.25rem;font-size:.95rem;color:var(--muted);font-weight:500}.systems-cards-ladder-subline{margin:-.9rem 0 1rem;font-size:.82rem;color:#64748b}.system-ladder-bar{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 0;position:relative}.system-ladder-bar:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60%;max-width:280px;height:1px;background:linear-gradient(90deg,transparent 0,var(--border) 15%,var(--border) 85%,transparent 100%);pointer-events:none}.system-ladder-bar-segment{position:relative;z-index:1;font-size:.8rem;font-weight:500;color:var(--muted);padding:.25rem .5rem;background:#fff;border-radius:6px;transition:color .18s ease,font-weight .18s ease}.system-ladder-bar>span{display:inline-flex;align-items:center;gap:.35rem}.system-ladder-bar-arrow{color:var(--muted);font-size:.85rem;font-weight:500}.systems-cards-wrap:has(.systems-card[data-system=business-starter]:hover) .system-ladder-bar-segment[data-step="8"],.systems-cards-wrap:has(.systems-card[data-system=home-starter]:hover) .system-ladder-bar-segment[data-step="1"],.systems-cards-wrap:has(.systems-card[data-system=shop-starter]:hover) .system-ladder-bar-segment[data-step="4"]{color:var(--accent);font-weight:600}.system-scale-tag{display:inline-block;width:-moz-fit-content;width:fit-content;margin-bottom:.35rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.systems-cards-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;max-width:64rem;margin:0 auto}.systems-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:.5rem;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.systems-card:hover{transform:translateY(-3px);border-color:#94a3b8;box-shadow:0 6px 20px rgba(0,0,0,.06)}.systems-card-head{display:grid;grid-gap:.45rem;gap:.45rem}.systems-card-tier{width:-moz-fit-content;width:fit-content;border:1px solid #d8e4f7;border-radius:999px;background:#f8fbff;color:#1d4ed8;padding:.22rem .58rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.systems-card-title{margin:0;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.systems-card-for{margin:0;font-size:.9rem;color:var(--muted);line-height:1.4}.systems-card-price-hint{margin:.1rem 0 0;font-size:.82rem;font-weight:600;color:#1d4ed8}.systems-card-camera-dots{display:flex;flex-wrap:wrap;gap:.35rem;margin:.25rem 0 0;justify-content:center}.systems-card-camera-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);opacity:.6}.systems-card-camera-count{margin:0;font-size:.95rem;font-weight:600;color:var(--text);line-height:1.3}.systems-card-specs{margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:0}.systems-card-spec-group{margin-top:.85rem}.systems-card-spec-group:first-child{margin-top:0}.systems-card-spec-group-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#64748b;display:block;margin-bottom:.4rem}.systems-card-spec-group dl{margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.systems-card-row{display:grid;grid-template-columns:7rem 1fr;grid-gap:.5rem;gap:.5rem;align-items:baseline}.systems-card-specs>.systems-card-row.systems-card-upgrade{margin-top:.85rem;padding-top:.6rem;border-top:1px solid var(--border)}.systems-card-row dt{margin:0;font-size:.78rem;font-weight:500;color:var(--muted)}.systems-card-row dd{margin:0;font-size:.85rem;color:#64748b;line-height:1.35}.systems-card-upgrade dd{color:var(--accent);font-weight:500}.systems-card-cta{margin-top:auto;padding-top:1.25rem;display:flex;flex-direction:column;gap:.35rem}.systems-card-cta .btn{width:100%;justify-content:center}.systems-card-cta-micro{margin:0;font-size:.75rem;color:var(--muted);line-height:1.35;text-align:center}.system-comparison-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.8rem;color:var(--muted)}.system-comparison-item{white-space:nowrap}@media (min-width:640px){.systems-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px}.systems-card-camera-dots{justify-content:flex-start}}@media (min-width:960px){.systems-cards-grid{grid-template-columns:repeat(3,1fr);gap:24px}.systems-card{padding:24px}.systems-card-title{font-size:1.5rem}}@media (max-width:639px){.system-ladder-bar{flex-wrap:wrap;justify-content:center;gap:.35rem}.system-ladder-bar:before{display:none}.system-comparison-row{flex-direction:column;align-items:center;text-align:center}.system-comparison-item{white-space:normal}}.works-with-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:.74rem;gap:.74rem}.works-with-card{position:relative;border:1px solid var(--border);border-radius:14px;background:linear-gradient(160deg,rgba(255,255,255,.95),rgba(245,250,255,.8));padding:.84rem;display:flex;flex-direction:column;gap:.28rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease),background var(--alive-base) var(--alive-ease);box-shadow:var(--alive-depth-rest);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.works-with-card:hover{border-color:var(--alive-border);background:#f8fbff;transform:translateY(-3px);box-shadow:var(--alive-depth-hover)}.works-with-card:after{content:"→";position:absolute;top:.76rem;right:.74rem;color:#94a3b8;font-size:.8rem;transition:color var(--alive-fast) var(--alive-ease),transform var(--alive-fast) var(--alive-ease)}.works-with-card:hover:after{color:#1d4ed8;transform:translateX(2px)}.works-with-card span{font-weight:600}.works-with-card small{color:var(--muted);line-height:1.38;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.card-bullets{margin:.24rem 0 0;padding-left:1rem;color:#475569;font-size:.82rem;line-height:1.45}.form-grid{margin-top:.9rem;display:grid;grid-gap:.72rem;gap:.72rem;max-width:480px}.auth-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);grid-gap:.82rem;gap:.82rem;align-items:start}.auth-side{min-height:100%}.field{display:grid;grid-gap:.36rem;gap:.36rem}.field span{font-size:.83rem;font-weight:600;color:#334155}.field input,.field select{min-height:42px;padding:0 .74rem;border:1px solid var(--border);border-radius:10px;background:#fff;font:inherit}.field input:focus,.field select:focus{outline:2px solid #c7dbff;border-color:#8fb5ff}.field input:disabled,.field select:disabled{background:#f8fafc;color:#64748b}.option-chip-grid{display:flex;flex-wrap:wrap;gap:.46rem}.option-chip{border:1px solid var(--border);border-radius:999px;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,248,255,.78));color:#334155;min-height:34px;padding:0 .66rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.option-chip:hover{transform:translateY(-1px);border-color:#bfd6ff}.option-chip.is-active{border-color:#9ec5ff;color:#1d4ed8;background:linear-gradient(165deg,#edf4ff,#deebff)}.form-stack{gap:.85rem}.form-stack,.form-stack label{display:flex;flex-direction:column}.form-stack label{gap:.35rem}.form-stack label span{font-size:.8125rem;font-weight:600;color:var(--muted)}.form-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.25rem}.form-error{margin:.5rem 0 0;border:1px solid #fecaca;border-radius:10px;padding:.62rem .7rem;color:#b91c1c;background:#fff1f2;font-size:.86rem}.form-error a{color:#b91c1c;font-weight:700;text-decoration:underline}.form-footnote{margin:.7rem 0 0;color:var(--muted);font-size:.9rem}.form-footnote a{color:#1d4ed8;font-weight:600}.feedback-form{display:grid;grid-gap:.85rem;gap:.85rem;margin-top:.9rem}.feedback-form label{display:grid;grid-gap:.4rem;gap:.4rem}.feedback-form span{font-size:.8125rem;font-weight:600;color:#475569}.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;border:1px solid var(--border);border-radius:10px;background:#fff;padding:.65rem .75rem;color:#0f172a;font:inherit}.feedback-form input:focus,.feedback-form select:focus,.feedback-form textarea:focus{outline:none;border-color:#9ec5ff;box-shadow:0 0 0 3px rgba(59,130,246,.16)}@media (max-width:480px){.feedback-form{gap:.75rem}.feedback-form input,.feedback-form select,.feedback-form textarea{padding:.6rem .7rem;min-height:44px}.feedback-form textarea{min-height:100px}}.spam-trap-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.sticky-cta{position:-webkit-sticky;position:sticky;bottom:0;z-index:35;border-top:1px solid var(--apple-border);background:linear-gradient(165deg,rgba(255,255,255,.92),rgba(250,251,253,.88));backdrop-filter:blur(14px) saturate(120%);-webkit-backdrop-filter:blur(14px) saturate(120%);box-shadow:0 -2px 12px rgba(0,0,0,.03)}.sticky-cta-inner{width:min(1180px,calc(100% - 2rem));margin:0 auto;min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:.9rem}.sticky-cta-label{color:#334155;font-size:.9rem;font-weight:600}.sticky-cta-actions{display:flex;flex-wrap:wrap;gap:.55rem}.site-footer{border-top:1px solid var(--border);background:linear-gradient(180deg,#fbfdff,#f2f6fb)}.site-footer--minimal{border-top:1px solid rgba(0,0,0,.05);background:#fafbfc}.footer-grid{display:grid;grid-template-columns:minmax(240px,1.35fr) repeat(5,minmax(0,1fr));grid-gap:1.25rem 1.5rem;gap:1.25rem 1.5rem;padding:1.75rem 0 1.25rem}.footer-grid--minimal{grid-template-columns:minmax(180px,1.2fr) repeat(4,minmax(0,1fr));gap:2rem 2.5rem;padding:2.5rem 0 1.75rem}.footer-brand-col{border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.1rem;background:rgba(255,255,255,.92);box-shadow:0 4px 16px rgba(15,23,42,.04)}.footer-brand-col--minimal{border:none;box-shadow:none;background:transparent;padding:0}.footer-brand-wordmark{margin:.5rem 0 0;font-size:1rem;font-weight:600;color:var(--apple-text);letter-spacing:-.02em}.footer-brand-tagline{margin:.35rem 0 0;line-height:1.4;max-width:22ch}.footer-brand-tagline,.footer-location{font-size:.8125rem;color:var(--apple-muted)}.footer-location{margin:.75rem 0 0}.footer-reg{margin:.2rem 0 0;font-size:.75rem;color:var(--apple-muted)}.footer-brand-logo-link{display:inline-flex;width:-moz-fit-content;width:fit-content}.footer-brand-logo{width:auto;height:38px;object-fit:contain}.footer-brand{margin:.4rem 0 0;font-size:.85rem;letter-spacing:.05em;font-weight:700}.footer-note{margin:.35rem 0 0;color:var(--muted);line-height:1.45;max-width:32ch;font-size:.78rem}.footer-trust-line{color:#475569;font-weight:500}.footer-whatsapp-link{display:block}.footer-feedback-link{margin-top:.42rem;display:inline-flex;align-items:center;gap:.3rem;color:#1d4ed8;font-size:.8rem;font-weight:600}.footer-feedback-link:hover{text-decoration:underline}.footer-col,.footer-desktop-col{display:block}.footer-col .footer-heading{font-weight:600;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--apple-muted)}.footer-col .footer-links a{font-size:.875rem;font-weight:500;color:var(--apple-muted)}.footer-col .footer-links a:hover{color:var(--apple-text)}.footer-mobile-accordion{display:none}.footer-heading{margin:0;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600;color:#475569}.footer-links{margin:.5rem 0 0;padding:0;list-style:none;display:grid;grid-gap:.4rem;gap:.4rem}.footer-links a{color:#334155;font-size:.84rem;line-height:1.4;overflow-wrap:break-word}.footer-links a:hover{color:#1d4ed8}.footer-accordion-item{border:1px solid #d9e5f7;border-radius:12px;background:rgba(255,255,255,.92);overflow:hidden}.footer-accordion-item summary{list-style:none;cursor:pointer;padding:.72rem .82rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;font-weight:700;color:#334155}.footer-accordion-item summary::-webkit-details-marker{display:none}.footer-accordion-item .footer-links{padding:0 .82rem .8rem;margin:0}.footer-legal{border-top:1px solid #dbe6f5;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:.8rem;color:#64748b;font-size:.76rem;flex-wrap:wrap}.footer-legal-links{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.7rem}.footer-legal-links a{color:#475569}.footer-legal-links a:hover{color:#1d4ed8}.footer-legal--minimal{border-top:1px solid rgba(0,0,0,.05);padding:1rem 0 1.5rem;font-size:.8125rem;color:var(--apple-muted);font-weight:500}.footer-legal--minimal .footer-legal-links{gap:.35rem}.footer-legal--minimal .footer-legal-links a{color:var(--apple-muted)}.footer-legal--minimal .footer-legal-links span[aria-hidden]{color:var(--apple-muted);opacity:.7}@media (max-width:960px){.footer-grid--minimal{grid-template-columns:1fr 1fr;gap:1.5rem 1.25rem}}@media (max-width:640px){.footer-grid--minimal{grid-template-columns:1fr;gap:1.25rem}}.official-presence-block{margin-top:.7rem;border:1px solid #d9e4f5;border-radius:14px;padding:.72rem .76rem;background:linear-gradient(166deg,rgba(255,255,255,.96),rgba(244,250,255,.82));display:grid;grid-gap:.42rem;gap:.42rem}.official-presence-block h2{margin:0;font-size:1.16rem}.official-presence-eyebrow{margin:0;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8;font-weight:700}.official-presence-location,.official-presence-summary,.official-social-label{margin:0;color:#334155;font-size:.82rem;line-height:1.45}.official-google-badge{margin:0;display:inline-flex;align-items:center;gap:.35rem;width:-moz-fit-content;width:fit-content;border:1px solid #cfe0fb;border-radius:999px;background:#f3f8ff;color:#1d4ed8;padding:.25rem .58rem;font-size:.76rem;font-weight:700}.official-social-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.44rem;gap:.44rem}.official-social-link{min-height:36px;border:1px solid #d5e3f7;border-radius:10px;padding:.36rem .5rem;display:inline-flex;align-items:center;gap:.38rem;color:#334155;font-size:.8rem;font-weight:600;background:rgba(255,255,255,.9);transition:border-color var(--alive-fast) var(--alive-ease),transform var(--alive-fast) var(--alive-ease)}.official-social-link:hover{border-color:#bfd6ff;transform:translateY(-1px)}.official-social-alt-link{color:#1d4ed8;font-size:.78rem;font-weight:600}.official-presence-block.is-compact{margin-top:.58rem}.official-presence-block.is-compact .official-presence-summary{font-size:.8rem}.trust-card-grid,.trust-cta-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:.9rem;gap:.9rem;align-items:start}.app-shell,.home-stack,.module-page{overflow-x:clip}.app-shell{border-top:1px solid var(--border);padding:1.2rem 0 7.5rem;background:radial-gradient(circle at 0 -10%,rgba(59,130,246,.12),transparent 34%),radial-gradient(circle at 100% 0,rgba(191,219,254,.4),transparent 36%),#ffffff}.app-shell-container{display:flex;flex-direction:column;gap:.9rem}.app-shell-header{position:relative;border:1px solid var(--border-strong);border-radius:16px;background:linear-gradient(165deg,rgba(255,255,255,.92),rgba(242,248,255,.74));padding:1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;animation:fadeSlideIn .6s ease both;backdrop-filter:blur(14px) saturate(122%);-webkit-backdrop-filter:blur(14px) saturate(122%);box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.app-shell-header:before{content:"";position:absolute;inset:0;border-radius:inherit;border-top:1px solid rgba(255,255,255,.92);pointer-events:none}.app-shell-header:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--glass-shadow-strong),var(--alive-depth-hover)}.app-shell-header h1{margin:.3rem 0 0;font-size:clamp(1.3rem,2.4vw,1.8rem)}.app-shell-brand{display:inline-flex;align-items:center;gap:.58rem}.app-shell-brand-icon{width:auto;height:30px;object-fit:contain}.app-shell-meta{margin:.42rem 0 0;color:#475569;font-size:.8rem}.app-shell-subline{margin:.5rem 0 0;color:var(--muted);font-size:.9rem}.app-shell-tagline{margin:.25rem 0 0;color:var(--muted);font-size:.85rem;font-weight:500;line-height:1.35}.app-onboarding-reminder{border-color:#f3cf8c;background:linear-gradient(165deg,rgba(255,250,240,.96),rgba(255,247,231,.88))}.module-access-gate{border-color:#f3cf8c;background:linear-gradient(165deg,rgba(255,250,240,.96),rgba(255,246,229,.9))}.app-context-ribbon{top:.4rem;z-index:8;position:-webkit-sticky;position:sticky;border:1px solid var(--glass-border);border-radius:14px;padding:.66rem .8rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;background:linear-gradient(165deg,rgba(255,255,255,.88),rgba(244,249,255,.72));backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.app-context-ribbon:hover{border-color:var(--alive-border);box-shadow:var(--glass-shadow-strong),var(--alive-depth-hover)}.app-context-head{display:grid;grid-gap:.36rem;gap:.36rem}.app-context-label{width:-moz-fit-content;width:fit-content;border:1px solid #c5d9fb;border-radius:999px;padding:.16rem .5rem;background:linear-gradient(165deg,rgba(238,246,255,.95),rgba(229,240,255,.86));color:#1d4ed8;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.app-context-trail{display:flex;flex-wrap:wrap;align-items:center;gap:.24rem}.app-context-node{display:inline-flex;align-items:center;font-size:.78rem;font-weight:600;color:#334155}.app-context-node+.app-context-node:before{content:"›";margin:0 .28rem 0 .18rem;color:#94a3b8}.app-context-meta{display:flex;align-items:center;gap:.44rem;flex-wrap:wrap;justify-content:flex-end}.app-context-chip{border:1px solid #bfd6ff;border-radius:999px;padding:.2rem .52rem;background:#eff5ff;color:#1d4ed8;font-size:.72rem;font-weight:700}.app-context-chip.is-muted{color:#334155;background:#f1f5f9;border-color:#d5e0ee}.app-context-chip.is-live{color:#0b6b34;background:#e8f7ef;border-color:#a8ddbf}.app-context-chip.is-guided{color:#7a4f00;background:#fff8e8;border-color:#f3d490}.app-context-route{color:#64748b;font-size:.76rem;font-weight:600;letter-spacing:.01em}.app-context-stats{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:.42rem;border-top:1px solid rgba(203,213,225,.62);padding-top:.52rem}.app-context-stat{border:1px solid #d7e3f2;border-radius:999px;padding:.16rem .5rem;font-size:.72rem;font-weight:600;color:#334155;background:#f8fbff}.app-context-stat.is-live{color:#0b6b34;border-color:#a8ddbf;background:#e8f7ef}.app-context-time{margin-left:auto;font-size:.74rem;color:#64748b;font-weight:700}.app-shell-actions{display:flex;gap:.52rem;flex-wrap:wrap}.app-shell-module-row{margin-top:.58rem}.app-role-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.6rem;gap:.6rem}.app-role-chip{border:1px solid var(--border);border-radius:14px;background:linear-gradient(165deg,rgba(255,255,255,.94),rgba(245,250,255,.76));padding:.68rem .78rem;display:flex;flex-direction:column;gap:.24rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-role-chip:hover{border-color:#bfd6ff;background:#f7fbff;transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.08)}.app-role-chip span{font-size:.9rem;font-weight:700}.app-role-chip small{color:var(--muted);line-height:1.35}.app-shell-main{display:grid;grid-template-columns:232px 1fr;grid-gap:.9rem;gap:.9rem}.app-shell-sidebar{border:1px solid var(--border);border-radius:12px;background:#fafbfc;padding:.65rem;position:-webkit-sticky;position:sticky;top:5.3rem;height:-moz-fit-content;height:fit-content;max-height:calc(100vh - 6.2rem);overflow:auto;transition:border-color .15s ease,background .15s ease}.app-shell-sidebar:hover{border-color:var(--border);background:#f8fafc}.app-shell-nav{display:grid;grid-gap:.75rem;gap:.75rem}.app-shell-nav-label{margin:0;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-weight:700}.app-shell-nav-group{display:grid;grid-gap:.4rem;gap:.4rem}.app-shell-nav-group-title{margin:0;font-size:.7rem;color:#64748b;font-weight:600;letter-spacing:.03em}.app-shell-nav-items{display:grid;grid-gap:.35rem;gap:.35rem}.app-shell-link{position:relative;border:1px solid transparent;border-radius:10px;padding:.5rem .6rem;background:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.5rem;gap:.5rem;color:#334155;transition:background .15s ease,border-color .15s ease,color .15s ease}.app-shell-link-icon{width:22px;height:22px;border-radius:8px;border:1px solid var(--border);background:#f8fafc;color:#64748b;display:inline-grid;place-items:center;font-size:.68rem;font-weight:600}.app-shell-link-body{min-width:0;display:grid;grid-gap:.06rem;gap:.06rem}.app-shell-link-body strong{font-size:.8125rem;font-weight:600;line-height:1.25}.app-shell-link-body small{color:#64748b;font-size:.6875rem;line-height:1.25}.app-shell-link-indicator{color:#94a3b8;font-size:.75rem;font-weight:600}.app-shell-link:hover{background:#f1f5f9;border-color:var(--border);color:#0f172a}.app-shell-link:hover .app-shell-link-icon{background:#e2e8f0;color:#475569}.app-shell-link:hover .app-shell-link-indicator{color:#64748b}.app-shell-link.is-active{border-color:var(--border);background:#f1f5f9;color:#0f172a}.app-shell-link.is-active .app-shell-link-icon{border-color:#cbd5e1;background:#e2e8f0;color:#475569}.app-shell-link.is-active .app-shell-link-indicator{color:#475569}.app-shell-content{display:flex;flex-direction:column;gap:.8rem}.app-grid{display:grid;grid-gap:1rem;gap:1rem}.command-top-strip{background:linear-gradient(168deg,#f8fafc,#f1f5f9);border-bottom:1px solid var(--border);padding:.75rem clamp(1rem,3vw,1.5rem);padding-inline:clamp(18px,4vw,28px)}.command-top-strip-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;max-width:1240px;margin:0 auto}.command-top-strip-primary{display:flex;align-items:center;gap:.65rem}.command-top-strip-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#64748b}.command-top-strip .ops-chip{font-size:.8125rem;padding:.3rem .7rem;font-weight:600}.command-top-strip .ops-chip.is-healthy{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.command-top-strip .ops-chip.is-warning{background:#fffbeb;border-color:#fde68a;color:#b45309}.command-top-strip .ops-chip.is-critical{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.command-top-strip-metrics{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.8125rem;color:#64748b}.command-top-strip-metric strong{color:var(--text);font-weight:600;margin-right:.25em}.command-top-strip-metric--warning strong{color:#b45309}.command-top-strip-metric--critical strong{color:#b91c1c}.command-live-flow{background:#fafbfc;border-bottom:1px solid var(--border);padding:.65rem clamp(1rem,3vw,1.5rem);padding-inline:clamp(18px,4vw,28px)}.command-live-flow-inner{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;max-width:1240px;margin:0 auto}.command-live-flow-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;min-width:4.5rem}.command-live-flow-steps{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.command-live-flow-step{display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem;border-radius:10px;background:transparent;transition:background .15s ease;border:1px solid transparent}.command-live-flow-step:hover{background:#f1f5f9}.command-live-flow-arrow{color:#cbd5e1;font-size:.8rem;margin:0 .2rem;font-weight:400}.command-live-flow-name{font-size:.8125rem;font-weight:500;color:var(--text)}.command-live-flow-symbol{font-size:1rem;font-weight:600;line-height:1;display:inline-flex;align-items:center}.command-live-flow--ok .command-live-flow-symbol{color:#059669}.command-live-flow--warning .command-live-flow-symbol{color:#b45309}.command-live-flow--critical .command-live-flow-symbol{color:#dc2626}.command-secondary{border:1px solid var(--border);border-radius:12px;background:#fafbfc;overflow:hidden}.command-secondary summary{cursor:pointer;font-weight:600;font-size:.875rem;padding:.7rem 1rem;list-style:none;color:#475569;background:#f8fafc;border-bottom:1px solid var(--border);transition:background .15s ease}.command-secondary summary:hover{background:#f1f5f9}.command-secondary summary::-webkit-details-marker{display:none}.command-secondary summary:before{content:"▸ ";font-weight:700;color:#64748b}.command-secondary[open] summary:before{content:"▾ "}.command-secondary[open] summary{border-bottom:none}.command-secondary>:not(summary){padding-block:.85rem;padding-inline:clamp(18px,4vw,28px)}.app-grid .module-panel{padding:1rem 1.15rem;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 3px rgba(15,23,42,.04)}.app-grid .module-panel:hover{box-shadow:0 2px 8px rgba(15,23,42,.06)}.app-grid .module-panel h2{font-size:1rem;letter-spacing:-.01em;margin-bottom:.35rem;color:var(--text)}.app-grid .module-panel .module-summary{margin-top:.2rem;margin-bottom:0;font-size:.8125rem;color:#64748b;line-height:1.45;font-weight:400}.app-grid .ops-health-grid{gap:.75rem;margin-top:.85rem}.app-grid .ops-health-card{padding:.75rem .95rem;border-radius:10px;gap:.25rem;border:1px solid var(--border);box-shadow:none}.app-grid .ops-health-card span{font-size:.75rem;font-weight:500;color:#64748b}.app-grid .ops-health-card strong{font-size:1.05rem;font-weight:600}.app-grid .priority-events-panel h2{margin-bottom:.3rem}.app-grid .priority-events-panel .module-summary{margin-bottom:.45rem}.app-grid .priority-events-list{gap:.55rem;margin-top:.75rem}.app-grid .priority-event-item{padding:.7rem .95rem;border-radius:10px;border:1px solid var(--border);box-shadow:none}.app-grid .ops-feed{margin-top:.65rem}.app-grid .ops-feed-item{padding:.65rem .9rem;border-radius:10px;border:1px solid var(--border);box-shadow:none}.app-grid .ops-two-col .module-panel h2{font-size:1rem;margin-bottom:.45rem}.app-grid .activity-feed{margin-top:.65rem;gap:.5rem}.app-grid .activity-item{padding:.65rem .9rem;border-radius:10px;border:1px solid var(--border);box-shadow:none}.app-grid .ops-timeline{margin-top:.75rem;gap:.5rem}.app-grid .ops-timeline-bar small{font-size:.7rem;color:#64748b;font-weight:500}.app-grid .activity-meta small,.app-grid .ops-feed-meta small,.app-grid .priority-event-time{font-size:.75rem;color:#64748b;font-weight:500}.app-grid .ops-feed-item p,.app-grid .priority-event-head p{font-size:.875rem;font-weight:500}.app-grid .activity-title{font-size:.875rem;font-weight:600}.app-grid .activity-subline{font-size:.8125rem;color:#64748b}.app-grid .ops-icon,.app-grid .priority-event-icon{width:24px;height:24px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.app-grid .timeline-item{padding:.6rem .8rem;border-radius:10px;border:1px solid var(--border)}.app-grid .timeline-item span{font-weight:600;color:#475569}.mission-hero{background:radial-gradient(circle at 90% 12%,rgba(59,130,246,.1),transparent 36%),linear-gradient(165deg,rgba(255,255,255,.96),rgba(242,248,255,.84))}.command-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1.2rem}.command-hero-primary{align-items:stretch}.command-hero-copy{flex:1 1}.command-center-eyebrow{margin:0 0 .25rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.command-hero-one-line{margin:.35rem 0 0;color:var(--muted);font-size:.95rem;line-height:1.4}.command-next-action,.command-quick-actions,.command-secondary-block{margin-top:1.25rem}.command-hero-status{min-width:min(320px,100%);display:grid;grid-gap:.46rem;gap:.46rem}.command-center-hero{background:linear-gradient(163deg,#fcfcfd,#f8fafc)}.command-status-row{border:1px solid var(--border);border-radius:10px;padding:.5rem .6rem;background:#fafbfc;transition:background .15s ease,border-color .15s ease}.command-status-row:hover{background:#f1f5f9;border-color:var(--border)}.command-status-row small{display:block;margin-top:.3rem;color:#64748b}.command-hero h2{margin:0;font-size:clamp(1.35rem,2.2vw,1.95rem);letter-spacing:-.02em}.command-chip-row{display:flex;flex-wrap:wrap;gap:.48rem}.command-chip-row-glass{border:1px solid var(--glass-border);border-radius:12px;padding:.52rem;background:linear-gradient(165deg,rgba(255,255,255,.9),rgba(243,249,255,.74));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.metric-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:.58rem;gap:.58rem}.metric-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(165deg,rgba(255,255,255,.9),rgba(240,247,255,.74));padding:.76rem;display:flex;flex-direction:column;gap:.2rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 22px rgba(15,23,42,.06)}.metric-card:hover{transform:translateY(-3px);box-shadow:var(--alive-depth-hover);border-color:var(--alive-border)}.metric-card strong{font-size:1.05rem}.metric-card span{font-size:.82rem;color:var(--muted)}.metric-card small{font-size:.74rem;color:#64748b}.activity-feed{margin-top:.72rem;display:grid;grid-gap:.5rem;gap:.5rem}.activity-item{border:1px solid var(--border);border-radius:12px;background:var(--surface-elevated);padding:.7rem;animation:feedEnter .56s ease both}.activity-meta{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.status-chip{border:1px solid #bfd6ff;border-radius:999px;padding:.14rem .5rem;font-size:.72rem;font-weight:700;color:#1d4ed8;background:#ecf4ff}.activity-meta small{font-size:.75rem;color:#64748b}.activity-title{margin:.45rem 0 0;color:#0f172a;font-weight:600}.activity-subline{margin:.28rem 0 0;color:#64748b;font-size:.84rem;line-height:1.45}.timeline-list{margin-top:.7rem;display:grid;grid-gap:.5rem;gap:.5rem}.timeline-item{border:1px solid var(--border);border-radius:12px;background:var(--surface-elevated);padding:.64rem .7rem}.timeline-item span{font-size:.78rem;font-weight:700;color:#1e3a8a;text-transform:uppercase;letter-spacing:.06em}.timeline-item p{margin:.34rem 0 0;color:#334155}.table-shell{margin-top:.8rem;overflow-x:auto;border:1px solid var(--border);border-radius:12px;background:linear-gradient(160deg,rgba(255,255,255,.96),rgba(245,250,255,.84));box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}.table-shell table{width:100%;border-collapse:collapse;min-width:560px}.table-shell td,.table-shell th{text-align:left;padding:.62rem .75rem;border-bottom:1px solid var(--border);font-size:.84rem}.table-shell th{font-weight:700;color:#334155;background:var(--surface)}.table-shell tr:last-child td{border-bottom:none}.ops-console-summary{margin-bottom:.8rem}.ops-console-controls{margin-top:.72rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.58rem;gap:.58rem}.ops-console-controls input,.ops-console-controls select{min-height:40px;border-radius:10px;border:1px solid var(--border);background:#fff;padding:.5rem .62rem;font-size:.86rem}.ops-note-form{display:grid;grid-gap:.42rem;gap:.42rem}.ops-note-form input{min-height:36px;border-radius:9px;border:1px solid var(--border);padding:.42rem .5rem;font-size:.82rem}.checkout-addons{border:1px solid var(--border);border-radius:12px;padding:.58rem .62rem;display:grid;grid-gap:.4rem;gap:.4rem}.checkout-addons legend{padding:0 .2rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:#475569;font-weight:700}.checkout-addon-item{display:flex;align-items:center;gap:.48rem;font-size:.84rem;color:#334155}.entitlement-panel{background:radial-gradient(circle at 95% 12%,rgba(59,130,246,.1),transparent 36%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,249,255,.82))}.entitlement-warning{margin-top:.72rem;border:1px solid #f5d59a;background:#fff8ea;border-radius:12px;padding:.72rem}.entitlement-warning p{margin:0 0 .42rem;font-weight:600;color:#7a4f00}.device-state-pill{display:inline-flex;align-items:center;gap:.36rem;border-radius:999px;border:1px solid transparent;padding:.18rem .5rem;font-size:.75rem;font-weight:700}.device-state-pill.is-healthy{color:#0b6b34;border-color:#a8ddbf;background:#e8f7ef}.device-state-pill.is-warning{color:#7a4f00;border-color:#f3d490;background:#fff8e8}.device-state-pill.is-critical{color:#9f1239;border-color:#fdc1c6;background:#fff1f2}.device-state-pill.is-neutral{color:#3730a3;border-color:#c7d2fe;background:#eef2ff}.device-state-dot{width:7px;height:7px;border-radius:999px;background:currentColor;opacity:.84;animation:chipPulse 1.6s ease-in-out infinite}.ops-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.priority-rail-panel{background:radial-gradient(circle at 94% 12%,rgba(59,130,246,.09),transparent 30%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(244,249,255,.8))}.priority-rail-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.56rem;gap:.56rem}.priority-rail-card{border:1px solid var(--border);border-radius:12px;padding:.7rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,249,255,.8));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.28rem;gap:.28rem;align-content:start;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.priority-rail-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.priority-rail-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;color:#1d4ed8;font-weight:700}.priority-rail-card strong{font-size:.96rem;line-height:1.35}.priority-rail-card small{color:#64748b;line-height:1.45}.priority-rail-card .btn{margin-top:.2rem;min-height:36px;font-size:.8rem}.health-layer-panel{background:radial-gradient(circle at 90% 10%,rgba(59,130,246,.12),transparent 34%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,249,255,.82))}.health-layer-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:.58rem;gap:.58rem}.health-layer-card{border:1px solid var(--border);border-radius:12px;padding:.72rem;background:linear-gradient(165deg,rgba(255,255,255,.96),rgba(244,249,255,.84));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.3rem;gap:.3rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.health-layer-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.health-layer-label{font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;color:#1d4ed8;font-weight:700}.health-layer-card strong{font-size:1.08rem}.health-layer-signal{display:inline-flex;align-items:center;gap:.3rem}.health-layer-signal small{color:#64748b;font-size:.77rem}.health-layer-dot{width:8px;height:8px;border-radius:999px;background:#94a3b8}.health-layer-dot.is-healthy{background:#16a34a;animation:chipPulse 1.7s ease-in-out infinite}.health-layer-dot.is-warning{background:#f59e0b;animation:chipPulse 1.7s ease-in-out infinite}.health-layer-dot.is-critical{background:#dc2626;animation:offlineBlink 1.2s ease-in-out infinite}.priority-events-panel{background:#fafbfc}.priority-events-list{margin-top:.72rem;display:grid;grid-gap:.54rem;gap:.54rem}.priority-event-item{border:1px solid var(--border);border-radius:12px;padding:.66rem;background:linear-gradient(165deg,rgba(255,255,255,.96),rgba(244,249,255,.84));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.36rem;gap:.36rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.priority-event-item:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.priority-event-head{display:flex;gap:.5rem;align-items:flex-start}.priority-event-icon{width:26px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;font-size:.86rem}.priority-event-head p{margin:0;font-size:.9rem;color:#0f172a;font-weight:600}.priority-event-head small{color:#64748b}.priority-event-meta{display:flex;justify-content:space-between;align-items:center;gap:.48rem}.priority-event-time{font-size:.78rem;color:#64748b;font-weight:600}.ops-health-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.6rem;gap:.6rem}.ops-health-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(160deg,rgba(255,255,255,.94) 10%,rgba(241,247,255,.78));padding:.7rem;display:grid;grid-gap:.28rem;gap:.28rem;box-shadow:var(--alive-depth-rest);transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.ops-health-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.ops-health-card span{font-size:.78rem;color:#475569}.ops-health-card strong{font-size:1.12rem}.ops-chip{position:relative;width:-moz-fit-content;width:fit-content;border-radius:999px;border:1px solid transparent;padding:.16rem .52rem;font-size:.72rem;font-weight:700;letter-spacing:.01em}.ops-chip-pulse:after{content:"";width:6px;height:6px;border-radius:999px;background:currentColor;display:inline-block;margin-left:.32rem;opacity:.7;animation:chipPulse 1.8s ease-in-out infinite}.ops-chip.is-healthy{background:#e8f7ef;border-color:#a8ddbf;color:#0b6b34}.ops-chip.is-warning{background:#fff8e8;border-color:#f3d490;color:#7a4f00}.ops-chip.is-critical{background:#fff1f2;border-color:#fdc1c6;color:#9f1239}.ops-chip.is-neutral{background:#f1f5f9;border-color:#e2e8f0;color:#475569}.ops-feed{margin-top:.74rem;display:grid;grid-gap:.52rem;gap:.52rem}.ops-feed-item{border:1px solid var(--border);border-radius:12px;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(244,249,255,.78));padding:.72rem;box-shadow:var(--alive-depth-rest);animation:feedEnter .56s ease both;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.ops-feed-item:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.ops-feed-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ops-icon{display:inline-flex;width:26px;height:26px;border-radius:8px;background:#edf4ff;align-items:center;justify-content:center;font-size:.8rem}.ops-feed-item p{margin:.44rem 0 .3rem;color:#0f172a}.ops-feed-client{color:#475569;font-size:.8rem}.ops-alert-list{margin-top:.72rem;display:grid;grid-gap:.58rem;gap:.58rem}.ops-alert-item{border:1px solid var(--border);border-radius:12px;background:linear-gradient(165deg,rgba(255,255,255,.94),rgba(244,249,255,.78));padding:.72rem;display:grid;grid-gap:.34rem;gap:.34rem;animation:fadeSlideIn .52s ease both;box-shadow:var(--alive-depth-rest);transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.ops-alert-item:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.ops-alert-head{display:flex;justify-content:space-between;gap:.6rem;align-items:center}.ops-alert-head p{margin:0;color:#0f172a;font-weight:600}.ops-alert-item small{color:#64748b}.ops-timeline{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(58px,1fr));grid-gap:.5rem;gap:.5rem;align-items:end}.ops-timeline-bar{display:grid;grid-gap:.3rem;gap:.3rem;justify-items:center}.ops-timeline-fill{width:26px;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#94a3b8,#64748b);min-height:16px}.ops-timeline-bar small{color:#64748b;font-size:.72rem}.ops-footnote{margin:.68rem 0 0;font-size:.82rem;color:#64748b}.contact-trust-line{margin:.6rem 0 0;font-size:.8125rem;color:#64748b;line-height:1.4}.ops-client-grid{margin-top:.74rem;display:grid;grid-gap:.6rem;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.client-health-grid{margin-top:.72rem;display:grid;grid-gap:.6rem;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.client-health-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(160deg,#ffffff,#f8fbff);padding:.76rem;display:grid;grid-gap:.34rem;gap:.34rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease);box-shadow:var(--alive-depth-rest)}.client-health-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.client-health-head{display:flex;justify-content:space-between;gap:.56rem;align-items:center}.ops-client-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(160deg,#ffffff,#f8fbff);padding:.76rem;display:grid;grid-gap:.34rem;gap:.34rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.ops-client-card:hover{transform:translateY(-3px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.ops-client-head{display:flex;justify-content:space-between;gap:.6rem;align-items:center}.ops-client-card p{margin:0;color:#64748b;font-size:.83rem}.ops-client-card ul{margin:.3rem 0 0;padding-left:1rem;color:#334155;font-size:.85rem;line-height:1.5}.usage-guidance-panel{background:radial-gradient(circle at 100% 8%,rgba(59,130,246,.1),transparent 34%),linear-gradient(165deg,rgba(255,255,255,.93),rgba(243,249,255,.76))}.usage-guidance-grid{margin-top:.72rem;display:grid;grid-gap:.56rem;gap:.56rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.usage-guidance-card{border:1px solid var(--border);border-radius:12px;padding:.68rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(245,250,255,.78));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.24rem;gap:.24rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.usage-guidance-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.usage-guidance-card span{font-size:.78rem;color:#475569}.usage-guidance-card strong{font-size:1.05rem}.usage-guidance-card small{color:#64748b;line-height:1.45}.roadmap-hero,.switch-hero,.trust-hero{background:radial-gradient(circle at 88% 12%,rgba(59,130,246,.13),transparent 36%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(241,248,255,.78))}.switch-calc-panel{background:radial-gradient(circle at 0 0,rgba(59,130,246,.1),transparent 38%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(245,250,255,.8))}.switch-calc-input-grid{margin-top:.8rem;display:grid;grid-gap:.64rem;gap:.64rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.switch-calc-input-card{border:1px solid #cddcf3;border-radius:14px;padding:.8rem;background:linear-gradient(165deg,rgba(255,255,255,.94),rgba(239,248,255,.74));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.4rem;gap:.4rem}.switch-calc-input-card label{font-size:.78rem;color:#475569}.switch-calc-input-card strong{font-size:1.16rem}.switch-calc-input-card input[type=range]{width:100%;accent-color:var(--brand-accent)}.switch-calc-toggle-grid{margin-top:.72rem;display:grid;grid-gap:.5rem;gap:.5rem}.switch-calc-toggle{border:1px solid #d4e1f5;border-radius:12px;padding:.58rem .68rem;background:rgba(255,255,255,.78);display:flex;align-items:center;gap:.48rem;font-size:.88rem;color:#334155}.switch-calc-toggle input{width:14px;height:14px;accent-color:var(--brand-accent)}.switch-calc-output-grid{margin-top:.78rem;display:grid;grid-gap:.62rem;gap:.62rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.switch-calc-output-card{border:1px solid #d2dff3;border-radius:14px;padding:.82rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(242,248,255,.78));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.28rem;gap:.28rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.switch-calc-output-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.switch-calc-output-card span{font-size:.78rem;color:#475569}.switch-calc-output-card strong{font-size:1.14rem}.switch-calc-output-card strong.is-positive{color:#0f766e}.switch-calc-output-card strong.is-caution{color:#92400e}.switch-calc-output-card small{color:#64748b;line-height:1.45}.switch-compare-grid{margin-top:.72rem;display:grid;grid-gap:.62rem;gap:.62rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.switch-compare-card{border:1px solid #d2dff2;border-radius:14px;padding:.82rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(244,249,255,.8));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.32rem;gap:.32rem}.switch-compare-card strong{font-size:.98rem}.switch-compare-card small{color:#1f3e6d;line-height:1.5}.switch-compare-label{margin:0;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.roadmap-grid{margin-top:.76rem;display:grid;grid-gap:.64rem;gap:.64rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.roadmap-card{border:1px solid #d3e0f4;border-radius:14px;padding:.84rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(241,248,255,.78));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.36rem;gap:.36rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.roadmap-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.roadmap-card .product-tile-name span{color:#64748b;font-weight:500}.roadmap-card h3{margin:.08rem 0 .14rem;font-size:.98rem;line-height:1.5}.roadmap-card ul{margin:0;padding-left:1rem;display:grid;grid-gap:.3rem;gap:.3rem;color:#334155}.product-store-hero{background:radial-gradient(circle at 85% 12%,rgba(59,130,246,.12),transparent 34%),linear-gradient(165deg,rgba(255,255,255,.94),rgba(243,249,255,.78))}.product-store-hub-hero{border-color:#bed5f8;box-shadow:var(--glass-shadow-strong),var(--alive-depth-hover)}.product-store-starting{margin-top:.7rem;display:flex;gap:.46rem;flex-wrap:wrap}.product-store-family-grid{display:grid;grid-gap:.8rem;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.product-store-card{position:relative;border:1px solid var(--border);border-radius:18px;padding:1rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(241,248,255,.78));box-shadow:var(--glass-shadow-soft),var(--alive-depth-rest);display:grid;grid-gap:.46rem;gap:.46rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-store-card:hover{transform:translateY(-3px);border-color:var(--alive-border);box-shadow:var(--glass-shadow-strong),var(--alive-depth-hover)}.product-store-card:after{content:"→";position:absolute;top:.9rem;right:.92rem;color:#94a3b8;font-size:.82rem}.product-store-card-eyebrow{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8;font-weight:700}.product-store-card h3{margin:.2rem 0 0;font-size:1.18rem;letter-spacing:-.01em}.product-store-card p{margin:0;color:#475569}.product-store-price-row strong{font-size:.9rem;color:#0f172a}.product-store-scene-panel{background:radial-gradient(circle at 100% 0,rgba(59,130,246,.12),transparent 36%),linear-gradient(165deg,rgba(255,255,255,.94),rgba(243,249,255,.78))}.product-store-scene,.product-store-scene-mini{margin-top:.72rem;display:grid;grid-gap:.52rem;gap:.52rem}.product-store-scene-node{border:1px solid #c7d9f5;border-radius:12px;padding:.6rem .68rem;background:linear-gradient(165deg,rgba(255,255,255,.92),rgba(236,245,255,.7));display:flex;align-items:center;gap:.5rem;animation:fadeSlideIn .56s ease both}.product-store-scene-node p,.product-store-scene-node small{margin:0;color:#334155;line-height:1.5}.product-store-dot{width:9px;height:9px;border-radius:999px;background:#0b5fff;box-shadow:0 0 0 0 rgba(11,95,255,.44);animation:signalPulse 1.7s ease-out infinite}.product-store-scene-surveillance .product-store-dot{background:#0ea5e9}.product-store-scene-access .product-store-dot{background:#22c55e}.product-store-scene-networksearch .product-store-dot{background:#8b5cf6}.product-positioning-panel{background:radial-gradient(circle at 0 0,rgba(59,130,246,.1),transparent 38%),linear-gradient(165deg,rgba(255,255,255,.94),rgba(243,249,255,.78))}.product-positioning-grid{margin-top:.72rem;display:grid;grid-gap:.6rem;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-positioning-card{border:1px solid var(--border);border-radius:14px;padding:.8rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,249,255,.78));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.4rem;gap:.4rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.product-positioning-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.product-positioning-card p{margin:0;color:#334155;line-height:1.55}.product-feature-grid,.product-pricing-grid,.product-spec-grid,.product-usecase-grid{margin-top:.72rem;display:grid;grid-gap:.6rem;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-feature-card,.product-pricing-card,.product-spec-card,.product-usecase-card{border:1px solid var(--border);border-radius:14px;padding:.8rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,249,255,.78));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.36rem;gap:.36rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.product-feature-card:hover,.product-pricing-card:hover,.product-spec-card:hover,.product-usecase-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.product-feature-card h3,.product-pricing-card h3,.product-usecase-card h3{margin:.1rem 0 0;font-size:1.02rem}.product-feature-card p,.product-pricing-card p,.product-usecase-card p{margin:0;color:#475569;line-height:1.5}.product-feature-card small,.product-pricing-card small,.product-spec-card span,.product-usecase-card small{color:#64748b;line-height:1.45}.product-spec-card strong{font-size:.95rem;line-height:1.4}.spec-sheet-grid{margin-top:.64rem;display:grid;grid-gap:.46rem;gap:.46rem}.spec-sheet-row{border:1px solid var(--border);border-radius:10px;padding:.52rem .62rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(244,249,255,.78));display:flex;justify-content:space-between;gap:.6rem;align-items:center}.spec-sheet-row span{color:#475569;font-size:.84rem}.spec-sheet-row strong{color:#0f172a;font-size:.84rem}.motion-entry{animation:fadeSlideIn .6s ease both}.hardware-grid{margin-top:.78rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:.68rem;gap:.68rem}.device-signal-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:.62rem;gap:.62rem}.device-signal-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(165deg,rgba(255,255,255,.96),rgba(243,249,255,.84));box-shadow:var(--alive-depth-rest);padding:.72rem;display:grid;grid-gap:.3rem;gap:.3rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.device-signal-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.device-signal-head{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.device-signal-card small{color:#64748b;line-height:1.45}.hardware-card{border:1px solid var(--border);border-radius:14px;background:linear-gradient(165deg,rgba(255,255,255,.94),rgba(241,248,255,.8));padding:.8rem;display:grid;grid-gap:.42rem;gap:.42rem;box-shadow:var(--alive-depth-rest);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.hardware-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.hardware-head{display:flex;align-items:center;justify-content:space-between;gap:.56rem}.hardware-head strong{font-size:.88rem}.hardware-signal-meta{display:inline-flex;align-items:center;gap:.36rem}.hardware-signal-meta small{color:#64748b;font-size:.75rem}.hardware-live-indicator{width:9px;height:9px;border-radius:999px;background:#94a3b8;box-shadow:0 0 0 0 rgba(148,163,184,.4);transition:filter var(--alive-base) var(--alive-ease)}.hardware-live-indicator.is-online{color:#16a34a;background:#16a34a;animation:signalPulse 1.6s ease-out infinite;filter:drop-shadow(0 0 6px rgba(22,163,74,.44))}.hardware-live-indicator.is-syncing{color:#2563eb;background:#2563eb;animation:signalPulse 1.6s ease-out infinite;filter:drop-shadow(0 0 6px rgba(37,99,235,.48))}.hardware-live-indicator.is-warning{color:#f59e0b;background:#f59e0b;animation:signalPulse 1.6s ease-out infinite;filter:drop-shadow(0 0 6px rgba(245,158,11,.46))}.hardware-live-indicator.is-offline{color:#dc2626;background:#dc2626;animation:offlineBlink 1.2s ease-in-out infinite;filter:drop-shadow(0 0 6px rgba(220,38,38,.48))}.hardware-live-indicator.is-maintenance{color:#6366f1;background:#6366f1;animation:signalPulse 1.6s ease-out infinite;filter:drop-shadow(0 0 6px rgba(99,102,241,.46))}.hardware-card p{margin:0;color:#475569;font-size:.83rem;line-height:1.5}.hardware-heartbeat{position:relative;height:8px;border-radius:999px;border:1px solid #dbe5f3;overflow:hidden;background:rgba(226,232,240,.7)}.hardware-heartbeat-line{position:absolute;inset:0;transform:translateX(-100%);animation:waveFlow 2s ease-in-out infinite}.hardware-heartbeat.hardware-online .hardware-heartbeat-line{background:linear-gradient(90deg,transparent,#22c55e,#16a34a,transparent)}.hardware-heartbeat.hardware-syncing .hardware-heartbeat-line{background:linear-gradient(90deg,transparent,#3b82f6,#0b5fff,transparent)}.hardware-heartbeat.hardware-warning .hardware-heartbeat-line{background:linear-gradient(90deg,transparent,#f59e0b,#f97316,transparent)}.hardware-heartbeat.hardware-offline .hardware-heartbeat-line{background:linear-gradient(90deg,transparent,#ef4444,#b91c1c,transparent)}.hardware-heartbeat.hardware-maintenance .hardware-heartbeat-line{background:linear-gradient(90deg,transparent,#818cf8,#4f46e5,transparent)}.hardware-wave{height:8px;border-radius:999px;position:relative;overflow:hidden;background:#e2e8f0}.hardware-wave:after{content:"";position:absolute;inset:0;transform:translateX(-100%);animation:waveFlow 2.1s ease-in-out infinite}.hardware-online:after{background:linear-gradient(90deg,transparent,#0ea5e9,#22c55e,transparent)}.hardware-syncing:after{background:linear-gradient(90deg,transparent,#0b5fff,#60a5fa,transparent)}.hardware-warning:after{background:linear-gradient(90deg,transparent,#f59e0b,#f97316,transparent)}.hardware-offline:after{background:linear-gradient(90deg,transparent,#ef4444,#b91c1c,transparent)}.hardware-maintenance:after{background:linear-gradient(90deg,transparent,#818cf8,#4f46e5,transparent)}.preview-scene-panel{overflow:hidden}.focus-intro{background:linear-gradient(160deg,#ffffff,#f3f8ff);border-color:#c7d9f5}.module-ops-hero{background:radial-gradient(circle at 88% 18%,rgba(59,130,246,.12),transparent 36%),linear-gradient(162deg,rgba(255,255,255,.96),rgba(242,248,255,.84))}.focus-intro h2{margin:.44rem 0 0;font-size:clamp(1.22rem,2vw,1.54rem);letter-spacing:-.015em}.focus-intro p{margin-top:.54rem;max-width:64ch}.mobile-id-hero{background:radial-gradient(circle at 85% 18%,rgba(59,130,246,.14),transparent 42%),linear-gradient(160deg,#ffffff,#f4f8ff)}.mobile-id-flagship{border-color:#bcd3f8;box-shadow:var(--glass-shadow-strong),var(--alive-depth-hover)}.mobile-id-flow-panel{background:radial-gradient(circle at 90% 10%,rgba(59,130,246,.12),transparent 34%),linear-gradient(165deg,rgba(255,255,255,.94),rgba(243,249,255,.8))}.mobile-id-flow-shell{display:grid;grid-template-columns:minmax(200px,260px) 1fr;grid-gap:.8rem;gap:.8rem;align-items:center}.mobile-id-device{margin:0 auto;width:min(210px,100%);border-radius:24px;border:1px solid #c8d8f4;background:linear-gradient(170deg,rgba(255,255,255,.95),rgba(232,241,255,.86));box-shadow:0 24px 40px rgba(15,23,42,.14);padding:.62rem .62rem .72rem}.mobile-id-notch{display:block;width:46%;margin:0 auto .54rem;height:6px;border-radius:999px;background:#b9cae9}.mobile-id-screen{border-radius:16px;border:1px solid #bfd6ff;background:linear-gradient(165deg,#f9fbff,#e8f2ff);min-height:180px;display:grid;place-items:center;text-align:center;grid-gap:.42rem;gap:.42rem;padding:.8rem}.mobile-id-screen p{margin:0;font-weight:700;font-size:1rem}.mobile-id-screen small{color:#475569}.mobile-id-ring{width:76px;height:76px;border-radius:999px;border:8px solid rgba(11,95,255,.16);border-top-color:#0b5fff;animation:spinRing 2.3s linear infinite}.mobile-id-flow-steps{display:grid;grid-gap:.54rem;gap:.54rem}.mobile-id-step{border:1px solid var(--border);border-radius:12px;padding:.6rem .68rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(245,250,255,.8))}.mobile-id-step small{display:block;margin-top:.32rem;color:#64748b}.mobile-id-trust-panel{background:radial-gradient(circle at 92% 12%,rgba(59,130,246,.1),transparent 32%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(242,248,255,.82))}.mobile-id-trust-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.56rem;gap:.56rem}.mobile-id-trust-card{border:1px solid var(--border);border-radius:12px;padding:.72rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,249,255,.82));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.3rem;gap:.3rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.mobile-id-trust-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.mobile-id-trust-card strong{font-size:.94rem;line-height:1.35}.mobile-id-trust-card small{color:#64748b;line-height:1.45}.mobile-id-workflow-panel{background:radial-gradient(circle at 96% 12%,rgba(59,130,246,.12),transparent 34%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(242,248,255,.84))}.mobile-id-workflow-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.56rem;gap:.56rem}.mobile-id-workflow-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,249,255,.82));box-shadow:var(--alive-depth-rest);padding:.72rem;display:grid;grid-gap:.28rem;gap:.28rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.mobile-id-workflow-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.mobile-id-workflow-card strong{font-size:.95rem}.mobile-id-workflow-card small{color:#64748b;line-height:1.45}.field-identity-panel{background:radial-gradient(circle at 98% 2%,rgba(59,130,246,.11),transparent 40%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,249,255,.78))}.field-identity-grid{margin-top:.72rem;display:grid;grid-gap:.6rem;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.field-identity-card{border:1px solid var(--border);border-radius:13px;padding:.76rem;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(240,248,255,.76));box-shadow:var(--alive-depth-rest);display:grid;grid-gap:.26rem;gap:.26rem}.field-identity-card span{font-size:.76rem;color:#64748b}.field-identity-card strong{font-size:.95rem;line-height:1.35}.live-operations-panel,.operations-timeline-panel{background:radial-gradient(circle at 100% 0,rgba(59,130,246,.11),transparent 36%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(242,248,255,.8))}.live-operations-panel.is-pulse-a{border-color:#c9daf4}.live-operations-panel.is-pulse-b{border-color:#b8d1f6}.live-operations-head{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.live-operations-head h2{margin:0}.operations-timeline-list{margin-top:.72rem;display:grid;grid-gap:.56rem;gap:.56rem}.operations-timeline-item{border:1px solid #ceddf4;border-radius:13px;padding:.7rem;background:linear-gradient(165deg,rgba(255,255,255,.94),rgba(241,248,255,.76));box-shadow:var(--alive-depth-rest);display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.58rem;gap:.58rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.operations-timeline-item:hover{transform:translateY(-1px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.operations-timeline-icon{width:30px;height:30px;border-radius:999px;border:1px solid #c8d9f4;background:rgba(255,255,255,.86);display:grid;place-items:center;font-size:.9rem}.operations-timeline-content{min-width:0;display:grid;grid-gap:.2rem;gap:.2rem}.operations-timeline-top{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.operations-timeline-top strong{font-size:.9rem}.operations-timeline-content p{margin:0;color:#334155;line-height:1.45}.operations-timeline-content small{color:#64748b;line-height:1.35}.pricing-signal-panel{background:radial-gradient(circle at 90% 12%,rgba(59,130,246,.1),transparent 34%),linear-gradient(165deg,rgba(255,255,255,.94),rgba(244,249,255,.78))}.pricing-hero{background:linear-gradient(165deg,#fcfcfd,#f8fafc)}.pricing-hero-cta{gap:.6rem;margin-top:.5rem}.pricing-signal-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.62rem;gap:.62rem}.pricing-signal-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(244,249,255,.78));padding:.72rem;display:grid;grid-gap:.4rem;gap:.4rem;box-shadow:0 10px 22px rgba(15,23,42,.06)}.pricing-signal-card p{margin:0;color:#475569;line-height:1.48;font-size:.86rem}.pricing-quick-panel{background:radial-gradient(circle at 100% 8%,rgba(59,130,246,.08),transparent 32%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(244,249,255,.82))}.pricing-quick-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.58rem;gap:.58rem}.pricing-quick-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,249,255,.8));box-shadow:var(--alive-depth-rest);padding:.72rem;display:grid;grid-gap:.24rem;gap:.24rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-slow) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.pricing-quick-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.pricing-quick-card span{font-size:.7rem;text-transform:uppercase;color:#1d4ed8;font-weight:700;letter-spacing:.07em}.pricing-quick-card strong{font-size:.94rem;line-height:1.35}.pricing-quick-card small{color:#64748b;line-height:1.45}.preview-scene-head{display:flex;justify-content:space-between;gap:.8rem;align-items:center}.preview-scene-head h2{margin:0}.preview-scene{margin-top:.75rem;border:1px solid var(--border);border-radius:16px;padding:.8rem;display:grid;grid-gap:.58rem;gap:.58rem;background:linear-gradient(145deg,#f7fbff,#eef4ff)}.preview-node{border-radius:12px;border:1px solid #c9dcfb;background:rgba(255,255,255,.88);padding:.62rem .72rem;display:flex;align-items:center;gap:.5rem;animation:feedEnter .62s ease both}.preview-dot{width:10px;height:10px;border-radius:999px;background:#0b5fff;box-shadow:0 0 0 0 rgba(11,95,255,.55);animation:signalPulse 1.6s ease-out infinite}.preview-node p{margin:0;color:#0f172a;font-size:.87rem;font-weight:600}.preview-surveillance .preview-dot{background:#0ea5e9}.preview-access .preview-dot{background:#22c55e}.preview-networksearch .preview-dot{background:#8b5cf6}@keyframes slowPulse{0%,to{opacity:.62;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes spinRing{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes feedEnter{0%{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes buttonRipple{0%{opacity:.58;transform:translate(-50%,-50%) scale(0)}to{opacity:0;transform:translate(-50%,-50%) scale(22)}}@keyframes chipPulse{0%,to{transform:scale(.86);opacity:.65}50%{transform:scale(1.08);opacity:1}}@keyframes signalPulse{0%{box-shadow:0 0 0 0 rgba(11,95,255,.45)}80%{box-shadow:0 0 0 12px rgba(11,95,255,0)}to{box-shadow:0 0 0 0 rgba(11,95,255,0)}}@keyframes waveFlow{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes surfaceBreath{0%,to{box-shadow:var(--alive-depth-rest)}50%{box-shadow:0 20px 44px rgba(15,23,42,.11)}}@keyframes offlineBlink{0%,to{opacity:.95}50%{opacity:.4}}@keyframes whatsappSoftPulse{0%,to{opacity:0;transform:scale(1)}40%{opacity:.6;transform:scale(1.08)}}@media (prefers-reduced-motion:no-preference){.app-shell-header,.home-authority-card,.module-hero-card,.product-store-card{animation:surfaceBreath 7s ease-in-out infinite}}.camera-connect-form input{width:100%;margin-top:.34rem;border:1px solid var(--border);border-radius:10px;padding:.56rem .62rem;font:inherit;color:var(--text);background:rgba(255,255,255,.94)}.camera-connect-form input:focus{outline:2px solid rgba(59,130,246,.22);border-color:#8ab5ff}.camera-snapshot-card{min-height:220px}.camera-snapshot-preview{width:100%;min-height:140px;border-radius:12px;border:1px solid #c8d9f7;background-size:cover;background-position:50%;background-repeat:no-repeat;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.camera-grid{margin-top:.7rem;display:grid;grid-gap:.7rem;gap:.7rem}.camera-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.camera-grid-8{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.camera-grid-16{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.camera-grid-card{border:1px solid var(--border);border-radius:14px;background:radial-gradient(circle at 100% 0,rgba(96,165,250,.12),transparent 34%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(243,249,255,.8));box-shadow:var(--alive-depth-rest);padding:.68rem;display:grid;grid-gap:.58rem;gap:.58rem;transition:transform var(--alive-base) var(--alive-ease),box-shadow var(--alive-base) var(--alive-ease),border-color var(--alive-base) var(--alive-ease)}.camera-grid-card:hover{transform:translateY(-2px);border-color:var(--alive-border);box-shadow:var(--alive-depth-hover)}.camera-grid-thumb{border-radius:12px;min-height:118px;display:grid;place-items:center;border:1px solid #d4e2f8;color:#cbd5e1;font-size:.76rem;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(135deg,rgba(15,23,42,.94),rgba(30,41,59,.86)),radial-gradient(circle at 84% 10%,rgba(14,165,233,.42),transparent 32%)}.camera-grid-meta{display:grid;grid-gap:.22rem;gap:.22rem}.camera-grid-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.4rem;gap:.4rem}.camera-state-dot{display:inline-block;width:8px;height:8px;border-radius:999px;margin-right:.34rem;vertical-align:middle;box-shadow:0 0 0 0 rgba(59,130,246,.45);animation:signalPulse 1.9s ease-out infinite}.camera-state-dot.is-healthy{background:#22c55e}.camera-state-dot.is-warning{background:#f59e0b}.camera-state-dot.is-critical{background:#ef4444;animation:offlineBlink 1.1s ease-in-out infinite}.camera-state-dot.is-neutral{background:#94a3b8}.whatsapp-float{position:fixed;right:max(.9rem,env(safe-area-inset-right));bottom:calc(1rem + env(safe-area-inset-bottom));z-index:70;display:inline-flex;align-items:center;gap:.42rem;border-radius:999px;border:1px solid #c5d8f6;background:linear-gradient(165deg,rgba(255,255,255,.96),rgba(239,245,255,.9));box-shadow:0 18px 36px rgba(15,23,42,.16);padding:.48rem .52rem;min-height:42px;color:#0f172a;font-size:.8rem;font-weight:600;transition:opacity var(--alive-base) var(--alive-ease),transform var(--alive-base) var(--alive-ease),width var(--alive-base) var(--alive-ease),padding var(--alive-base) var(--alive-ease),box-shadow var(--alive-base) var(--alive-ease)}.whatsapp-float.is-hidden{opacity:0;pointer-events:none;transform:translateY(12px)}.whatsapp-float.is-visible{opacity:1}.whatsapp-float.is-expanded{padding-inline:.8rem}.whatsapp-float.is-collapsed{padding-inline:.52rem}.whatsapp-icon{width:30px;height:30px;flex:0 0 30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#0b8d52;background:linear-gradient(160deg,#f0fdf5,#dcfce7);border:1px solid #99f6bd;position:relative}.whatsapp-icon:after{content:"";position:absolute;inset:-2px;border-radius:inherit;border:1px solid rgba(34,197,94,.35);animation:whatsappSoftPulse 3.8s ease-in-out infinite}.whatsapp-icon svg{width:16px;height:16px}.whatsapp-copy{max-width:130px;transition:max-width var(--alive-base) var(--alive-ease),opacity var(--alive-base) var(--alive-ease);white-space:nowrap;overflow:hidden;opacity:1}.whatsapp-float.is-collapsed .whatsapp-copy{max-width:0;opacity:0}@media (max-width:1200px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-brand-col{grid-column:span 3}}@media (max-width:980px){.app-shell-main,.command-hero,.hero-stage,.module-two-col,.ops-two-col,.split-band{grid-template-columns:1fr}.footer-brand-col{grid-column:span 2}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-manpra-grid{grid-template-columns:1fr}.footer-legal,.topbar-inner{align-items:flex-start;flex-direction:column}.topbar-inner{padding:.8rem 0}.primary-nav{width:100%;justify-content:flex-start}.account-badge{width:100%;justify-content:space-between}.hero-visual-panel{min-height:250px}.sticky-cta-inner{flex-direction:column;align-items:flex-start;padding:.7rem 0}.table-shell table{min-width:500px}.app-shell-sidebar{padding:.5rem;position:static;top:auto;max-height:none}.app-shell-nav{gap:.5rem}.app-shell-nav-group{gap:.3rem}.app-shell-nav-items{display:flex;gap:.45rem;overflow-x:auto;scrollbar-width:none}.app-shell-nav-items::-webkit-scrollbar{display:none}.app-shell-link{min-width:230px}.home-command-strip{grid-template-columns:1fr 1fr;margin:.4rem auto 1.2rem;max-width:min(760px,100%)}.command-chip-row{gap:.4rem}.app-context-ribbon{flex-direction:column;align-items:flex-start}.app-context-head{width:100%}.app-context-meta{width:100%;justify-content:space-between}.app-context-stats{width:100%}.app-context-time{margin-left:0}.mobile-id-flow-shell{grid-template-columns:1fr}.command-hero-status{min-width:0}.home-authority-grid{grid-template-columns:1fr}.first-look-grid{grid-template-columns:1fr 1fr}.auth-shell{grid-template-columns:1fr}.public-signed-in-strip-inner{flex-direction:column;align-items:flex-start}.architecture-strip-grid,.client-health-grid,.commercial-arc-grid,.comparison-engine-grid,.continuity-band,.device-signal-grid,.diligence-grid,.ecosystem-role-grid,.field-identity-grid,.health-layer-grid,.mobile-id-workflow-grid,.priority-events-list,.product-feature-grid,.product-ladder-grid,.product-lineup-grid,.product-positioning-grid,.product-pricing-grid,.product-spec-grid,.product-store-family-grid,.product-usecase-grid,.roadmap-grid,.switch-calc-input-grid,.switch-calc-output-grid,.switch-compare-grid{grid-template-columns:1fr}.spec-sheet-row{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.brand-bar-note{display:none}.control-btn{min-width:58px;padding:0 .55rem}.hero-indicator{width:24px}.hero-cta-row .btn{flex:1 1 100%}.public-signed-in-strip .hero-cta-row{width:100%}.home-command-strip{grid-template-columns:1fr;margin:.42rem auto 1rem;gap:.5rem}.home-command-strip span{padding:.44rem .66rem;font-size:.77rem}.module-hero-card,.module-panel,.trust-card{padding:1rem;border-radius:16px}.architecture-strip-card,.commercial-arc-card,.comparison-engine-card,.continuity-band-card,.diligence-card,.ecosystem-role-card,.product-ladder-card,.product-lineup-card{padding:.88rem}.module-feature-grid,.phase-roadmap-grid,.product-family-grid{gap:.66rem}.relationship-stack-node{padding:.78rem .82rem}.intro-chip-row{gap:.36rem}.intro-chip-row li{width:100%;text-align:center}.app-context-node{font-size:.74rem}.app-context-route{font-size:.72rem}.client-health-grid,.device-signal-grid,.field-identity-grid,.first-look-grid,.health-layer-grid,.mobile-id-trust-grid,.mobile-id-workflow-grid,.pricing-quick-grid,.pricing-signal-grid,.priority-rail-grid,.product-positioning-grid,.roadmap-grid,.switch-calc-input-grid,.switch-calc-output-grid,.switch-compare-grid{grid-template-columns:1fr}.mobile-id-device{width:100%;max-width:260px}.operations-timeline-item{grid-template-columns:1fr;align-items:flex-start}.operations-timeline-icon{display:none}.live-operations-head{flex-direction:column;align-items:flex-start}.option-chip{width:100%;justify-content:center}.usage-guidance-grid{grid-template-columns:1fr}.product-store-card{padding:.86rem}.product-store-card .hero-cta-row .btn{width:100%}.official-social-links{grid-template-columns:1fr}.official-social-link{width:100%;justify-content:flex-start}.camera-grid-actions,.trust-card-grid,.trust-cta-grid{grid-template-columns:1fr}.whatsapp-float{right:max(.75rem,env(safe-area-inset-right));bottom:calc(4.6rem + env(safe-area-inset-bottom))}}@media (max-width:720px){.footer-grid{grid-template-columns:1fr;gap:.72rem}.footer-brand-col{grid-column:span 1;padding:.9rem}.footer-brand-col .footer-note{max-width:none}.footer-desktop-col{display:none}.footer-mobile-accordion{display:grid;grid-gap:.58rem;gap:.58rem}.footer-legal-links{width:100%;justify-content:flex-start}.footer-whatsapp-link{overflow-wrap:anywhere}.official-presence-block{gap:.5rem}.public-drawer{width:100%;border-left:0}}.visual-engine-slot{display:grid;grid-gap:1.1rem;gap:1.1rem;align-items:stretch}.visual-engine-cta-banner,.visual-engine-slot-hero{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.visual-engine-copy h2{margin-top:0;font-size:clamp(1.45rem,3vw,1.95rem);letter-spacing:-.018em}.visual-engine-media{position:relative;min-height:250px;border-radius:20px;border:1px solid rgba(186,206,234,.72);box-shadow:0 28px 54px rgba(15,23,42,.14);overflow:hidden}.visual-engine-media:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(2,6,23,.06));pointer-events:none}.visual-engine-media:after{content:"";position:absolute;inset:auto 8% 7% 8%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);pointer-events:none}.visual-engine-media-image-tag,.visual-engine-media-video-tag{object-fit:cover}.visual-engine-media-video-tag{width:100%;height:100%}.visual-engine-media-aurora-blue{background:radial-gradient(circle at 20% 12%,rgba(59,130,246,.42),transparent 48%),linear-gradient(148deg,#eef5ff,#dfe9ff 54%,#e9f0ff)}.visual-engine-media-command-glass{background:radial-gradient(circle at 78% 18%,rgba(37,99,235,.28),transparent 44%),linear-gradient(152deg,#eef4ff,#dfe9ff 56%,#f1f6ff)}.visual-engine-media-steel-grid{background:linear-gradient(148deg,#eaf1ff,#e1e8f8 53%,#edf3ff),repeating-linear-gradient(90deg,rgba(148,163,184,.15),rgba(148,163,184,.15) 1px,transparent 0,transparent 18px)}.visual-engine-media-trust-panel{background:radial-gradient(circle at 78% 16%,rgba(37,99,235,.32),transparent 42%),linear-gradient(158deg,#f2f8ff,#e3ecff 57%,#edf4ff)}.visual-engine-media-comparison-split{background:linear-gradient(90deg,rgba(243,247,254,.9),rgba(243,247,254,.9) 50%,rgba(228,239,255,.92) 0,rgba(228,239,255,.92)),linear-gradient(152deg,#eff5ff,#e3edff)}.visual-engine-media[data-product=workforce]{box-shadow:0 26px 48px rgba(37,99,235,.24)}.visual-engine-media[data-product=surveillance]{box-shadow:0 26px 48px rgba(30,64,175,.24)}.visual-engine-media[data-product=access]{box-shadow:0 26px 48px rgba(15,23,42,.2)}.visual-engine-media[data-product=networksearch]{box-shadow:0 26px 48px rgba(79,70,229,.22)}.visual-engine-glow{position:absolute;inset:12% 18% auto 18%;height:44%;border-radius:999px;background:radial-gradient(circle,rgba(96,165,250,.44),transparent 70%);filter:blur(10px);animation:slowPulse 6.2s ease-in-out infinite}.visual-engine-fallback-copy{position:absolute;inset:auto 1rem 1rem 1rem;border-radius:14px;border:1px solid rgba(191,214,245,.55);background:rgba(255,255,255,.74);padding:.8rem .88rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.visual-engine-fallback-copy strong{display:block;font-size:.82rem;color:#1e3a8a}.visual-engine-fallback-copy p{margin:.28rem 0 0;font-size:.82rem;color:#334155}.visual-engine-comparison-grid{display:grid;grid-gap:.72rem;gap:.72rem;grid-template-columns:repeat(2,minmax(0,1fr))}.visual-engine-compare-col{border:1px solid var(--border);border-radius:14px;padding:.85rem;background:rgba(255,255,255,.88)}.visual-engine-compare-col.is-old{background:rgba(248,250,252,.92)}.visual-engine-compare-col.is-new{background:rgba(239,246,255,.92);border-color:#bfdbfe}.visual-card-grid{display:grid;grid-gap:.92rem;gap:.92rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.visual-engine-product-card{display:grid;grid-gap:.72rem;gap:.72rem}.visual-engine-product-card .visual-engine-media{min-height:160px}.visual-engine-product-card-head{display:grid;grid-gap:.44rem;gap:.44rem}.module-cta-band{background:linear-gradient(158deg,rgba(233,243,255,.78),rgba(255,255,255,.95));border-color:rgba(150,181,230,.54)}.sr-only,.sr-only-field{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.workspace-lifecycle-banner{border-color:rgba(147,197,253,.45);background:linear-gradient(170deg,rgba(245,249,255,.9),rgba(255,255,255,.95))}.portal-product-summary-panel{border-color:rgba(125,160,232,.45);background:linear-gradient(168deg,rgba(236,246,255,.92),rgba(255,255,255,.96))}.portal-bridge-flow{display:grid;grid-gap:.7rem;gap:.7rem;margin-top:1rem}.portal-bridge-step{display:flex;align-items:center;justify-content:space-between;gap:.7rem;border:1px solid rgba(148,163,184,.3);border-radius:14px;background:rgba(255,255,255,.9);padding:.78rem .9rem;min-height:44px}.portal-bridge-step span{font-size:.94rem;color:#0f172a}.portal-bridge-step small{color:#1d4ed8;font-size:1rem;font-weight:700}.portal-faq-grid,.portal-pricing-grid,.portal-variant-grid{display:grid;grid-gap:.96rem;gap:.96rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.portal-pricing-card,.portal-variant-card{border:1px solid rgba(148,163,184,.32);border-radius:16px;background:rgba(255,255,255,.92);padding:1rem;display:grid;grid-gap:.66rem;gap:.66rem}.portal-variant-model{font-size:.86rem;font-weight:700;letter-spacing:.04em;color:#1e3a8a;margin:0}.portal-model-code{font-size:.9rem;font-weight:700;letter-spacing:.06em;color:#1e3a8a;margin:0 0 .35rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.portal-model-code-inline{font-size:.875rem;font-weight:600;letter-spacing:.03em;color:#1e3a8a}.portal-tier-badge{text-transform:capitalize;font-size:.7rem;font-weight:600;letter-spacing:.04em;color:#475569}.portal-use-case{margin:0 0 .35rem;font-weight:500;color:#334155;font-size:.9375rem}.portal-platform,.portal-role{margin:0 0 .35rem;font-size:.875rem;color:#475569}.portal-ecosystem-panel .portal-architecture-flow{margin:1rem 0}.portal-deployment-fit-panel{border-radius:16px}.portal-deployment-fit-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:1rem}.portal-deployment-fit-card{border:1px solid rgba(148,163,184,.28);border-radius:12px;background:rgba(248,250,252,.98);padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.portal-deployment-fit-card h3{margin:0;font-size:1rem;font-weight:600;color:#0f172a}.portal-deployment-fit-card p{margin:0;font-size:.9rem;color:#334155;line-height:1.4}.portal-deployment-fit-recommend{margin-top:.25rem;font-weight:500}.portal-family-panel .portal-variant-card{min-width:0}.portal-flow-grid{display:grid;grid-gap:.9rem;gap:.9rem;margin-bottom:1rem}.portal-architecture-panel .portal-architecture-flow{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin:1rem 0}.portal-architecture-flow .portal-arch-node{font-weight:600;color:var(--accent)}.portal-architecture-flow .portal-arch-arrow{color:var(--muted);font-size:1.1rem}.portal-flow-step-wrap{display:grid;grid-gap:.5rem;gap:.5rem}.portal-flow-step{border:1px solid rgba(148,163,184,.28);border-radius:14px;background:rgba(255,255,255,.92);padding:.9rem;display:grid;grid-gap:.42rem;gap:.42rem}.portal-flow-step span{width:28px;height:28px;border-radius:999px;background:rgba(37,99,235,.12);color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.82rem}.portal-flow-step h3{margin:0;color:#0f172a}.portal-flow-step p{margin:0;color:#334155;font-size:.95rem}.portal-flow-step small{color:#475569;font-size:.82rem}.portal-flow-arrow{color:#1d4ed8;font-weight:700;justify-self:center}@media (max-width:980px){.visual-engine-cta-banner,.visual-engine-slot-hero{grid-template-columns:1fr}}@media (max-width:620px){.visual-engine-comparison-grid{grid-template-columns:1fr}.visual-engine-media{min-height:190px}.portal-deployment-fit-grid,.portal-faq-grid,.portal-pricing-grid,.portal-variant-grid{grid-template-columns:1fr}.portal-bridge-step span{font-size:.9rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.local-dvr-preview-action{margin-top:.5rem}.local-dvr-video{width:100%;display:block;min-height:280px;background:#0f172a}.local-dvr-debug{margin-top:.75rem}.local-dvr-debug summary{font-size:.75rem;font-weight:600;color:#475569;cursor:pointer}.local-dvr-debug pre{margin-top:.5rem;padding:.75rem;border-radius:12px;border:1px solid rgba(148,163,184,.24);background:rgba(248,250,252,.9);color:#0f172a;font-size:.78rem;line-height:1.4;max-height:240px;white-space:pre-wrap;word-break:break-word;overflow-x:auto}.local-dvr-test-page .container{max-width:720px}.local-dvr-stack{display:flex;flex-direction:column;gap:1.5rem}.local-dvr-hero .module-summary{margin-top:.35rem}.local-dvr-channels-block h2,.local-dvr-connection-block h2,.local-dvr-next-block h2,.local-dvr-preview-panel h2,.local-dvr-status-block h2{font-size:1.05rem;font-weight:600;color:#0f172a}.local-dvr-subline{margin-top:.35rem;margin-bottom:0;font-size:.875rem;color:var(--muted)}.local-dvr-form,.local-dvr-form .hero-cta-row{margin-top:1rem}.local-dvr-status-block .command-chip-row{margin-top:.5rem}.local-dvr-status-failed{margin-top:.75rem}.local-dvr-status-failed h3{font-size:.95rem;font-weight:600;color:#475569}.local-dvr-status-failed .module-summary{margin-top:.35rem;color:#64748b}.local-dvr-channels-block summary,.local-dvr-next-block summary,.local-dvr-status-block h3{font-size:1rem;font-weight:600;color:#0f172a;cursor:pointer;list-style:none}.local-dvr-channels-block summary::-webkit-details-marker,.local-dvr-next-block summary::-webkit-details-marker{display:none}.local-dvr-channels-block h3,.local-dvr-status-block h3{margin:1rem 0 .35rem;font-size:.95rem;font-weight:600;color:#334155}.local-dvr-table{margin-top:.75rem;border-radius:12px;border:1px solid #e2e8f0;background:#fff}.local-dvr-table td,.local-dvr-table th{padding:.75rem 1rem;font-size:.8125rem}.local-dvr-table thead th{font-weight:600;color:#475569;background:#f8fafc}.local-dvr-preview-action{margin-top:.6rem}.local-dvr-preview-action .btn{font-weight:500}.local-dvr-preview-panel{padding:1.25rem}.local-dvr-preview-panel h2{margin-bottom:.5rem}.local-dvr-video-shell{margin-top:.75rem;border-radius:12px;overflow:hidden;background:#0f172a;border:1px solid #e2e8f0;box-shadow:0 4px 16px rgba(15,23,42,.12)}.local-dvr-player-debug{margin-top:1rem;font-size:.75rem;color:#64748b}.local-dvr-player-debug pre{margin-top:.4rem;padding:.6rem .75rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.local-dvr-next-block .module-summary{margin-top:.4rem}.local-dvr-live-panel h2{font-size:1.05rem;font-weight:600;color:#0f172a}.operator-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.5rem 0;font-size:.875rem;border-bottom:1px solid #f1f5f9}.operator-row:last-of-type{border-bottom:none}.operator-label{color:#64748b;font-weight:500}.operator-value{color:#0f172a;font-weight:500}.operator-meta{color:#64748b;font-size:.8rem;margin-left:auto}.operator-channel-row .operator-value:last-of-type{margin-left:.5rem}.local-dvr-live-surface{margin-top:.75rem}.local-dvr-surface-state{min-height:200px;border-radius:12px;background:#0f172a;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center}.local-dvr-surface-loading .playback-shell-loading-spinner{margin-bottom:.75rem}.local-dvr-surface-state-title{font-size:.95rem;font-weight:600;color:#94a3b8;margin:0 0 .35rem}.local-dvr-surface-state-desc{font-size:.875rem;color:#64748b;margin:0 0 .75rem}.local-dvr-action-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.local-dvr-action-row .btn{font-weight:500}.local-dvr-error-text{color:#b91c1c;font-size:.875rem;margin-top:.5rem}.local-dvr-test-page .module-panel:hover,.playback-shell-page .module-panel:hover{transform:none;box-shadow:var(--glass-shadow-soft),0 2px 12px rgba(15,23,42,.06)}.playback-shell-stack{display:flex;flex-direction:column;gap:1.5rem}.playback-shell-breadcrumb{font-size:.8rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.35rem}.playback-shell-breadcrumb-link{color:var(--muted,#64748b);text-decoration:none;font-weight:500}.playback-shell-breadcrumb-link:hover{color:#0f172a;text-decoration:underline}.playback-shell-breadcrumb-sep{color:#cbd5e1}.playback-shell-breadcrumb-current{color:#0f172a;font-weight:600}.playback-shell-context h2,.playback-shell-surface-panel h2{font-size:1.05rem;font-weight:600;color:#0f172a}.playback-shell-context-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem 1.25rem;gap:.75rem 1.25rem}@media (min-width:520px){.playback-shell-context-grid{grid-template-columns:repeat(4,1fr)}}.playback-shell-context-item{padding:.65rem .85rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.2rem}.playback-shell-context-label{font-size:.7rem;font-weight:600;letter-spacing:.03em;color:#64748b;text-transform:uppercase}.playback-shell-context-value{font-size:.875rem;color:#0f172a;font-weight:500}.playback-shell-surface{margin-top:.75rem;min-height:220px;border-radius:12px;background:#0f172a;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.playback-shell-surface--loading{border-color:#94a3b8}.playback-shell-surface--ready{border-color:#334155;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.playback-shell-surface--error{background:#1e1b1b;border-color:#fecaca}.playback-shell-state-content{padding:1.5rem;text-align:center;max-width:30ch}.playback-shell-state-title{font-size:.95rem;font-weight:600;color:#94a3b8;margin:0 0 .35rem}.playback-shell-state-desc{margin:.25rem 0 0;color:#64748b;font-size:.875rem;line-height:1.45}.playback-shell-ready-slot .playback-shell-state-title{color:#cbd5e1}.playback-shell-ready-slot .playback-shell-state-desc{color:#94a3b8}.playback-shell-empty-title{font-size:.95rem;font-weight:600;color:#94a3b8;margin:0 0 .35rem}.playback-shell-error-content .playback-shell-error-title{color:#fca5a5}.playback-shell-error-content .playback-shell-state-desc{color:#fecaca}.playback-shell-loading-spinner{width:28px;height:28px;margin:0 auto .75rem;border:3px solid #334155;border-top-color:#94a3b8;border-radius:50%;animation:playback-shell-spin .7s linear infinite}@keyframes playback-shell-spin{to{transform:rotate(1turn)}}.playback-shell-timeline{margin-top:1rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.playback-shell-timeline-track{display:flex;flex-direction:column;gap:.5rem}.playback-shell-timeline-ticks{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#475569;padding:0 4px;letter-spacing:.02em}.playback-shell-timeline-tick{flex:0 0 auto}.playback-shell-timeline-panel h2{font-size:1.05rem;font-weight:600;color:#0f172a}.playback-shell-timeline-panel .playback-shell-timeline{margin-top:.6rem;padding-top:.6rem}.playback-shell-timeline-scrub{height:14px;background:#e2e8f0;border-radius:7px;position:relative;overflow:visible}.playback-shell-timeline-progress{position:absolute;left:0;top:0;bottom:0;background:#94a3b8;border-radius:7px 0 0 7px;pointer-events:none}.playback-shell-timeline-marker{position:absolute;left:32%;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background:#0f172a;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.3);z-index:1}.playback-shell-nav .module-summary{margin-top:.4rem}.playback-shell-state-hint{margin-top:1rem;font-size:.7rem;color:#94a3b8;line-height:1.4}.playback-shell-state-hint code{padding:.1rem .35rem;border-radius:4px;background:#f1f5f9;color:#475569;font-size:.65rem}.validation-summary{margin-top:.85rem;padding:1rem 1.15rem;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #dbe5f0}.validation-summary h3{margin:0;font-size:.94rem;font-weight:600;color:#0f172a}.validation-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.validation-summary-subline{margin:.35rem 0 0;font-size:.79rem;color:#64748b;line-height:1.4}.validation-result-row{display:flex;flex-wrap:nowrap;align-items:center;gap:.75rem;margin-top:.95rem}.validation-result-row:last-child{margin-top:.9rem}.validation-result-row--primary{justify-content:flex-start}.validation-result-item{display:flex;align-items:center;gap:.55rem;font-size:.8rem;background:rgba(255,255,255,.72);border:1px solid rgba(148,163,184,.22);border-radius:999px;padding:.36rem .62rem}.validation-result-label{color:#64748b;font-weight:600;letter-spacing:.01em}.validation-result-chip{display:inline-flex;align-items:center;justify-content:center;min-width:70px;padding:.28rem .62rem;border-radius:999px;font-size:.74rem;font-weight:600;letter-spacing:.015em;text-transform:capitalize}.validation-result-chip--success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.validation-result-chip--partial{background:#fef9c3;color:#854d0e;border:1px solid #fde047}.validation-result-chip--failed{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.validation-result-chip--blocked{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.validation-result-chip--pending{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.validation-state-row{margin-top:.78rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.6rem;gap:.6rem}.validation-state-item{display:flex;align-items:center;justify-content:space-between;gap:.55rem;padding:.52rem .62rem;border-radius:8px;border:1px solid rgba(148,163,184,.26);background:rgba(255,255,255,.64)}.validation-state-label{color:#64748b;font-size:.72rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.validation-state-value{color:#0f172a;font-size:.8rem;font-weight:600;text-transform:capitalize}.validation-track-grid{margin-top:.78rem;display:grid;grid-template-columns:1fr;grid-gap:.7rem;gap:.7rem}.validation-track{border-radius:10px;border:1px solid rgba(148,163,184,.3);background:rgba(255,255,255,.78);padding:.72rem .78rem}.validation-track--live{border-left:3px solid #38bdf8}.validation-track--playback{border-left:3px solid #6366f1}.validation-track-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.validation-track-title{margin:0;font-size:.82rem;font-weight:600;color:#0f172a}.founder-proof-strip{margin-top:.72rem;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.85);padding:.68rem .76rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.6rem .75rem;gap:.6rem .75rem}.founder-proof-item{display:flex;flex-direction:column;gap:.2rem}.founder-proof-item--wide{grid-column:1/-1}.founder-proof-label{color:#64748b;font-size:.7rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.founder-proof-value{color:#0f172a;font-size:.8rem;line-height:1.35;font-weight:500}.founder-proof-blocking{margin-top:.5rem;padding:.5rem .65rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.founder-proof-blocking-label{font-size:.7rem;font-weight:600;color:#64748b;letter-spacing:.02em;text-transform:uppercase;display:block;margin-bottom:.25rem}.founder-proof-blocking-value{font-size:.8125rem;line-height:1.4;color:#0f172a;word-break:break-word;max-width:52ch}.founder-proof-failure{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9;font-size:.8rem;color:#64748b}.founder-proof-failure strong{color:#475569;font-weight:600}.founder-proof-next-step{margin-top:.75rem;padding:.6rem .75rem;border-radius:8px;background:#f0f9ff;border:1px solid #bae6fd}.founder-proof-next-step-label{font-size:.7rem;font-weight:600;color:#0369a1;letter-spacing:.02em;text-transform:uppercase;display:block;margin-bottom:.3rem}.founder-proof-next-step-value{font-size:.8125rem;line-height:1.4;color:#0f172a}.validation-metrics{margin-top:.62rem;padding-top:.62rem;border-top:1px solid rgba(148,163,184,.24)}.validation-metric-row{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.38rem 0;font-size:.78rem}.validation-metric-row+.validation-metric-row{border-top:1px dashed rgba(148,163,184,.28)}.validation-metric-label{color:#64748b;font-weight:600;flex-shrink:0}.validation-metric-value{color:#0f172a;font-size:.78rem;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.validation-metric-value--muted{color:#94a3b8}.validation-summary-panel h2{font-size:1.05rem;font-weight:600;color:#0f172a}.validation-summary-panel .validation-summary{margin-top:.6rem}@media (max-width:780px){.validation-result-row{flex-wrap:wrap}.founder-proof-strip,.validation-state-row{grid-template-columns:1fr}.founder-proof-item--wide{grid-column:auto}}@media (min-width:920px){.validation-track-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.module-page[aria-label="MANPRA Surveillance mobile preview"] .module-stack{gap:1.5rem}.module-page[aria-label="MANPRA Surveillance mobile preview"] .module-panel{padding:1.25rem 1.35rem}.module-page[aria-label="MANPRA Surveillance mobile preview"] .module-hero-card{padding:1.5rem 1.35rem}.module-page[aria-label="MANPRA Surveillance mobile preview"] .module-hero-card h1{margin-top:.5rem;font-size:1.5rem}.module-page[aria-label="MANPRA Surveillance mobile preview"] .module-summary{margin-top:.4rem;line-height:1.45}.module-page[aria-label="MANPRA Surveillance mobile preview"] .module-panel:hover{transform:none;box-shadow:var(--glass-shadow-soft),0 2px 12px rgba(15,23,42,.06)}.mobile-vms-page{min-height:100vh;padding:0;background:#f8fafc}.mobile-vms-frame{max-width:430px;margin:0 auto;min-height:100vh;background:#fff;box-shadow:0 0 0 1px #e2e8f0;padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0);overflow-x:hidden}@media (min-width:768px){.mobile-vms-page{padding:2rem 0;background:#e2e8f0}.mobile-vms-frame{border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(15,23,42,.15)}}.mobile-vms-shell{display:flex;flex-direction:column;gap:0;padding-bottom:env(safe-area-inset-bottom,1rem)}.mobile-vms-header{padding:clamp(1rem,4vw,1.25rem) max(1rem,env(safe-area-inset-right)) .75rem max(1rem,env(safe-area-inset-left));border-bottom:1px solid #e2e8f0;background:#fff}.mobile-vms-title{margin:0;font-size:1.125rem;font-weight:600;color:#0f172a;letter-spacing:-.02em;line-height:1.3;flex:1 1;min-width:0}.mobile-vms-header-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem}.mobile-vms-device{font-size:.8125rem;color:#64748b;font-weight:500}.mobile-vms-status{flex-shrink:0;min-height:44px;display:inline-flex;align-items:center}.mobile-vms-view-selector{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.6rem}.mobile-vms-view-option{min-height:44px;min-width:44px;padding:.4rem .55rem;font-size:.75rem;font-weight:600;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.mobile-vms-view-option:hover{background:#e2e8f0;color:#0f172a}.mobile-vms-view-option.is-active{background:#0f172a;color:#fff;border-color:#0f172a}.mobile-vms-breadcrumb{display:flex;align-items:center;gap:.35rem;font-size:.75rem;margin-bottom:.45rem;flex-wrap:wrap;line-height:1.35}.mobile-vms-breadcrumb-link{color:#94a3b8;font-weight:500;text-decoration:none}.mobile-vms-breadcrumb-link:hover{color:#0b5fff;text-decoration:underline}.mobile-vms-breadcrumb-sep{color:#cbd5e1;font-weight:400}.mobile-vms-breadcrumb-current{color:#475569;font-weight:600}.mobile-vms-flow-section{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.mobile-vms-section-label{margin:0 0 .5rem;font-size:.7rem;font-weight:600;color:#64748b;letter-spacing:.05em;text-transform:uppercase;line-height:1.3}.mobile-vms-grid-section.mobile-vms-flow-section{padding-bottom:.75rem}.mobile-vms-controls-section.mobile-vms-flow-section,.mobile-vms-viewer-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-events-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1.25rem}.mobile-vms-events-section.mobile-vms-flow-section .mobile-vms-section-label{margin-bottom:.5rem}.mobile-vms-flow-section .mobile-vms-events-heading{display:none}.mobile-vms-grid-section{padding:1rem max(1rem,env(safe-area-inset-right)) 1rem max(1rem,env(safe-area-inset-left))}.mobile-vms-grid-section .mobile-vms-grid{margin-top:0}.mobile-vms-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}@media (min-width:375px){.mobile-vms-grid{gap:.8rem}}@media (min-width:390px){.mobile-vms-grid{gap:.85rem}}@media (min-width:430px){.mobile-vms-grid{gap:.9rem}}.mobile-vms-grid--1{grid-template-columns:1fr;gap:.6rem}@media (min-width:375px){.mobile-vms-grid--1{gap:.65rem}}.mobile-vms-grid--4{grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width:390px){.mobile-vms-grid--4{gap:.85rem}}.mobile-vms-grid--9{grid-template-columns:repeat(3,1fr);gap:.5rem}.mobile-vms-grid--16{grid-template-columns:repeat(4,1fr);gap:.5rem}@media (max-width:430px){.mobile-vms-grid--16,.mobile-vms-grid--9{grid-template-columns:repeat(2,1fr);gap:.6rem}}@media (min-width:375px) and (max-width:430px){.mobile-vms-grid--16,.mobile-vms-grid--9{gap:.65rem}}@media (min-width:768px){.mobile-vms-grid{gap:.9rem}.mobile-vms-grid--1{gap:.7rem}.mobile-vms-grid--4{gap:.9rem}.mobile-vms-grid--9{grid-template-columns:repeat(3,1fr);gap:.6rem}.mobile-vms-grid--16{grid-template-columns:repeat(4,1fr);gap:.6rem}}.mobile-vms-tile{display:flex;flex-direction:column;align-items:stretch;min-height:88px;padding:0;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;text-align:left}.mobile-vms-tile:hover{border-color:#cbd5e1;box-shadow:0 2px 8px rgba(15,23,42,.06)}.mobile-vms-tile.is-active{border-color:#0b5fff;box-shadow:0 0 0 2px rgba(11,95,255,.25)}.mobile-vms-tile-preview{flex:1 1;min-height:56px;background:#1e293b;border-radius:10px 10px 0 0}.mobile-vms-grid--1 .mobile-vms-tile-preview{min-height:180px}.mobile-vms-tile-name{padding:.5rem .65rem .35rem;font-size:.8125rem;font-weight:600;color:#0f172a;line-height:1.25;letter-spacing:-.01em}@media (min-width:390px){.mobile-vms-tile-name{font-size:.84375rem}}.mobile-vms-tile-status{align-self:flex-start;margin:0 .65rem .65rem;font-size:.7rem}@media (min-width:768px){.mobile-vms-tile-status{margin:0 .7rem .7rem}}.mobile-vms-viewer-section{padding:0 1rem 1rem}.mobile-vms-viewer{border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden}.mobile-vms-viewer-title{margin:0;padding:.6rem .75rem;font-size:.9rem;font-weight:600;color:#0f172a;border-bottom:1px solid #e2e8f0}.mobile-vms-viewer-surface{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;background:#0f172a;color:#94a3b8;font-size:.875rem;gap:.25rem}.mobile-vms-viewer-placeholder{font-weight:500}.mobile-vms-viewer-status{font-size:.75rem;color:#64748b}.mobile-vms-ptz-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-ptz-panel{display:flex;flex-direction:column;gap:1rem}.mobile-vms-ptz-dpad{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-gap:.55rem;gap:.55rem;max-width:220px;margin:0 auto;aspect-ratio:1}.mobile-vms-ptz-dpad-btn{min-height:48px;min-width:48px;width:100%;height:100%;font-size:1.25rem;font-weight:600;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.mobile-vms-ptz-dpad-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.mobile-vms-ptz-dpad-btn:active{background:#e2e8f0;transform:scale(.97)}.mobile-vms-ptz-dpad-btn--up{grid-column:2;grid-row:1}.mobile-vms-ptz-dpad-btn--left{grid-column:1;grid-row:2}.mobile-vms-ptz-dpad-btn--center{grid-column:2;grid-row:2;font-size:.9rem}.mobile-vms-ptz-dpad-btn--right{grid-column:3;grid-row:2}.mobile-vms-ptz-dpad-btn--down{grid-column:2;grid-row:3}.mobile-vms-ptz-zoom{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.mobile-vms-ptz-zoom-btn{min-height:48px;min-width:120px;padding:.6rem .85rem;font-size:.875rem;font-weight:600;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .1s ease;-webkit-tap-highlight-color:transparent}.mobile-vms-ptz-zoom-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.mobile-vms-ptz-zoom-btn:active{background:#e2e8f0;transform:scale(.98)}.mobile-vms-ptz-presets{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;gap:.5rem;align-items:stretch}.mobile-vms-ptz-preset-btn{min-height:48px;padding:.55rem .6rem;font-size:.8125rem;font-weight:600;-webkit-tap-highlight-color:transparent;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center}.mobile-vms-ptz-preset-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.mobile-vms-ptz-preset-btn:active{background:#e2e8f0;transform:scale(.98)}.mobile-vms-controls-section{padding:0 1rem 1rem}.mobile-vms-controls{display:flex;flex-wrap:wrap;gap:.5rem}.mobile-vms-ctrl{min-height:44px;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.25rem);min-width:0;font-size:.875rem}@media (min-width:375px){.mobile-vms-ctrl{flex:1 1 auto}}.mobile-vms-events-section{padding:0 1rem 1.25rem;border-top:1px solid #e2e8f0;margin-top:.25rem}.mobile-vms-events-heading{margin:0 0 .6rem;font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.mobile-vms-event-strip{display:flex;flex-direction:column;gap:.5rem}.mobile-vms-event{padding:.6rem .75rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.8125rem}.mobile-vms-event--motion{border-left:3px solid #22c55e}.mobile-vms-event--offline{border-left:3px solid #ef4444}.mobile-vms-event--restored{border-left:3px solid #3b82f6}.mobile-vms-event-text{display:block;font-weight:500;color:#0f172a}.mobile-vms-event-meta{display:block;margin-top:.2rem;font-size:.75rem;color:#64748b}a.mobile-vms-event{text-decoration:none;color:inherit;display:block}a.mobile-vms-event:hover{background:#f1f5f9;border-color:#cbd5e1}.mobile-vms-events-section-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.mobile-vms-events-section-head .mobile-vms-section-label{margin-bottom:0}.mobile-vms-events-view-all{font-size:.75rem;font-weight:600;color:#0b5fff;text-decoration:none}.mobile-vms-events-view-all:hover{text-decoration:underline}.mobile-vms-header-actions,.mobile-vms-header-row{display:flex;align-items:center;gap:.5rem}.mobile-vms-header-row{justify-content:space-between;min-height:44px}.mobile-vms-header-row .mobile-vms-title{margin:0}.mobile-vms-back{font-size:.875rem;font-weight:600;color:#0b5fff;text-decoration:none;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.mobile-vms-back,.mobile-vms-header-actions .mobile-vms-back{padding:.4rem .5rem}.mobile-vms-back:hover{text-decoration:underline;color:#1d4ed8}.mobile-vms-context-section{padding:.5rem 1rem;border-bottom:1px solid #f1f5f9}.mobile-vms-context-section.mobile-vms-flow-section{padding-top:.75rem}.mobile-vms-context-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.8125rem}.mobile-vms-context-label{color:#64748b;font-weight:500}.mobile-vms-context-value{color:#0f172a;font-weight:600}.mobile-vms-playback-viewer-section{padding:1rem}.mobile-vms-playback-viewer-section.mobile-vms-flow-section{padding-top:.75rem}.mobile-vms-playback-viewer-section .mobile-vms-section-label{margin-bottom:.5rem}.mobile-vms-playback-surface{min-height:200px;border-radius:12px;background:#0f172a;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.mobile-vms-playback-surface--loading{border-color:#94a3b8}.mobile-vms-playback-surface--error{background:#1e1b1b;border-color:#fecaca}.mobile-vms-state-content{padding:1.5rem;text-align:center;color:#94a3b8;font-size:.875rem}.mobile-vms-state-block{min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;margin:0 1rem;padding:1.5rem 1.25rem;position:relative}.mobile-vms-state-block:not(.mobile-vms-state-error):not(:has(.mobile-vms-spinner)):before{content:"";display:block;width:48px;height:48px;border-radius:50%;background:#e2e8f0;margin-bottom:.25rem;flex-shrink:0}.mobile-vms-state-block .mobile-vms-spinner{margin-bottom:.5rem}.mobile-vms-state-title{margin:0;font-weight:600;font-size:.95rem;color:#0f172a;line-height:1.3}.mobile-vms-state-block .mobile-vms-state-title{color:#334155}.mobile-vms-state-desc{margin:0;font-size:.8125rem;color:#64748b;line-height:1.4;max-width:28ch}.mobile-vms-state-error{border-color:#fecaca;background:#fef2f2}.mobile-vms-state-error:before{content:"";display:block;width:44px;height:44px;border-radius:50%;background:#fecaca;margin-bottom:.5rem;flex-shrink:0}.mobile-vms-state-error .mobile-vms-state-title{color:#b91c1c}.mobile-vms-state-error .mobile-vms-state-desc{color:#991b1b}.mobile-vms-state-error .mobile-vms-back,.mobile-vms-state-error .mobile-vms-ctrl{min-height:44px;margin-top:.5rem}.mobile-vms-spinner{width:28px;height:28px;margin:0 auto .5rem;border:3px solid #e2e8f0;border-top-color:#64748b;border-radius:50%;animation:mobile-vms-spin .7s linear infinite}@keyframes mobile-vms-spin{to{transform:rotate(1turn)}}.mobile-vms-timeline-section{padding:0 1rem 1rem}.mobile-vms-timeline-section.mobile-vms-flow-section{padding-top:.75rem}.mobile-vms-timeline-section .mobile-vms-section-label{margin-bottom:.5rem}.mobile-vms-timeline{display:flex;flex-direction:column;gap:.5rem}.mobile-vms-timeline-ticks{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#475569;padding:0 4px;letter-spacing:.02em}.mobile-vms-timeline-tick{flex:0 0 auto}.mobile-vms-timeline-track{height:16px;background:#e2e8f0;border-radius:8px;position:relative;overflow:visible}.mobile-vms-timeline-progress{position:absolute;left:0;top:0;bottom:0;background:#94a3b8;border-radius:8px 0 0 8px;pointer-events:none}.mobile-vms-timeline-marker{position:absolute;left:35%;top:50%;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;background:#0f172a;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.3);z-index:1}.mobile-vms-timeline-event-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#22c55e;border:1px solid #fff;z-index:0}.mobile-vms-device-section{padding:0 1rem 1rem}.mobile-vms-summary-card{padding:1rem 1.05rem;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.mobile-vms-card-title{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#0f172a}.mobile-vms-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem}.mobile-vms-summary-item{display:flex;flex-direction:column;gap:.2rem}.mobile-vms-summary-label{font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.mobile-vms-summary-value{font-size:.875rem;font-weight:500;color:#0f172a}.mobile-vms-channel-list{display:flex;flex-direction:column;gap:.5rem}.mobile-vms-channel-item{display:flex;align-items:center;justify-content:space-between;padding:.65rem .75rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.875rem}.mobile-vms-channel-name{font-weight:500;color:#0f172a}.mobile-vms-health-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;font-size:.8125rem}.mobile-vms-health-row+.mobile-vms-health-row{border-top:1px solid #f1f5f9}.mobile-vms-health-block{border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;padding:.65rem .75rem}.mobile-vms-device-section .mobile-vms-events-heading{margin-bottom:.5rem}.mobile-vms-device-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-actions{flex-direction:column}.mobile-vms-actions .mobile-vms-ctrl{flex:1 1 100%;width:100%}.mobile-vms-alerts-section{padding:0 1rem 1rem}.mobile-vms-alerts-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-alerts-filters{display:flex;flex-wrap:wrap;gap:.4rem}.mobile-vms-alerts-filter-chip{min-height:44px;padding:.4rem .65rem;font-size:.8125rem;font-weight:600;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.mobile-vms-alerts-filter-chip:hover{background:#f1f5f9;color:#0f172a}.mobile-vms-alerts-filter-chip.is-active{background:#0f172a;color:#fff;border-color:#0f172a}.mobile-vms-alerts-list{display:flex;flex-direction:column;gap:.7rem}.mobile-vms-alert-card{display:block;min-height:48px;padding:.85rem .8rem;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;text-decoration:none;color:inherit;transition:border-color .2s ease,background .2s ease;-webkit-tap-highlight-color:transparent}.mobile-vms-alert-card:hover{background:#f1f5f9;border-color:#cbd5e1}.mobile-vms-alert-card--motion{border-left:3px solid #22c55e}.mobile-vms-alert-card--offline{border-left:3px solid #ef4444}.mobile-vms-alert-card--restored{border-left:3px solid #3b82f6}.mobile-vms-alert-card--warning{border-left:3px solid #eab308}.mobile-vms-alert-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.3rem}.mobile-vms-alert-camera{font-size:.875rem;font-weight:600;color:#0f172a}.mobile-vms-alert-severity{flex-shrink:0;font-size:.7rem;margin-left:.35rem}.mobile-vms-alert-type{margin:0 0 .25rem;font-size:.75rem;font-weight:500;color:#64748b;text-transform:capitalize}.mobile-vms-alert-desc{margin:0 0 .4rem;font-size:.8125rem;line-height:1.4;color:#334155;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-vms-alert-time{font-size:.75rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#94a3b8;text-align:right}.mobile-vms-alerts-summary{padding-top:.5rem;padding-bottom:1.25rem;border-top:1px solid #e2e8f0}.mobile-vms-alerts-summary-bar{display:flex;align-items:center;gap:.35rem;font-size:.8125rem}.mobile-vms-alerts-summary-label{color:#64748b;font-weight:500}.mobile-vms-alerts-summary-value{color:#0f172a;font-weight:600}.mobile-vms-detail-section{padding:0 1rem 1rem}.mobile-vms-detail-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-detail-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;background:#0f172a;color:#94a3b8;font-size:.875rem;gap:.25rem;border-radius:12px;border:1px solid #e2e8f0}.mobile-vms-detail-meta{border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;padding:.65rem .75rem}.mobile-vms-detail-meta-row{display:flex;align-items:center;justify-content:space-between;padding:.4rem 0;font-size:.8125rem}.mobile-vms-detail-meta-row+.mobile-vms-detail-meta-row{border-top:1px solid #e2e8f0}.mobile-vms-detail-actions{display:flex;flex-wrap:wrap;gap:.5rem}.mobile-vms-detail-actions .mobile-vms-ctrl{min-height:44px;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.25rem);min-width:0}.mobile-vms-settings-section{padding:0 1rem 1rem}.mobile-vms-settings-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-settings-block{border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden}.mobile-vms-settings-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:52px;padding:.65rem .75rem;border-bottom:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:background .2s ease}a.mobile-vms-settings-row:hover{background:#f1f5f9}.mobile-vms-settings-row:last-child{border-bottom:none}.mobile-vms-settings-row-main{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;min-width:0;flex:1 1}.mobile-vms-settings-row-label{font-size:.875rem;font-weight:600;color:#0f172a}.mobile-vms-settings-row-desc{margin:0;font-size:.75rem;color:#64748b;line-height:1.35}.mobile-vms-settings-row-value{font-size:.8125rem;color:#64748b;font-weight:500;flex-shrink:0}.mobile-vms-settings-row-arrow{font-size:1.1rem;color:#94a3b8;font-weight:300;flex-shrink:0}.mobile-vms-settings-row-pill{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;background:#e2e8f0;color:#64748b;flex-shrink:0}.mobile-vms-settings-row-pill.is-on{background:#0f172a;color:#fff}.mobile-vms-account-section{padding:0 1rem 1rem}.mobile-vms-account-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-account-user-card{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.mobile-vms-account-user-avatar{width:48px;height:48px;border-radius:50%;background:#e2e8f0;flex-shrink:0}.mobile-vms-account-user-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.mobile-vms-account-user-name{font-size:1rem;font-weight:600;color:#0f172a}.mobile-vms-account-user-email{font-size:.8125rem;color:#64748b}.mobile-vms-search-section{padding:0 1rem 1rem}.mobile-vms-search-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-search-input-shell{border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;padding:0 .75rem}.mobile-vms-search-input{width:100%;min-height:44px;padding:.6rem 0;font-size:.9375rem;color:#0f172a;background:transparent;border:none;outline:none}.mobile-vms-search-input::placeholder{color:#94a3b8}.mobile-vms-search-suggestions{display:flex;flex-wrap:wrap;gap:.4rem}.mobile-vms-search-suggestion-chip{min-height:36px;padding:.35rem .6rem;font-size:.8125rem;font-weight:500;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.mobile-vms-search-suggestion-chip:hover{background:#e2e8f0;color:#0f172a}.mobile-vms-search-result-list{display:flex;flex-direction:column;gap:0;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden}.mobile-vms-search-result-item{display:flex;align-items:center;gap:.75rem;min-height:52px;padding:.65rem .75rem;border-bottom:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:background .2s ease}.mobile-vms-search-result-item:last-child{border-bottom:none}.mobile-vms-search-result-item:hover{background:#f1f5f9}.mobile-vms-search-result-label{font-size:.875rem;font-weight:600;color:#0f172a;flex:1 1;min-width:0}.mobile-vms-search-result-meta{font-size:.75rem;color:#64748b;flex-shrink:0}.mobile-vms-search-result-arrow{font-size:1rem;color:#94a3b8;flex-shrink:0}.mobile-vms-camera-section{padding:0 1rem 1rem}.mobile-vms-camera-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-camera-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;background:#0f172a;color:#94a3b8;font-size:.875rem;gap:.25rem;border-radius:12px;border:1px solid #e2e8f0}.mobile-vms-add-device-section{padding:0 1rem 1rem}.mobile-vms-add-device-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-add-device-options{display:flex;flex-direction:column;gap:.5rem}.mobile-vms-add-device-option{padding:.85rem .75rem;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;display:flex;flex-direction:column;gap:.2rem}.mobile-vms-add-device-option-label{font-size:.9375rem;font-weight:600;color:#0f172a}.mobile-vms-add-device-option-desc{font-size:.8125rem;color:#64748b}.mobile-vms-add-device-form-shell{border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.mobile-vms-add-device-field{display:flex;flex-direction:column;gap:.35rem}.mobile-vms-add-device-label{font-size:.8125rem;font-weight:600;color:#0f172a}.mobile-vms-add-device-input{min-height:44px;padding:.5rem .65rem;font-size:.9375rem;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.mobile-vms-add-device-input::placeholder{color:#94a3b8}.mobile-vms-add-device-hint{margin:0;font-size:.75rem;color:#64748b}.mobile-vms-add-device-submit{margin-top:.25rem;min-height:44px}.mobile-vms-qr-scan-shell{border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.mobile-vms-qr-scan-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;background:#0f172a;color:#94a3b8;font-size:.875rem;gap:.25rem;border-radius:10px}.mobile-vms-qr-scan-icon{font-size:3rem;color:#475569;line-height:1}.mobile-vms-qr-scan-hint{margin:0;font-size:.8125rem;color:#64748b;line-height:1.4}.mobile-vms-discovery-shell{border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;padding:1rem;min-height:120px}.mobile-vms-discovery-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;text-align:center}.mobile-vms-discovery-list{display:flex;flex-direction:column;gap:0;border-radius:10px;border:1px solid #e2e8f0;background:#fff;overflow:hidden;margin-bottom:.5rem}.mobile-vms-discovery-item{display:flex;align-items:center;gap:.75rem;min-height:52px;padding:.65rem .75rem;border-bottom:1px solid #e2e8f0;font-size:.875rem}.mobile-vms-discovery-item:last-child{border-bottom:none}.mobile-vms-add-device-help{border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.mobile-vms-add-device-help-text{margin:0;font-size:.8125rem;color:#64748b;line-height:1.45}.mobile-vms-notifications-section{padding:0 1rem 1rem}.mobile-vms-notifications-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-notifications-summary-bar{display:flex;align-items:center;gap:.35rem;font-size:.8125rem}.mobile-vms-notifications-list{display:flex;flex-direction:column;gap:.75rem}.mobile-vms-notification-card{min-height:48px;padding:.9rem .85rem;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #94a3b8;-webkit-tap-highlight-color:transparent}.mobile-vms-notification-card.is-unread{background:#f1f5f9;border-left-color:#0b5fff}.mobile-vms-notification-card--motion{border-left-color:#22c55e}.mobile-vms-notification-card--offline{border-left-color:#ef4444}.mobile-vms-notification-card--restored{border-left-color:#3b82f6}.mobile-vms-notification-card--warning{border-left-color:#eab308}.mobile-vms-notification-card--export{border-left-color:#8b5cf6}.mobile-vms-notification-card.is-unread.mobile-vms-notification-card--motion{border-left-color:#22c55e}.mobile-vms-notification-card.is-unread.mobile-vms-notification-card--offline{border-left-color:#ef4444}.mobile-vms-notification-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.mobile-vms-notification-title{font-size:.875rem;font-weight:600;color:#0f172a;min-width:0}.mobile-vms-notification-severity{flex-shrink:0;font-size:.7rem;margin-left:.35rem}.mobile-vms-notification-desc{margin:0 0 .4rem;font-size:.8125rem;line-height:1.45;color:#334155;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-vms-notification-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.75rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#94a3b8}.mobile-vms-notification-source{font-weight:500}.mobile-vms-history-section{padding:0 1rem 1rem}.mobile-vms-history-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-history-period-chips{display:flex;flex-wrap:wrap;gap:.4rem}.mobile-vms-history-timeline{display:flex;flex-direction:column;gap:0;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden}.mobile-vms-history-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;min-height:58px;padding:.8rem .85rem;border-bottom:1px solid #e2e8f0}.mobile-vms-history-item:last-child{border-bottom:none}.mobile-vms-history-item-main{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1 1}.mobile-vms-history-action{font-size:.9rem;font-weight:600;color:#0f172a;line-height:1.35}.mobile-vms-history-detail{font-size:.75rem;color:#64748b;line-height:1.4}.mobile-vms-history-time{font-size:.75rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#475569;flex-shrink:0;padding-top:.1rem}.mobile-vms-history-item--playback{border-left:3px solid #3b82f6}.mobile-vms-history-item--connection{border-left:3px solid #22c55e}.mobile-vms-history-item--alert{border-left:3px solid #eab308}.mobile-vms-history-item--device{border-left:3px solid #8b5cf6}.mobile-vms-history-item--live{border-left:3px solid #0b5fff}.mobile-vms-history-summary-strip{display:flex;align-items:center;gap:.35rem;font-size:.8125rem;padding-top:.25rem}.mobile-vms-quickstart-section{padding:0 1rem 1rem}.mobile-vms-quickstart-section.mobile-vms-flow-section{padding-top:.75rem;padding-bottom:1rem}.mobile-vms-quickstart-progress-card{padding:1.2rem 1.05rem;display:flex;flex-direction:column;gap:.65rem;border-radius:12px;border:2px solid #e2e8f0;background:#f1f5f9;box-shadow:0 1px 3px rgba(15,23,42,.04)}.mobile-vms-quickstart-progress-bar{height:8px;border-radius:4px;background:#e2e8f0;overflow:hidden}.mobile-vms-quickstart-progress-fill{height:100%;background:#0b5fff;border-radius:4px;transition:width .25s ease}.mobile-vms-quickstart-progress-label{font-size:.9375rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.mobile-vms-quickstart-step-list{border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden}.mobile-vms-quickstart-step{display:flex;align-items:center;gap:.8rem;min-height:52px;padding:.7rem .8rem;border-bottom:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:background .2s ease}.mobile-vms-quickstart-step:last-child{border-bottom:none}.mobile-vms-quickstart-step:hover{background:#f1f5f9}.mobile-vms-quickstart-step-num{width:26px;height:26px;border-radius:50%;background:#e2e8f0;color:#475569;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-vms-quickstart-step-label{flex:1 1;font-size:.875rem;font-weight:600;color:#0f172a;line-height:1.3}.mobile-vms-quickstart-checklist-row{display:flex;align-items:center;gap:.65rem;min-height:48px;padding:.55rem .8rem;border-bottom:1px solid #e2e8f0}.mobile-vms-quickstart-checklist-row:last-child{border-bottom:none}.mobile-vms-quickstart-checklist-icon{font-size:1.05rem;color:#94a3b8;flex-shrink:0;width:1.25em;text-align:center}.mobile-vms-quickstart-checklist-row.is-done .mobile-vms-quickstart-checklist-icon{color:#22c55e}.mobile-vms-quickstart-handoff-card{border-radius:12px;border:2px solid #cbd5e1;background:#f8fafc;padding:1.1rem 1rem;display:flex;flex-direction:column;gap:.8rem;box-shadow:0 1px 2px rgba(15,23,42,.04)}.mobile-vms-quickstart-handoff-list{margin:0;padding-left:1.25rem;font-size:.875rem;color:#0f172a;line-height:1.5}.mobile-vms-quickstart-handoff-item{margin-bottom:.25rem}.mobile-vms-quickstart-handoff-item:last-child{margin-bottom:0}.surveillance-ops-shell{min-height:100vh;background:#f1f5f9}.surveillance-ops-page{max-width:1600px;margin:0 auto;padding:0 1rem 1.5rem;display:flex;flex-direction:column;gap:0}.surveillance-ops-header{background:#fff;border-bottom:1px solid #e2e8f0;margin:0 -1rem;padding:.75rem 1rem}.surveillance-ops-header-inner{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.surveillance-ops-logo{font-size:1rem;font-weight:600;color:#0f172a;text-decoration:none;letter-spacing:-.02em}.surveillance-ops-logo:hover{color:#334155}.surveillance-ops-nav{display:flex;align-items:center;gap:.25rem}.surveillance-ops-nav-link{padding:.4rem .65rem;font-size:.8125rem;font-weight:500;color:#64748b;text-decoration:none;border-radius:6px;transition:color .2s ease,background .2s ease}.surveillance-ops-nav-link:hover{color:#0f172a;background:#f1f5f9}.surveillance-ops-nav-link.is-active{color:#0f172a;background:#e2e8f0}.surveillance-ops-nav-link--live.is-active .surveillance-ops-nav-dot{background:#22c55e;box-shadow:0 0 0 2px rgba(34,197,94,.35)}.surveillance-ops-nav-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#94a3b8;margin-right:.4rem;vertical-align:.15em;flex-shrink:0}.surveillance-ops-nav-link{display:inline-flex;align-items:center}.surveillance-ops-viewer-head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.4rem}.surveillance-ops-viewer-live-label{font-size:.65rem;font-weight:700;letter-spacing:.12em;color:#64748b;text-transform:uppercase}.surveillance-ops-camera-active{display:inline-flex;align-items:center;gap:.35rem;font-size:.65rem;font-weight:700;letter-spacing:.08em;color:#0b6b34;text-transform:uppercase}.surveillance-ops-camera-active-dot{width:5px;height:5px;border-radius:50%;background:#22c55e;animation:surveillanceOpsPulse 2s ease-in-out infinite}@keyframes surveillanceOpsPulse{0%,to{opacity:1}50%{opacity:.5}}@media (prefers-reduced-motion:reduce){.surveillance-ops-camera-active-dot{animation:none}}.surveillance-ops-header-meta{margin-left:auto;display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#64748b}.surveillance-ops-site-label{font-weight:500}.surveillance-ops-status-chip{padding:.2rem .5rem;font-size:.7rem;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.03em}.surveillance-ops-status-chip.is-healthy{background:#e8f7ef;color:#0b6b34}.surveillance-ops-status-chip.is-warning{background:#fff8e8;color:#7a4f00}.surveillance-ops-status-chip.is-critical{background:#fff1f2;color:#9f1239}.surveillance-ops-summary-strip{background:#fff;border-bottom:1px solid #e2e8f0;padding:.5rem 1rem;margin:0 -1rem}.surveillance-ops-summary-inner{display:flex;align-items:center;gap:1.25rem;font-size:.8125rem;color:#475569}.surveillance-ops-summary-item strong{color:#0f172a;margin-right:.25rem}.surveillance-ops-main{display:grid;grid-template-columns:1fr 2fr 280px;grid-gap:1rem;margin-top:1rem;min-height:480px}@media (max-width:1200px){.surveillance-ops-main{grid-template-columns:1fr 1fr}.surveillance-ops-alerts-panel{grid-column:1/-1}}@media (max-width:768px){.surveillance-ops-main{grid-template-columns:1fr}}.surveillance-ops-section-label{margin:0 0 .4rem;font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.surveillance-ops-grid-section{min-width:0}.surveillance-ops-grid{display:grid;grid-gap:.5rem;gap:.5rem}.surveillance-ops-grid--4x4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.surveillance-ops-grid--4x4{grid-template-columns:repeat(2,1fr)}}.surveillance-ops-tile{display:flex;flex-direction:column;align-items:stretch;min-height:72px;padding:0;border:1px solid #e2e8f0;background:#f8fafc;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;text-align:left}.surveillance-ops-tile:hover{border-color:#cbd5e1;box-shadow:0 1px 4px rgba(15,23,42,.06)}.surveillance-ops-tile.is-active{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2)}.surveillance-ops-tile-preview{flex:1 1;min-height:44px;background:#1e293b;border-radius:6px 6px 0 0}.surveillance-ops-tile-name{padding:.3rem .5rem;font-size:.75rem;font-weight:600;color:#0f172a}.surveillance-ops-tile-status{padding:0 .5rem .35rem;font-size:.65rem;font-weight:600;text-transform:uppercase}.surveillance-ops-viewer-section{min-width:0}.surveillance-ops-viewer{border-radius:8px;border:1px solid #e2e8f0;background:#0f172a;overflow:hidden}.surveillance-ops-playback-surface,.surveillance-ops-viewer-surface{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;font-size:.875rem;gap:.25rem}.surveillance-ops-viewer-placeholder{font-weight:500}.surveillance-ops-viewer-meta{font-size:.75rem;color:#64748b}.surveillance-ops-alerts-panel{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:.75rem;min-height:200px}.surveillance-ops-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.surveillance-ops-panel-link{font-size:.75rem;font-weight:600;color:#2563eb;text-decoration:none}.surveillance-ops-panel-link:hover{text-decoration:underline}.surveillance-ops-alerts-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.surveillance-ops-alert-item{display:flex;align-items:center;justify-content:space-between;padding:.4rem .5rem;border-radius:6px;border-left:3px solid #94a3b8;background:#f8fafc;font-size:.8125rem}.surveillance-ops-alert-item--motion{border-left-color:#22c55e}.surveillance-ops-alert-item--offline{border-left-color:#ef4444}.surveillance-ops-alert-item--restored{border-left-color:#3b82f6}.surveillance-ops-alert-item--warning{border-left-color:#eab308}.surveillance-ops-alert-text{font-weight:500;color:#0f172a}.surveillance-ops-alert-time{font-size:.75rem;color:#64748b;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.surveillance-ops-quick-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.surveillance-ops-action-btn{display:inline-flex;align-items:center;padding:.5rem .85rem;font-size:.8125rem;font-weight:600;color:#fff;background:#2563eb;border:1px solid #2563eb;border-radius:6px;text-decoration:none;transition:background .2s ease,border-color .2s ease}.surveillance-ops-action-btn:hover{background:#1d4ed8;border-color:#1d4ed8}.surveillance-ops-action-btn--secondary{color:#334155;background:#fff;border-color:#e2e8f0}.surveillance-ops-action-btn--secondary:hover{background:#f8fafc;border-color:#cbd5e1}.surveillance-ops-state-block{min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.surveillance-ops-state-block[data-state=empty] .surveillance-ops-state-title,.surveillance-ops-state-block[data-state=loading] .surveillance-ops-state-title{color:#334155}.surveillance-ops-state-title{margin:0 0 .35rem;font-size:.9375rem;font-weight:600;color:#0f172a}.surveillance-ops-state-desc{margin:0;font-size:.8125rem;color:#64748b}.surveillance-ops-state-error .surveillance-ops-state-title{color:#b91c1c}.surveillance-ops-state-error .surveillance-ops-state-desc{color:#991b1b}.surveillance-ops-spinner{width:24px;height:24px;margin:0 auto .5rem;border:2px solid #e2e8f0;border-top-color:#64748b;border-radius:50%;animation:surveillance-ops-spin .7s linear infinite}@keyframes surveillance-ops-spin{to{transform:rotate(1turn)}}.surveillance-ops-context-strip{background:#fff;border-bottom:1px solid #e2e8f0;padding:.5rem 1rem;margin:0 -1rem}.surveillance-ops-context-inner{display:flex;align-items:center;gap:1.25rem;font-size:.8125rem;color:#475569}.surveillance-ops-context-item strong{color:#0f172a;margin-right:.25rem}.surveillance-ops-playback-main{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.surveillance-ops-surface-block{min-height:320px}.surveillance-ops-playback-surface{border-radius:8px;border:1px solid #e2e8f0}.surveillance-ops-timeline-shell{padding:.75rem 0}.surveillance-ops-timeline-ticks{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#475569;margin-bottom:.35rem}.surveillance-ops-timeline-track{height:12px;background:#e2e8f0;border-radius:6px;position:relative;overflow:visible}.surveillance-ops-timeline-progress{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,#3b82f6,#60a5fa);box-shadow:0 0 0 1px rgba(59,130,246,.2);border-radius:6px 0 0 6px;pointer-events:none}.surveillance-ops-timeline-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:#0f172a;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.25);pointer-events:none}.surveillance-ops-event-markers{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.surveillance-ops-event-marker{font-size:.7rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#2563eb;padding:.2rem .4rem;background:#eff6ff;border-radius:4px}.surveillance-ops-actions-row{display:flex;flex-wrap:wrap;gap:.5rem}.surveillance-ops-device-main{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.surveillance-ops-channels-section,.surveillance-ops-device-summary,.surveillance-ops-health-section,.surveillance-ops-related-section{min-width:0}.surveillance-ops-health-card,.surveillance-ops-summary-card{padding:1rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.surveillance-ops-summary-title{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#0f172a}.surveillance-ops-summary-ip,.surveillance-ops-summary-model{margin:0;font-size:.8125rem;color:#64748b}.surveillance-ops-health-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;font-size:.8125rem}.surveillance-ops-health-row+.surveillance-ops-health-row{border-top:1px solid #f1f5f9}.surveillance-ops-health-label{color:#64748b;font-weight:500}.surveillance-ops-health-value{color:#0f172a;font-weight:500}.surveillance-ops-channels-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.surveillance-ops-channel-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .65rem;border-radius:6px;border:1px solid #e2e8f0;background:#fff;font-size:.8125rem}.surveillance-ops-channel-name{font-weight:500;color:#0f172a}.surveillance-ops-related-section .surveillance-ops-actions-row{margin-top:.75rem}.surveillance-ops-device-main .surveillance-ops-actions-row{grid-column:1/-1}.surveillance-ops-alerts-main{margin-top:1rem;display:grid;grid-template-columns:1fr 320px;grid-gap:1rem;gap:1rem;min-height:400px}@media (max-width:900px){.surveillance-ops-alerts-main{grid-template-columns:1fr}}.surveillance-ops-filter-row{margin-bottom:.75rem}.surveillance-ops-filter-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.surveillance-ops-filter-chip{padding:.35rem .6rem;font-size:.75rem;font-weight:600;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.surveillance-ops-filter-chip:hover{background:#f1f5f9;color:#0f172a}.surveillance-ops-filter-chip.is-active{background:#0f172a;color:#fff;border-color:#0f172a}.surveillance-ops-alerts-list--full{display:flex;flex-direction:column;gap:.5rem}.surveillance-ops-alert-card{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;border-radius:8px;border:1px solid #e2e8f0;border-left:3px solid #94a3b8;background:#fff;list-style:none}.surveillance-ops-alert-card--motion{border-left-color:#22c55e}.surveillance-ops-alert-card--offline{border-left-color:#ef4444}.surveillance-ops-alert-card--restored{border-left-color:#3b82f6}.surveillance-ops-alert-card--warning{border-left-color:#eab308}.surveillance-ops-alert-desc{font-size:.8125rem;color:#64748b}.surveillance-ops-alerts-detail-preview{min-width:0}.surveillance-ops-detail-block{padding:1rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.section-wrap{padding-bottom:clamp(2rem,5vw,3rem)}.home-hero-container{padding-top:clamp(1.5rem,4vw,2rem);padding-bottom:clamp(1.5rem,4vw,2rem)}.home-command-strip{margin-top:1rem;gap:.75rem}.section-manufacturer-portfolio .manufacturer-portfolio-grid{margin-top:1rem}.section-manufacturer-portfolio .hero-cta-block{margin-top:1.25rem}.command-hero-primary{padding:1.25rem 1.5rem}.command-hero-status .command-status-row small{font-size:.7rem;color:#64748b}.app-grid{gap:1.25rem}.app-grid .module-panel{padding:1.15rem 1.25rem}.app-grid .module-panel h2{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.mobile-vms-header{padding-top:clamp(1rem,4vw,1.35rem);padding-bottom:.85rem}.mobile-vms-header-meta{margin-top:.6rem}.mobile-vms-section-label{margin-bottom:.55rem}.mobile-vms-flow-section{padding-top:.85rem;padding-bottom:.85rem}.mobile-vms-grid-section.mobile-vms-flow-section{padding-top:1rem}.surveillance-ops-header{padding-top:.9rem;padding-bottom:.9rem}.surveillance-ops-summary-strip{padding:.65rem 0}.surveillance-ops-grid-section>.surveillance-ops-section-label,.surveillance-ops-section-label{margin-bottom:.5rem}.surveillance-ops-main{gap:1rem}.module-hero-card{padding:clamp(1.25rem,4vw,1.75rem) clamp(1rem,3vw,1.5rem)}.module-hero-card .module-eyebrow{margin-bottom:.4rem;letter-spacing:.04em;font-weight:600}.module-hero-card h1{margin-bottom:.6rem;line-height:1.25}.module-hero-card .module-summary{margin-top:.5rem;max-width:52ch;line-height:1.5}.module-hero-card .hero-cta-row{margin-top:1rem;gap:.6rem}.module-panel h2{font-weight:700;letter-spacing:-.01em}.download-card{padding:1.1rem 1.2rem}.download-card-head h3{font-weight:600}.download-card-desc{margin-top:.4rem;margin-bottom:.5rem}.architecture-strip-card h3,.module-feature-card h3{font-weight:600;margin-bottom:.4rem}.docs-hero .hero-cta-block,.downloads-hero .hero-cta-block,.portal-hero-with-visual{display:grid;grid-template-columns:minmax(180px,1fr) 1.4fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.portal-hero-visual{min-width:0;border-radius:12px;overflow:hidden;border:1px solid var(--border)}.portal-hero-content{min-width:0}@media (max-width:640px){.portal-hero-with-visual{grid-template-columns:1fr}}.portal-hero .hero-cta-block{margin-top:1rem}.app-grid .module-list{margin-top:.5rem;margin-bottom:0}.app-grid .module-list li{margin-bottom:.35rem}.ops-two-col{gap:1.25rem}.ops-health-grid{gap:.85rem}.mobile-vms-section-label,.surveillance-ops-section-label{font-weight:600;letter-spacing:.03em;color:#475569}.playback-shell-surface{border-radius:10px}.surveillance-ops-tile{border-radius:8px}.surveillance-ops-viewer{border-radius:10px}.docs-hero-summary,.downloads-section-summary{margin-top:.35rem;max-width:48ch}.manufacturing-page{background:#f8fafc}.manufacturing-hero{position:relative;padding:clamp(3rem,10vw,5rem) clamp(1rem,4vw,2rem);overflow:hidden}.manufacturing-hero-bg{position:absolute;inset:0;background:linear-gradient(165deg,#f1f5f9,#e2e8f0 50%,#f8fafc);z-index:0}.manufacturing-hero-inner{position:relative;z-index:1;text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.manufacturing-hero-title{margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.02em;color:var(--text);line-height:1.15}.manufacturing-hero-subtitle{margin:1rem 0 1.5rem;font-size:clamp(1.1rem,2.5vw,1.35rem);color:var(--muted);line-height:1.4}.manufacturing-hero-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.manufacturing-section{padding:clamp(2.5rem,6vw,4rem) clamp(1rem,4vw,2rem)}.manufacturing-section-title{margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.01em;color:var(--text)}.manufacturing-capabilities-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.manufacturing-capability-card{padding:1.5rem;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:.75rem}.manufacturing-capability-icon{width:48px;height:48px;color:var(--muted);display:flex;align-items:center;justify-content:center}.manufacturing-capability-title{margin:0;font-size:1.05rem;font-weight:600;color:var(--text)}.manufacturing-capability-desc{margin:0;font-size:.9rem;color:var(--muted);line-height:1.5}.manufacturing-product-lines-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.manufacturing-product-line-card{display:block;padding:1.5rem;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 12px rgba(15,23,42,.06);transition:border-color .2s ease,box-shadow .2s ease}.manufacturing-product-line-card:hover{border-color:var(--primary);box-shadow:var(--shadow-soft)}.manufacturing-product-line-title{margin:0;font-size:1.05rem;font-weight:600;color:var(--text)}.manufacturing-product-line-series{margin:.35rem 0 0;font-size:.875rem;color:var(--muted)}.manufacturing-quality-list{margin-top:1rem;padding-left:1.25rem;font-size:1rem;color:var(--muted);line-height:1.7}.manufacturing-quality-list li{margin-bottom:.5rem}.manufacturing-oem-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.manufacturing-oem-card{padding:1.5rem;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 12px rgba(15,23,42,.06)}.manufacturing-oem-card-title{margin:0;font-size:1.05rem;font-weight:600;color:var(--text)}.manufacturing-oem-card-desc{margin:.5rem 0 0;font-size:.9rem;color:var(--muted);line-height:1.5}.manufacturing-oem-cta{margin-top:1.5rem}.manufacturing-contact-cta{background:linear-gradient(165deg,#f1f5f9,#e2e8f0);text-align:center}.manufacturing-contact-cta-title{margin:0;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;color:var(--text)}.manufacturing-contact-cta-desc{margin:.5rem 0 1rem;font-size:1rem;color:var(--muted)}.manufacturing-contact-cta-btn{display:inline-block}@media (max-width:1024px){.manufacturing-capabilities-grid,.manufacturing-oem-grid,.manufacturing-product-lines-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.manufacturing-capabilities-grid,.manufacturing-oem-grid,.manufacturing-product-lines-grid{grid-template-columns:1fr}}.att-mvp-page{--att-mvp-bg:#f2f2f7;--att-mvp-card:#ffffff;--att-mvp-border:#e5e5ea;--att-mvp-muted:#8e8e93;--att-mvp-text:#1c1c1e;background:var(--att-mvp-bg);border-radius:0;padding:.75rem .75rem 5.5rem;margin:-.25rem -.25rem 0;min-height:60vh}.att-mvp-page .focus-intro,.att-mvp-page .module-panel{background:var(--att-mvp-card);border:1px solid var(--att-mvp-border);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.att-mvp-page .focus-intro{padding:1.15rem 1.2rem}.att-mvp-page .module-panel h2{font-size:1.05rem;font-weight:600;letter-spacing:-.02em;color:var(--att-mvp-text)}.att-mvp-hero-title{margin:.35rem 0 0;font-size:1.35rem;font-weight:700;letter-spacing:-.03em;line-height:1.2;color:var(--att-mvp-text)}.att-mvp-hero-sub{margin:.5rem 0 0;font-size:.9375rem;line-height:1.45;color:var(--att-mvp-muted)}.att-mvp-eyebrow{margin:0;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--att-mvp-muted)}.att-mvp-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.att-mvp-nav a{min-height:44px;padding:0 1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-size:.875rem;font-weight:600;color:var(--att-mvp-text);background:#f2f2f7;border:1px solid var(--att-mvp-border);text-decoration:none;transition:background .15s ease}.att-mvp-nav a:hover{background:#e8e8ed}.att-mvp-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}@media (min-width:640px){.att-mvp-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:900px){.att-mvp-stat-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.att-mvp-stat-card{background:var(--att-mvp-card);border:1px solid var(--att-mvp-border);border-radius:16px;padding:1rem 1rem .9rem;min-height:88px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 1px 2px rgba(0,0,0,.04)}.att-mvp-stat-label{font-size:.75rem;font-weight:600;color:var(--att-mvp-muted);text-transform:uppercase;letter-spacing:.04em}.att-mvp-stat-value{margin-top:.35rem;font-size:1.65rem;font-weight:700;letter-spacing:-.03em;color:var(--att-mvp-text);line-height:1.1}.att-mvp-stat-value--sm{font-size:1rem;font-weight:600;word-break:break-word}.att-mvp-section-title{margin:0 0 .65rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--att-mvp-muted)}.att-mvp-card-list{display:flex;flex-direction:column;gap:.5rem}.att-mvp-row-card{background:var(--att-mvp-card);border:1px solid var(--att-mvp-border);border-radius:14px;padding:.85rem 1rem;display:grid;grid-gap:.35rem;gap:.35rem;box-shadow:0 1px 2px rgba(0,0,0,.04)}.att-mvp-row-card-title{font-size:1rem;font-weight:600;color:var(--att-mvp-text)}.att-mvp-row-card-meta{font-size:.8125rem;color:var(--att-mvp-muted);display:flex;flex-wrap:wrap;gap:.35rem .75rem;align-items:center}.att-mvp-empty{text-align:center;padding:2rem 1.25rem;background:var(--att-mvp-card);border:1px dashed var(--att-mvp-border);border-radius:16px}.att-mvp-empty-icon{width:56px;height:56px;margin:0 auto .75rem;border-radius:14px;background:linear-gradient(180deg,#f5f5f7,#e8e8ed);display:flex;align-items:center;justify-content:center;font-size:1.35rem}.att-mvp-empty h3{margin:0;font-size:1.05rem;font-weight:600;color:var(--att-mvp-text)}.att-mvp-empty p{margin:.4rem 0 0;font-size:.875rem;color:var(--att-mvp-muted);line-height:1.45}.att-mvp-error{padding:.85rem 1rem;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:.875rem;font-weight:500}.events-timeline-table-wrap{overflow-x:auto}.events-timeline-table{width:100%;font-size:.9rem;border-collapse:collapse}.events-timeline-table th{text-align:left;padding:.5rem .65rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--att-mvp-muted);border-bottom:1px solid var(--att-mvp-border)}.events-timeline-table td{padding:.65rem;border-bottom:1px solid var(--att-mvp-border);vertical-align:top}.events-timeline-table tbody tr:last-child td{border-bottom:0}.events-timeline-table .events-timeline-action{font-weight:600;color:var(--att-mvp-text);font-size:.95rem}.events-timeline-table .events-timeline-secondary{color:var(--att-mvp-text);font-size:.875rem}.events-timeline-table .events-timeline-meta{font-size:.8rem;color:var(--att-mvp-muted);white-space:nowrap}.events-timeline-cards{display:flex;flex-direction:column;gap:.75rem}.events-timeline-card{background:var(--att-mvp-card);border:1px solid var(--att-mvp-border);border-radius:12px;padding:.9rem 1rem}.events-timeline-card-action{font-weight:600;font-size:1rem;color:var(--att-mvp-text);margin:0 0 .4rem}.events-timeline-card-details{font-size:.875rem;color:var(--att-mvp-muted);line-height:1.5;margin:0}.events-timeline-card-meta{font-size:.75rem;color:var(--att-mvp-muted);margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--att-mvp-border)}.unified-timeline-panel{--unified-bg:var(--att-mvp-card,#fff);--unified-border:var(--att-mvp-border,#e5e5ea);--unified-muted:var(--att-mvp-muted,#8e8e93);--unified-text:var(--att-mvp-text,#1c1c1e)}.unified-timeline-header{margin-bottom:1rem}.unified-timeline-title-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem}.unified-timeline-title-row h2{margin:0}.unified-timeline-live{font-size:.7rem;font-weight:500;color:var(--att-mvp-muted,#8e8e93)}.unified-timeline-toggle{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.875rem;color:var(--unified-muted);cursor:pointer}.unified-timeline-toggle input{margin:0}.unified-timeline-groups{display:flex;flex-direction:column;gap:1.25rem}.unified-timeline-group h3{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--unified-muted)}.unified-timeline-group--critical h3{color:#991b1b}.unified-timeline-group--needs-attention h3{color:#b45309}.unified-timeline-list{display:flex;flex-direction:column;gap:.65rem}.unified-timeline-item{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.6rem .75rem;background:var(--unified-bg);border:1px solid var(--unified-border);border-radius:10px}.unified-timeline-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.unified-timeline-what{font-weight:600;font-size:.9rem;color:var(--unified-text);line-height:1.3}.unified-timeline-where,.unified-timeline-who{font-size:.8125rem;color:var(--unified-muted)}.unified-timeline-meta{font-size:.75rem;color:var(--unified-muted);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.unified-timeline-auto-badge{font-size:.65rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--unified-muted);border:1px solid var(--unified-border);border-radius:4px;padding:.1rem .35rem;line-height:1.2}.unified-timeline-rule-line{display:block;width:100%;flex-basis:100%;font-size:.7rem;color:var(--unified-muted);line-height:1.3}.unified-timeline-actions{flex-shrink:0;display:flex;align-items:center;gap:.35rem}.unified-timeline-cta{font-size:.8125rem}.unified-timeline-done{font-size:.75rem;padding:.25rem .5rem;border:1px solid var(--unified-border);border-radius:6px;background:var(--unified-bg);color:var(--unified-muted);cursor:pointer;opacity:0;transition:opacity .15s ease}.unified-timeline-item:focus-within .unified-timeline-done,.unified-timeline-item:hover .unified-timeline-done{opacity:1}.unified-timeline-done:hover{color:var(--unified-text);border-color:var(--unified-muted)}.unified-timeline-item.is-acted{border-color:rgba(37,99,235,.35);background:rgba(239,246,255,.5)}.unified-timeline-item.is-resolved{opacity:.68;transition:opacity .2s ease}.unified-timeline-item.is-resolved .unified-timeline-what,.unified-timeline-item.is-resolved .unified-timeline-where,.unified-timeline-item.is-resolved .unified-timeline-who{color:var(--unified-muted)}.unified-timeline-item.is-resolved .unified-timeline-done{display:none}.event-rules-page{padding:.25rem 0}.event-rules-error{font-size:.875rem;color:var(--danger,#b91c1c);margin-bottom:.75rem}.event-rules-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.event-rules-item{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem 1rem;padding:.75rem;border:1px solid var(--unified-border,#e5e7eb);border-radius:8px;background:var(--unified-bg,#fff)}.event-rules-name{display:block;font-size:.95rem;margin-bottom:.35rem}.event-rules-meta{display:flex;flex-direction:column;gap:.2rem;font-size:.8125rem;color:var(--unified-muted,#6b7280)}.event-rules-toggle{font-size:.8125rem;padding:.35rem .65rem;border-radius:6px;border:1px solid var(--unified-border,#e5e7eb);background:var(--unified-bg,#fff);cursor:pointer;color:var(--unified-text,#111827)}.event-rules-toggle:hover:not(:disabled){border-color:var(--unified-muted,#9ca3af)}.event-rules-toggle:disabled{opacity:.6;cursor:not-allowed}.attention-strip{padding:.75rem 1rem;border-radius:12px;border:1px solid var(--att-mvp-border,#e5e5ea);background:var(--att-mvp-card,#fff)}.attention-strip--ok{opacity:.92}.attention-strip-label{margin:0;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--att-mvp-muted,#8e8e93)}.attention-strip-count{margin:0;font-size:.875rem;font-weight:600;color:var(--att-mvp-text,#1c1c1e)}.attention-strip-list{margin:0 0 .5rem;padding-left:1.1rem;font-size:.8125rem;line-height:1.5;color:var(--att-mvp-text,#1c1c1e)}.attention-strip-list li{margin-bottom:.2rem}.attention-strip-item{padding:.35rem 0 .35rem .5rem;margin-left:-.5rem;margin-bottom:.25rem;border-radius:6px;transition:opacity .28s ease-out}.attention-strip-item--critical{background:#fef2f2;border-left:3px solid #dc2626}.attention-strip-item--warning{background:#fffbeb;border-left:3px solid #d97706}.attention-strip-item--fading{opacity:0;transition:opacity .28s ease-out;pointer-events:none}.attention-strip-resolved-flash{font-size:.8125rem;font-weight:600;color:#166534}.attention-strip-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.attention-strip-live{font-size:.7rem;font-weight:500;color:var(--att-mvp-muted,#8e8e93);margin-left:auto}.attention-strip-what{font-weight:500}.attention-strip-meta,.attention-strip-who{color:var(--att-mvp-muted,#8e8e93);margin-left:.35rem}.attention-strip-actions{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;margin-left:0}.attention-strip-done{font-size:.75rem;padding:.25rem .5rem;border:1px solid var(--att-mvp-border,#e5e5ea);border-radius:6px;background:var(--att-mvp-card,#fff);color:var(--att-mvp-muted,#8e8e93);cursor:pointer}.attention-strip-done:hover{color:var(--att-mvp-text,#1c1c1e);border-color:var(--att-mvp-muted,#8e8e93)}.attention-strip-cta{font-size:.8125rem;padding:.25rem .5rem;border:1px solid var(--att-mvp-border,#e5e5ea);border-radius:6px;background:var(--att-mvp-card,#fff);color:var(--att-mvp-text,#1c1c1e);cursor:pointer}.attention-strip-cta:hover{border-color:var(--att-mvp-muted,#8e8e93)}.attention-strip-item--cta-pulse{opacity:.85;transition:opacity .2s ease}.attention-strip-link{font-size:.8125rem;color:var(--att-mvp-muted,#8e8e93);text-decoration:none}.attention-strip-actions button.attention-strip-link{border:none;background:transparent;padding:0;cursor:pointer;font:inherit}.attention-strip-actions button.attention-strip-link:disabled{opacity:.72;cursor:not-allowed}.attention-strip-link:hover{text-decoration:underline;color:var(--att-mvp-text,#1c1c1e)}.more-section summary{font-size:.9rem;font-weight:600;color:var(--att-mvp-muted,#8e8e93);cursor:pointer;padding:.5rem 0}.more-section[open] summary{margin-bottom:.75rem}.more-compact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:.75rem;gap:.75rem}.more-compact-card{padding:.65rem .85rem;border:1px solid var(--att-mvp-border,#e5e5ea);border-radius:10px;background:var(--att-mvp-card,#fff);font-size:.8125rem}.more-compact-card h3{margin:0 0 .35rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--att-mvp-muted,#8e8e93)}.more-compact-card p,.more-compact-card ul{margin:0;padding-left:1rem;line-height:1.4;color:var(--att-mvp-text,#1c1c1e)}.more-compact-card a{color:var(--att-mvp-text,#1c1c1e);text-decoration:none;font-size:.8125rem}.more-compact-card a:hover{text-decoration:underline}@media (min-width:768px){.events-timeline-cards{display:none}}@media (max-width:767px){.events-timeline-table-wrap{display:none}}.att-mvp-success{padding:.75rem 1rem;border-radius:12px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;font-size:.875rem;font-weight:500}.att-mvp-device-form-card .form-stack{margin-top:.75rem}.att-mvp-device-form .field span{color:var(--att-mvp-muted)}.att-mvp-form-actions{margin-top:.5rem}.att-mvp-form-actions .btn{min-height:44px}.att-mvp-loading{display:flex;flex-direction:column;gap:.65rem}.att-mvp-skel{border-radius:16px;background:linear-gradient(90deg,#e8e8ed,#f2f2f7 50%,#e8e8ed);background-size:200% 100%;animation:attMvpShimmer 1.2s ease-in-out infinite}@keyframes attMvpShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.att-mvp-skel-hero{height:140px}.att-mvp-skel-stat{height:88px}.att-mvp-desktop-only{display:none}.att-mvp-mobile-only{display:block}@media (min-width:768px){.att-mvp-desktop-only{display:block}.att-mvp-mobile-only{display:none!important}}.att-mvp-page .hero-cta-row .btn{min-height:44px}.att-mvp-page .form-grid .field input,.att-mvp-page .form-grid .field select{min-height:44px;border-radius:12px;border-color:var(--att-mvp-border)}.att-mvp-device-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.att-mvp-device-actions .btn{flex:1 1;min-width:100px;min-height:44px;justify-content:center}.admin-attendance-page .focus-intro{padding:1.15rem 1.2rem}.admin-attendance-sync-card .att-mvp-stat-grid{margin-top:.5rem}.admin-attendance-error-state{margin-top:0}.admin-attendance-filters{margin-top:.5rem;margin-bottom:.75rem}.admin-attendance-filter-label{display:inline-flex;flex-direction:column;gap:.35rem}.admin-attendance-filter-label span{font-size:.75rem;font-weight:600;color:var(--att-mvp-muted)}.admin-attendance-filter-select{min-height:44px;padding:0 .75rem;border-radius:12px;border:1px solid var(--att-mvp-border);background:var(--att-mvp-card);font-size:.9375rem;color:var(--att-mvp-text);max-width:160px}.admin-attendance-table-wrap{overflow-x:auto;margin-top:.5rem}.admin-attendance-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-attendance-table th{text-align:left;padding:.65rem .75rem;font-weight:600;color:var(--att-mvp-muted);border-bottom:1px solid var(--att-mvp-border)}.admin-attendance-table td{padding:.75rem;border-bottom:1px solid var(--att-mvp-border);color:var(--att-mvp-text)}.admin-attendance-meta{font-size:.8125rem;color:var(--att-mvp-muted);font-weight:400}.employee-punch-page{max-width:480px;margin-left:auto;margin-right:auto}.employee-punch-header{padding:.5rem 0 1rem}.employee-punch-back{display:inline-block;font-size:.9375rem;font-weight:500;color:var(--att-mvp-muted);text-decoration:none;margin-bottom:.5rem}.employee-punch-back:hover{color:var(--att-mvp-text)}.employee-punch-home-card{padding:1.25rem 1.2rem}.employee-punch-home-row{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0;border-bottom:1px solid var(--att-mvp-border)}.employee-punch-home-row:last-child{border-bottom:none}.employee-punch-name{font-size:1.25rem;font-weight:700;color:var(--att-mvp-text)}.employee-punch-status{font-size:1rem;font-weight:600;color:var(--att-mvp-text)}.employee-punch-time{font-size:1rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--att-mvp-text)}.employee-punch-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-top:1rem}.employee-punch-btn{min-height:52px;font-size:1.0625rem;font-weight:600;border-radius:14px}.employee-punch-history-list{list-style:none;margin:.5rem 0 0;padding:0}.employee-punch-history-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--att-mvp-border);font-size:.9375rem}.employee-punch-history-item:last-child{border-bottom:none}.employee-punch-history-type{font-weight:600;color:var(--att-mvp-text)}.employee-punch-history-time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--att-mvp-muted)}.att-mvp-report-console h2{font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.att-mvp-report-console>p{color:var(--att-mvp-muted);font-size:.9375rem;line-height:1.45;margin-top:.35rem}.att-mvp-report-console .ops-console-controls{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem;align-items:stretch}.att-mvp-report-console .ops-console-controls input[type=date],.att-mvp-report-console .ops-console-controls input[type=text]{min-height:48px;border-radius:12px;border:1px solid var(--att-mvp-border);padding:0 .85rem;font-size:1rem;background:#fff}.att-mvp-report-console .ops-console-controls input[type=date]{flex:1 1;min-width:140px}.att-mvp-report-console .ops-console-controls input[type=text]{flex:1 1 100%}@media (min-width:640px){.att-mvp-report-console .ops-console-controls input[type=text]{flex:1 1 200px}}.att-mvp-report-console .ops-console-controls .btn{min-height:48px;padding-left:1.15rem;padding-right:1.15rem}.att-mvp-report-console .module-feature-grid{margin-top:1rem;gap:.65rem}.att-mvp-report-console .module-feature-card{border-radius:14px;padding:.95rem 1rem;border:1px solid var(--att-mvp-border);background:#fafafa}.att-mvp-report-console .table-shell{margin-top:1rem;border-radius:14px;border:1px solid var(--att-mvp-border);overflow-x:auto;-webkit-overflow-scrolling:touch}.att-mvp-report-console .table-shell table{min-width:560px;font-size:.875rem}.att-mvp-report-console .table-shell th{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--att-mvp-muted);font-weight:600;padding:.65rem .75rem;background:#fafafa}.att-mvp-report-console .table-shell td{padding:.7rem .75rem;border-top:1px solid var(--att-mvp-border)}.att-mvp-chip-online{text-transform:capitalize}.att-mvp-employee-card-actions{margin-top:.65rem;display:flex;gap:.5rem;flex-wrap:wrap}.att-mvp-employee-card-actions .btn{min-height:44px}.att-mvp-device-detail-hero .att-mvp-hero-title{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.att-mvp-detail-kv{margin:.75rem 0 0;padding:0;display:grid;grid-gap:.5rem;gap:.5rem;font-size:.875rem;color:var(--att-mvp-muted)}.att-mvp-detail-kv dt{font-weight:600;color:var(--att-mvp-text);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;margin-top:.35rem}.att-mvp-detail-kv dd{margin:0;color:var(--att-mvp-text)}