/* captec-sap-fiori.css */
:root{
 --sap-shell:#354a5f;--sap-shell-text:#fff;--sap-bg:#f2f2f2;--sap-card:#fff;--sap-border:#bfbfbf;
 --sap-text:#32363a;--sap-muted:#6a6d70;--sap-blue:#0a6ed1;--sap-blue-hover:#0854a0;--sap-active:#e5f0fa;
 --sap-success:#107e3e;--sap-warning:#e9730c;--sap-error:#bb0000;--sap-radius:2px;
 --sap-shadow:0 1px 2px rgba(0,0,0,.16);
}
html,body{background:var(--sap-bg)!important;color:var(--sap-text);font-family:"72","Segoe UI",Arial,sans-serif!important}
body{letter-spacing:0!important}.page-content,#page-content,.content-wrapper{background:var(--sap-bg)!important}
.navbar,.topbar,.header-navbar,.app-header{background:var(--sap-shell)!important;color:var(--sap-shell-text)!important;border-bottom:0!important;box-shadow:0 1px 3px rgba(0,0,0,.28)!important;min-height:48px}
.navbar a,.topbar a,.header-navbar a,.app-header a,.navbar-brand,.brand-logo{color:#fff!important}.navbar-brand,.brand-logo{font-weight:600!important}
#sidebar-menu,.sidebar,.sidebar-menu{background:#fff!important;border-right:1px solid #d9d9d9!important;box-shadow:none!important}
#sidebar-menu a,.sidebar a,.sidebar-menu a{color:#32363a!important;border-radius:0!important;margin:0!important;min-height:40px;display:flex!important;align-items:center!important;border-left:3px solid transparent!important}
#sidebar-menu a:hover,.sidebar a:hover,.sidebar-menu a:hover{background:#f0f0f0!important;color:#0a6ed1!important}
#sidebar-menu li.active>a,.sidebar li.active>a,.sidebar-menu li.active>a{background:var(--sap-active)!important;color:var(--sap-blue)!important;font-weight:600!important;border-left-color:var(--sap-blue)!important;box-shadow:none!important}
.card,.panel,.widget,.modal-content,.dropdown-menu{background:#fff!important;border:1px solid var(--sap-border)!important;border-radius:var(--sap-radius)!important;box-shadow:var(--sap-shadow)!important}
.card-header,.panel-heading,.modal-header{background:#fafafa!important;border-bottom:1px solid var(--sap-border)!important;border-radius:0!important;font-weight:600!important;color:var(--sap-text)!important}
.card-title,.page-title,h1,h2,h3,h4{color:var(--sap-text)!important;font-weight:600!important}.page-title{font-size:1.375rem!important;line-height:2rem!important}
.btn{border-radius:2px!important;font-weight:600!important;min-height:36px;padding:.42rem .8rem!important;box-shadow:none!important}
.btn-primary,.btn-info{background:var(--sap-blue)!important;border-color:var(--sap-blue)!important;color:#fff!important}.btn-primary:hover,.btn-info:hover{background:var(--sap-blue-hover)!important;border-color:var(--sap-blue-hover)!important}
.btn-default,.btn-light,.btn-secondary{background:#fff!important;border:1px solid #6a6d70!important;color:#32363a!important}
.form-control,.select2-container .select2-selection{border:1px solid #89919a!important;border-radius:2px!important;min-height:36px!important;background:#fff!important;color:var(--sap-text)!important}
.form-control:focus,.select2-container--focus .select2-selection{border-color:var(--sap-blue)!important;box-shadow:inset 0 0 0 1px var(--sap-blue)!important}
.table{background:#fff!important;color:var(--sap-text)!important}.table thead th{background:#f2f2f2!important;color:#32363a!important;font-weight:600!important;border-bottom:1px solid #89919a!important}.table td,.table th{border-color:#d9d9d9!important;vertical-align:middle!important}.table-hover tbody tr:hover{background:#e5f0fa!important}
.badge,.label{border-radius:2px!important;font-weight:600!important;padding:.3em .55em!important}.alert{border-radius:2px!important;border-width:1px!important}
.nav-tabs{border-bottom:1px solid var(--sap-border)!important}.nav-tabs .nav-link{border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;color:#32363a!important;font-weight:600!important}.nav-tabs .nav-link.active{color:var(--sap-blue)!important;border-bottom-color:var(--sap-blue)!important;background:transparent!important}
.modal-backdrop.show{opacity:.35!important}.modal-dialog{margin-top:5vh}.modal-footer{border-top:1px solid var(--sap-border)!important}
.captec-shell,.captec-page{max-width:1600px;margin:0 auto;padding:20px}.captec-hero{background:#fff!important;border:1px solid var(--sap-border)!important;border-radius:2px!important;padding:24px!important;box-shadow:var(--sap-shadow)!important;border-top:4px solid var(--sap-blue)!important}
.captec-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin:16px 0}.captec-kpi,.captec-app-card,.captec-section{background:#fff;border:1px solid var(--sap-border);border-radius:2px;box-shadow:var(--sap-shadow);padding:16px}.captec-kpi-value{font-size:1.65rem;font-weight:600;color:var(--sap-text)}.captec-kpi-label{font-size:.875rem;color:var(--sap-muted)}
.captec-status-online{color:var(--sap-success)}.captec-status-warning{color:var(--sap-warning)}.captec-status-error{color:var(--sap-error)}
@media(max-width:768px){.captec-shell,.captec-page{padding:10px}.card-body{padding:12px!important}.captec-hero{padding:16px!important}}

/* CAPTEC v1.9.0 — Native SAP Fiori Classic administration shell */
body.captec-native-shell{margin:0;overflow:hidden;background:#f2f2f2!important}
.captec-app-frame{display:grid;grid-template-columns:248px 1fr;grid-template-rows:48px calc(100vh - 48px);min-height:100vh}
.captec-fiori-header{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 12px;background:#354a5f;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.3);z-index:1040}
.captec-header-left,.captec-header-actions{display:flex;align-items:center;gap:8px}.captec-header-brand{display:flex;align-items:center;gap:10px;color:#fff!important;text-decoration:none;font-size:1rem;font-weight:600}.captec-header-brand img{width:28px;height:28px;object-fit:contain;background:#fff;border-radius:2px;padding:2px}
.captec-icon-button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#fff!important;text-decoration:none;border-radius:2px}.captec-icon-button:hover{background:rgba(255,255,255,.14)}.captec-icon-button svg{width:20px;height:20px}
.captec-user-button{border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:8px;height:40px;padding:0 8px}.captec-avatar{width:28px;height:28px;border-radius:50%;background:#0a6ed1;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.captec-user-name{font-size:.875rem}
.captec-fiori-nav{grid-column:1;grid-row:2;background:#fff;border-right:1px solid #d9d9d9;display:flex;flex-direction:column;min-width:0;overflow:hidden;z-index:1030}
.captec-nav-brand{height:76px;padding:14px 18px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center}.captec-nav-brand img{max-width:100%;max-height:48px;object-fit:contain;object-position:left center}
.captec-nav-list{padding:8px 0;overflow-y:auto;flex:1}.captec-nav-item{display:flex;align-items:center;gap:12px;height:42px;padding:0 18px;color:#32363a!important;text-decoration:none;border-left:3px solid transparent;font-size:.9rem}.captec-nav-item svg{width:19px;height:19px;color:#515559}.captec-nav-item:hover{background:#f0f0f0;color:#0a6ed1!important}.captec-nav-item.active{background:#e5f0fa;color:#0a6ed1!important;border-left-color:#0a6ed1;font-weight:600}.captec-nav-item.active svg{color:#0a6ed1}.captec-nav-footer{padding:14px 18px;border-top:1px solid #e5e5e5;color:#6a6d70;font-size:.78rem;line-height:1.35}
.captec-fiori-main{grid-column:2;grid-row:2;min-width:0;overflow:auto;background:#f2f2f2}.captec-content-host{min-height:100%;padding:20px}.captec-content-host>.page-title,.captec-content-host>.card{max-width:1600px;margin-left:auto;margin-right:auto}
body.captec-nav-collapsed .captec-app-frame{grid-template-columns:64px 1fr}body.captec-nav-collapsed .captec-nav-brand{padding:13px 9px}body.captec-nav-collapsed .captec-nav-brand img{width:44px;object-fit:cover;object-position:left}body.captec-nav-collapsed .captec-nav-item{padding:0;justify-content:center}body.captec-nav-collapsed .captec-nav-item span,body.captec-nav-collapsed .captec-nav-footer{display:none}
.captec-native-shell .page-container,.captec-native-shell .sidebar,.captec-native-shell .topbar,.captec-native-shell #left-menu-toggle-mask,.captec-native-shell .mobile-bottom-menu{display:none!important}
.captec-native-shell .captec-page,.captec-native-shell .captec-shell{max-width:1600px;padding:0;margin:0 auto}.captec-native-shell .captec-hero{margin-bottom:16px}.captec-native-shell .card{border-color:#d9d9d9!important}.captec-native-shell .card-header{min-height:44px;display:flex;align-items:center}
@media(max-width:900px){.captec-app-frame{grid-template-columns:64px 1fr}.captec-nav-brand{padding:13px 9px}.captec-nav-brand img{width:44px;object-fit:cover;object-position:left}.captec-nav-item{padding:0;justify-content:center}.captec-nav-item span,.captec-nav-footer{display:none}.captec-user-name{display:none}.captec-content-host{padding:12px}}
@media(max-width:600px){.captec-app-frame{grid-template-columns:1fr;grid-template-rows:48px calc(100vh - 48px)}.captec-fiori-nav{position:fixed;top:48px;bottom:0;left:-248px;width:248px;transition:left .18s ease}.captec-nav-collapsed .captec-fiori-nav{left:0}.captec-fiori-main{grid-column:1}.captec-header-brand span{display:none}.captec-nav-item{padding:0 18px;justify-content:flex-start}.captec-nav-item span,.captec-nav-footer{display:block}.captec-nav-brand img{width:auto;max-width:100%;object-fit:contain}}


/* captec-platform.css */
.captec-shell{padding:24px;max-width:1500px;margin:0 auto}.captec-hero{display:flex;justify-content:space-between;align-items:center;padding:30px 34px;border-radius:18px;background:linear-gradient(135deg,#09244a,#123d72);color:#fff;box-shadow:0 12px 35px rgba(9,36,74,.16);margin-bottom:22px}.captec-eyebrow{font-size:12px;font-weight:700;letter-spacing:1.4px;opacity:.75}.captec-hero h1{font-size:30px;margin:8px 0 4px}.captec-hero p{margin:0;opacity:.78}.captec-status{display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:99px;padding:9px 14px;font-weight:600}.captec-status span{width:9px;height:9px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 5px rgba(74,222,128,.13)}.captec-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.captec-kpis>div{background:#fff;border:1px solid #e5ebf3;border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:6px}.captec-kpis strong{font-size:25px;color:#09244a}.captec-kpis span{color:#66758b;font-size:13px}.captec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.captec-card{position:relative;display:flex;align-items:flex-start;gap:16px;background:#fff;border:1px solid #e2e9f2;border-radius:16px;padding:22px;text-decoration:none!important;min-height:130px;transition:.2s ease;color:#12233f}.captec-card:hover{transform:translateY(-2px);border-color:#9db9df;box-shadow:0 12px 26px rgba(25,61,107,.1)}.captec-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#eef5ff;color:#1f5fae;flex:0 0 44px}.captec-icon svg{width:21px;height:21px}.captec-card h3{font-size:17px;margin:2px 0 8px;color:#0c2c55}.captec-card p{font-size:13px;line-height:1.6;color:#6b778b;margin:0;padding-right:18px}.captec-arrow{position:absolute;right:18px;bottom:18px;width:17px;height:17px;color:#8ca0b9}@media(max-width:1100px){.captec-grid{grid-template-columns:repeat(2,1fr)}.captec-kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.captec-shell{padding:14px}.captec-hero{align-items:flex-start;gap:18px;flex-direction:column;padding:24px}.captec-grid,.captec-kpis{grid-template-columns:1fr}.captec-hero h1{font-size:24px}}
/* CAPTEC Phase 2 — Application Host */
.captec-host-toolbar{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}.captec-host-toolbar h2{margin:4px 0 6px}.captec-host-toolbar p{margin:0;color:#64748b}.captec-actions{display:flex;gap:10px;flex-wrap:wrap}.captec-actions .btn svg,.captec-app-actions .btn svg{width:16px;height:16px}.captec-app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:18px}.captec-app-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.captec-app-head{display:flex;gap:12px;align-items:center}.captec-app-head h3{margin:0;font-size:18px}.captec-app-head span{font-size:12px;color:#64748b}.captec-app-logo{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#4338ca;font-weight:800}.captec-chip{margin-left:auto;padding:5px 9px;border-radius:999px;background:#f1f5f9;font-weight:700}.captec-chip.activated{background:#dcfce7;color:#166534}.captec-chip.deactivated{background:#fee2e2;color:#991b1b}.captec-chip.installed{background:#dbeafe;color:#1d4ed8}.captec-app-card>p{min-height:42px;color:#64748b;margin:18px 0}.captec-app-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px 0;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7}.captec-app-meta span,.captec-app-meta strong{display:block}.captec-app-meta span{font-size:11px;color:#94a3b8}.captec-app-meta strong{font-size:13px;margin-top:3px}.captec-app-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.captec-contract{margin-top:22px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.captec-contract h3{margin-top:0}.captec-empty{grid-column:1/-1;padding:50px;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;color:#64748b}@media(max-width:700px){.captec-host-toolbar{display:block}.captec-actions{margin-top:15px}.captec-app-grid{grid-template-columns:1fr}}
/* CAPTEC Phase 3 - Application Operations Center */
.captec-ops-kpis{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:22px}.captec-ops-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px}.captec-ops-card,.captec-panel{background:#fff;border:1px solid #e4eaf2;border-radius:16px;padding:20px;box-shadow:0 4px 18px rgba(20,42,74,.05)}.captec-health-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.captec-health-row>div,.captec-mini-metrics>div{background:#f7f9fc;border:1px solid #edf1f6;border-radius:11px;padding:12px}.captec-health-row span,.captec-mini-metrics span,.captec-status-list span{display:block;color:#748198;font-size:12px}.captec-health-row strong{display:block;font-size:20px;margin-top:3px;color:#142a4a}.captec-mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.captec-mini-metrics b{font-size:16px;color:#142a4a}.captec-status-list{border-top:1px solid #edf1f6;padding-top:8px}.captec-status-list>div{display:flex;justify-content:space-between;gap:20px;padding:7px 0}.captec-status-list strong{font-size:13px;color:#243b5a}.captec-chip.online{background:#e9f8f0;color:#147a46}.captec-chip.delayed{background:#fff6df;color:#9b6a00}.captec-chip.offline{background:#fdecec;color:#b73434}.captec-two-column{display:grid;grid-template-columns:1fr 1fr;gap:18px}.captec-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.captec-panel-head h3{margin:0}.captec-panel-head span{background:#f0f4fa;border-radius:20px;padding:3px 9px;font-size:12px}.captec-list-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 0;border-top:1px solid #edf1f6}.captec-list-row:first-of-type{border-top:0}.captec-list-row strong,.captec-list-row small{display:block}.captec-list-row small,.captec-list-row time{color:#7c8799;font-size:12px}.captec-severity{width:9px;height:9px;border-radius:50%;background:#e4a11b}.captec-severity.critical,.captec-severity.high{background:#d64242}.captec-severity.low{background:#3e9e68}.captec-release-icon{width:34px;height:34px;border-radius:9px;background:#edf3ff;color:#3668d8;display:flex;align-items:center;justify-content:center}.captec-release-icon svg{width:17px}.captec-empty.compact{padding:22px 0}.text-danger{color:#c73737!important}@media(max-width:1000px){.captec-ops-kpis{grid-template-columns:repeat(2,1fr)}.captec-ops-grid,.captec-two-column{grid-template-columns:1fr}}@media(max-width:600px){.captec-ops-kpis{grid-template-columns:1fr}.captec-health-row,.captec-mini-metrics{grid-template-columns:1fr}}

/* CAPTEC Phase 7: independent application migration */
.captec-register-layout,.captec-integration-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:22px;align-items:start}.captec-preset-row{display:flex;gap:10px;flex-wrap:wrap}.captec-data-boundary{border:1px solid #dce6f5;background:#f7faff;border-radius:12px;padding:15px;display:grid;gap:6px}.captec-data-boundary strong{color:#002661}.captec-data-boundary span{font-size:13px;color:#5f708b}.captec-code-row{display:grid;grid-template-columns:150px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #edf1f7;align-items:start}.captec-code-row span{font-weight:600;color:#5f708b}.captec-code-row code{white-space:normal;word-break:break-all;background:#f5f8fc;padding:8px;border-radius:8px;color:#002661}.captec-checklist{display:grid;gap:12px}.captec-checklist span{padding:12px;border:1px solid #e3eaf5;border-radius:10px;background:#fbfcfe}.captec-app-meta{grid-template-columns:repeat(auto-fit,minmax(95px,1fr))!important}@media(max-width:900px){.captec-register-layout,.captec-integration-grid{grid-template-columns:1fr}.captec-code-row{grid-template-columns:1fr}}

/* CAPTEC Settings Center v1.10 */
.captec-settings-page{padding:24px;max-width:1500px;margin:0 auto}.captec-page-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #d9e2ec;border-radius:4px;padding:22px 24px;margin-bottom:18px}.captec-page-header h1{font-size:28px;margin:3px 0 5px;color:#1d2d3e}.captec-page-header p{margin:0;color:#5b6b7c}.captec-status-chip{display:inline-flex;gap:8px;align-items:center;border:1px solid #b8d4ee;background:#eef7ff;color:#085caf;padding:7px 10px;border-radius:3px;font-weight:600}.captec-status-chip svg{width:16px;height:16px}.captec-settings-layout{display:grid;grid-template-columns:285px minmax(0,1fr);gap:18px}.captec-settings-nav,.captec-settings-panel{background:#fff;border:1px solid #d9e2ec;border-radius:4px}.captec-settings-nav{padding:8px;height:max-content}.captec-settings-nav-item{display:flex;gap:12px;padding:13px 12px;color:#243447;border-left:3px solid transparent;text-decoration:none}.captec-settings-nav-item:hover{background:#f5f8fa}.captec-settings-nav-item.active{background:#eaf3fc;border-left-color:#0a6ed1;color:#0a5db0}.captec-settings-nav-item svg{width:19px;height:19px;margin-top:2px}.captec-settings-nav-item span{display:flex;flex-direction:column;gap:3px}.captec-settings-nav-item small{font-size:11px;color:#68798a;line-height:1.35}.captec-settings-panel-head{padding:20px 22px;border-bottom:1px solid #d9e2ec}.captec-settings-panel-head h2{margin:0 0 4px;font-size:21px}.captec-settings-panel-head p{margin:0;color:#657789}.captec-native-form{padding:22px}.captec-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.captec-native-form label{display:flex;flex-direction:column;gap:7px;font-weight:600;color:#33475b;font-size:13px}.captec-native-form input,.captec-native-form select,.captec-native-form textarea{width:100%;border:1px solid #9fb2c4;border-radius:3px;padding:9px 10px;background:#fff;color:#1f2d3d;min-height:38px}.captec-native-form input:focus,.captec-native-form select:focus,.captec-native-form textarea:focus{outline:2px solid rgba(10,110,209,.18);border-color:#0a6ed1}.captec-span-2{grid-column:1/-1}.captec-switch-row{flex-direction:row!important;align-items:center;gap:10px!important;min-height:40px}.captec-switch-row input{width:18px;height:18px;min-height:0}.captec-form-actions{display:flex;justify-content:flex-end;border-top:1px solid #e2e8ef;margin-top:22px;padding-top:18px}.captec-form-actions .btn{border-radius:3px;display:inline-flex;align-items:center;gap:8px}.captec-form-actions svg{width:16px;height:16px}@media(max-width:900px){.captec-settings-layout{grid-template-columns:1fr}.captec-settings-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.captec-form-grid{grid-template-columns:1fr}.captec-span-2{grid-column:auto}}@media(max-width:560px){.captec-settings-page{padding:12px}.captec-page-header{align-items:flex-start;gap:15px;flex-direction:column}.captec-settings-nav{grid-template-columns:1fr}}

.captec-app-logo img{width:100%;height:100%;object-fit:contain;border-radius:8px;}

/* CAPTEC Product Registry 2.0 */
.captec-registry-nav{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 20px}.captec-registry-nav a{padding:9px 14px;border:1px solid #dce6f5;border-radius:8px;background:#fff;color:#002661;font-weight:600}.captec-registry-nav a:hover{background:#f5f8fc;text-decoration:none}.captec-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:20px}.captec-metric-card{background:#fff;border:1px solid #dce6f5;border-radius:12px;padding:18px}.captec-metric-card span{display:block;color:#5f708b;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.captec-metric-card strong{display:block;color:#002661;font-size:30px;margin-top:6px}.captec-filter{margin:0 0 15px}.captec-filter select{min-width:240px}@media(max-width:991px){.captec-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* captec-fiori-classic.css */
/* CAPTEC Fiori Classic Design System — SAP Fiori 3 / Quartz inspired, no Horizon styling. */
:root{
  --captec-shell:#354a5f;--captec-shell-hover:#283848;--captec-primary:#0a6ed1;
  --captec-bg:#f2f2f2;--captec-surface:#fff;--captec-border:#d9d9d9;
  --captec-text:#32363a;--captec-muted:#6a6d70;--captec-active:#e5f0fa;
  --captec-success:#107e3e;--captec-warning:#e9730c;--captec-error:#bb0000;
}
html,body{background:var(--captec-bg);color:var(--captec-text);font-family:"72","72full",Arial,Helvetica,sans-serif}
.captec-fiori-header{background:var(--captec-shell)!important;box-shadow:0 1px 3px rgba(0,0,0,.28)!important;height:48px!important}
.captec-header-brand,.captec-header-brand:hover,.captec-icon-button,.captec-user-button{color:#fff!important}
.captec-header-brand img{border-radius:2px!important}
.captec-fiori-nav{background:#fff!important;border-inline-end:1px solid var(--captec-border)!important;box-shadow:none!important}
.captec-nav-brand{min-height:64px!important;border-bottom:1px solid var(--captec-border)!important}
.captec-nav-list{padding:6px 0 18px!important}
.captec-nav-section{margin:0 0 6px}
.captec-nav-section-label{padding:10px 16px 5px;color:var(--captec-muted);font-size:11px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.captec-nav-item{min-height:40px!important;margin:0!important;padding:0 16px!important;border-radius:0!important;border-inline-start:3px solid transparent!important;color:var(--captec-text)!important;font-size:14px!important;gap:12px!important}
.captec-nav-item:hover{background:#f5f5f5!important;color:var(--captec-text)!important}
.captec-nav-item.active{background:var(--captec-active)!important;border-inline-start-color:var(--captec-primary)!important;color:#0854a0!important;font-weight:600!important}
.captec-nav-item svg{width:18px!important;height:18px!important}
.captec-nav-footer{border-top:1px solid var(--captec-border)!important;color:var(--captec-muted)!important;background:#fff!important}
.captec-fiori-main,.captec-content-host{background:var(--captec-bg)!important}
.captec-content-host{padding:20px 24px!important;max-width:none!important}

/* Classic Fiori surfaces: flat, compact and semantic. */
.captec-hero,.captec-page-header,.captec-host-toolbar,.captec-panel,.captec-ops-card,.captec-app-card,.captec-metric-card,.captec-contract,.captec-settings-nav,.captec-settings-panel,.captec-card,.card,.modal-content{
  background:var(--captec-surface)!important;border:1px solid var(--captec-border)!important;border-radius:2px!important;box-shadow:0 1px 2px rgba(0,0,0,.12)!important;background-image:none!important;
}
.captec-hero,.captec-page-header{padding:20px 24px!important;color:var(--captec-text)!important}
.captec-hero h1,.captec-page-header h1,.captec-host-toolbar h1,.captec-host-toolbar h2{color:var(--captec-text)!important;font-size:24px!important;font-weight:400!important}
.captec-hero p,.captec-page-header p,.captec-host-toolbar p{color:var(--captec-muted)!important}
.captec-eyebrow{color:var(--captec-muted)!important;font-size:11px!important;letter-spacing:.06em!important}

.btn,.captec-btn,button,input,select,textarea,.form-control,.form-select{border-radius:2px!important}
.btn-primary,.captec-btn.primary{background:var(--captec-primary)!important;border-color:var(--captec-primary)!important;color:#fff!important;background-image:none!important;box-shadow:none!important}
.btn-primary:hover,.captec-btn.primary:hover{background:#085caf!important;border-color:#085caf!important}
.btn-default,.btn-light,.captec-btn.secondary{background:#fff!important;border:1px solid #89919a!important;color:#0854a0!important;box-shadow:none!important}
.form-control,.form-select,input,select,textarea{border-color:#89919a!important;min-height:36px!important;background:#fff!important;color:var(--captec-text)!important}
.form-control:focus,.form-select:focus,input:focus,select:focus,textarea:focus{border-color:var(--captec-primary)!important;box-shadow:0 0 0 1px var(--captec-primary)!important;outline:0!important}

/* Eliminate Horizon/SaaS visual language. */
[class*="gradient"],.captec-hero:before,.captec-hero:after{background-image:none!important}
.captec-chip,.captec-status-chip,.badge,.label{border-radius:2px!important;box-shadow:none!important;padding:3px 7px!important;font-weight:600!important}
.captec-chip.activated,.captec-chip.online,.label-success,.badge-success{background:#e5f5ea!important;color:var(--captec-success)!important}
.captec-chip.delayed,.label-warning,.badge-warning{background:#fff3e0!important;color:#8d2a00!important}
.captec-chip.offline,.label-danger,.badge-danger{background:#ffebeb!important;color:var(--captec-error)!important}
.captec-app-logo,.captec-release-icon{border-radius:2px!important;background:#edf6ff!important;color:#0854a0!important}

.table,table{background:#fff!important;color:var(--captec-text)!important}
.table thead th,table thead th{background:#f7f7f7!important;border-bottom:1px solid #89919a!important;color:var(--captec-text)!important;font-weight:600!important}
.table td,.table th,table td,table th{border-color:#e5e5e5!important;vertical-align:middle!important}
.table-hover tbody tr:hover{background:#f0f7ff!important}

.captec-registry-nav{border-bottom:1px solid var(--captec-border)!important;gap:0!important}
.captec-registry-nav a{border:0!important;border-bottom:3px solid transparent!important;border-radius:0!important;background:transparent!important;color:#0854a0!important;padding:10px 14px!important}
.captec-registry-nav a:hover{background:#f5f5f5!important;border-bottom-color:#7fb8e8!important}

.captec-kpis,.captec-metric-grid,.captec-ops-kpis{gap:12px!important}
.captec-metric-card strong,.captec-kpi strong{color:var(--captec-text)!important;font-size:26px!important;font-weight:400!important}
.captec-health-row>div,.captec-mini-metrics>div,.captec-data-boundary,.captec-checklist span{border:1px solid var(--captec-border)!important;border-radius:2px!important;background:#fafafa!important}

.captec-nav-collapsed .captec-nav-section-label{display:none}
.captec-nav-collapsed .captec-nav-item{justify-content:center!important;padding:0!important;border-inline-start-width:0!important}
.captec-nav-collapsed .captec-nav-item span{display:none}

@media(max-width:900px){.captec-content-host{padding:12px!important}.captec-nav-section-label{padding-inline:12px}.captec-nav-item{padding-inline:12px!important}}


/* CAPTEC Native UI Runtime v2 — no Bootstrap dependency */
:root{--captec-blue:#0a6ed1;--captec-dark:#354a5f;--captec-bg:#f5f6f7;--captec-border:#d9d9d9;--captec-text:#32363a;--captec-muted:#6a6d70;--captec-success:#107e3e;--captec-warning:#e9730c;--captec-danger:#bb0000;--captec-white:#fff}
*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:"72",Arial,sans-serif;color:var(--captec-text);background:var(--captec-bg)}
a{color:var(--captec-blue);text-decoration:none}button,input,select,textarea{font:inherit}.d-flex{display:flex!important}.d-grid{display:grid!important}.align-items-center{align-items:center!important}.align-items-start{align-items:flex-start!important}.justify-content-between{justify-content:space-between!important}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.flex-wrap{flex-wrap:wrap}.w-100{width:100%}.text-end{text-align:end}.text-center{text-align:center}.text-danger{color:var(--captec-danger)!important}.text-muted,.muted{color:var(--captec-muted)!important}.small,small{font-size:.875em}.fw-semibold{font-weight:600}.mb-0{margin-bottom:0!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.me-2{margin-inline-end:.5rem!important}.p-3{padding:1rem!important}.border{border:1px solid var(--captec-border)!important}.bg-light{background:#f7f7f7!important}.bg-primary{background:var(--captec-blue)!important}.bg-success{background:var(--captec-success)!important}.bg-warning{background:var(--captec-warning)!important}.bg-danger{background:var(--captec-danger)!important}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:36px;padding:0 14px;border:1px solid transparent;border-radius:2px;cursor:pointer;font-weight:600;background:#fff;color:var(--captec-text)}.btn:hover{filter:brightness(.97)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary,.btn-success{background:var(--captec-blue);color:#fff}.btn-success{background:var(--captec-success)}.btn-danger{background:var(--captec-danger);color:#fff}.btn-warning{background:var(--captec-warning);color:#fff}.btn-default,.btn-outline-secondary{border-color:#89919a;background:#fff}.btn-outline-primary{border-color:var(--captec-blue);color:var(--captec-blue);background:#fff}.btn-sm{min-height:30px;padding:0 10px;font-size:.875rem}.btn-xs{min-height:26px;padding:0 8px;font-size:.78rem}.btn-block{width:100%}.btn-group{display:inline-flex}.btn-group>.btn:not(:first-child){margin-inline-start:-1px}.badge{display:inline-flex;align-items:center;padding:.25em .55em;border-radius:999px;font-size:.75em;font-weight:700;background:#6a6d70;color:#fff}.badge.bg-light{color:var(--captec-text)}
.alert{padding:12px 14px;border:1px solid var(--captec-border);border-radius:2px;margin:0 0 16px}.alert-success{background:#f1fff5;border-color:var(--captec-success)}.alert-warning{background:#fff8e1;border-color:var(--captec-warning)}.alert-danger{background:#fff1f0;border-color:var(--captec-danger)}
.dropdown{position:relative}.dropdown-menu{position:absolute;z-index:1050;inset-inline-end:0;top:calc(100% + 6px);display:none;min-width:190px;margin:0;padding:6px;background:#fff;border:1px solid var(--captec-border);box-shadow:0 6px 20px rgba(0,0,0,.16);list-style:none}.dropdown.open>.dropdown-menu{display:block}.dropdown-item{display:flex;align-items:center;width:100%;padding:9px 10px;color:var(--captec-text)}.dropdown-item:hover{background:#eef5fc}.dropdown-divider{border:0;border-top:1px solid var(--captec-border);margin:5px 0}
.modal{position:fixed;inset:0;z-index:1100;display:none;background:rgba(0,0,0,.42);padding:24px;overflow:auto}.modal.open{display:grid;place-items:center}.modal-dialog{width:min(640px,100%)}.modal-lg{width:min(900px,100%)}.modal-content{background:#fff;border:1px solid var(--captec-border);box-shadow:0 14px 40px rgba(0,0,0,.3)}.modal-header,.modal-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--captec-border)}.modal-footer{border-bottom:0;border-top:1px solid var(--captec-border);justify-content:flex-end;gap:8px}.modal-body{padding:18px}.modal-title{margin:0;font-size:1.1rem}.btn-close{width:32px;height:32px;border:0;background:transparent;cursor:pointer;font-size:0}.btn-close:before{content:'×';font-size:24px;color:var(--captec-text)}
.captec-toast-stack{position:fixed;z-index:1200;inset-inline-end:20px;top:66px;display:grid;gap:8px;max-width:380px}.captec-toast{background:#fff;border-inline-start:4px solid var(--captec-blue);box-shadow:0 6px 18px rgba(0,0,0,.18);padding:12px 14px}.captec-toast.success{border-color:var(--captec-success)}.captec-toast.error{border-color:var(--captec-danger)}.captec-toast.warning{border-color:var(--captec-warning)}
.captec-auth-body{min-height:100vh;background:var(--captec-bg)}.captec-auth-header{height:48px;background:var(--captec-dark);color:#fff;display:flex;align-items:center;padding:0 24px;font-weight:600}.captec-auth-wrap{min-height:calc(100vh - 48px);display:grid;place-items:center;padding:24px}.captec-auth-card{width:min(430px,100%);background:#fff;border:1px solid var(--captec-border);box-shadow:0 2px 8px rgba(0,0,0,.12);padding:28px}.captec-auth-card h1{font-size:22px;margin:0 0 8px}.captec-field{margin-bottom:16px}.captec-field label{display:block;font-size:13px;margin-bottom:6px}.captec-field input,.captec-field select,.captec-field textarea{width:100%;min-height:36px;border:1px solid #89919a;border-radius:2px;padding:7px 10px;background:#fff}.captec-recovery-wrap{max-width:1120px;margin:24px auto;padding:0 20px}.captec-recovery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:16px}.captec-recovery-card{background:#fff;border:1px solid var(--captec-border);padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.captec-recovery-user{border-top:1px solid var(--captec-border);padding:12px 0}
@media(max-width:760px){.captec-user-name{display:none}.captec-auth-card{padding:22px}.captec-recovery-wrap{padding:0 12px}.captec-fiori-nav{transform:translateX(-100%)}body:not(.captec-nav-collapsed) .captec-fiori-nav{transform:translateX(0)}}
/* Native grid/form compatibility for migrated CAPTEC views */
.row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}.g-3{gap:16px}.col-md-4{grid-column:span 4}.col-md-6{grid-column:span 6}.col-md-8{grid-column:span 8}.col-md-12{grid-column:span 12}.form-group{margin-bottom:14px}.form-group label{display:block;margin-bottom:6px;font-size:13px;font-weight:600}.form-control{display:block;width:100%;min-height:36px;padding:7px 10px;border:1px solid #89919a;border-radius:2px;background:#fff;color:var(--captec-text)}textarea.form-control{min-height:96px}.panel{background:#fff;border:1px solid var(--captec-border);box-shadow:0 1px 3px rgba(0,0,0,.08)}.panel-heading{padding:12px 16px;border-bottom:1px solid var(--captec-border);background:#fafafa}.panel-body{padding:16px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px 12px;border-bottom:1px solid var(--captec-border);text-align:start}.table-responsive{overflow:auto}@media(max-width:760px){.row{grid-template-columns:1fr}.col-md-4,.col-md-6,.col-md-8,.col-md-12{grid-column:1}}

/* ==========================================================
   CAPTEC Design System v5.0 — SAP Fiori Enterprise Experience
   ========================================================== */
:root{
 --captec-shell:#354a5f;--captec-shell-strong:#223548;--captec-primary:#0a6ed1;--captec-primary-hover:#085caf;
 --captec-canvas:#f5f6f7;--captec-surface:#fff;--captec-surface-alt:#f7f8f9;--captec-border:#d5dadd;
 --captec-border-strong:#89919a;--captec-text:#32363a;--captec-muted:#6a6d70;--captec-subtle:#89919a;
 --captec-success:#107e3e;--captec-warning:#e9730c;--captec-error:#bb0000;--captec-info:#0a6ed1;
 --captec-radius:4px;--captec-radius-lg:8px;--captec-shadow:0 1px 3px rgba(34,53,72,.16);
 --captec-shadow-popover:0 8px 28px rgba(34,53,72,.2);--captec-header-h:52px;--captec-nav-w:264px;
 --captec-space-1:4px;--captec-space-2:8px;--captec-space-3:12px;--captec-space-4:16px;--captec-space-5:24px;--captec-space-6:32px;
}
html,body{background:var(--captec-canvas)!important;color:var(--captec-text);font-size:15px}
.captec-app-frame{min-height:100vh;background:var(--captec-canvas)}
.captec-fiori-header{height:var(--captec-header-h)!important;background:var(--captec-shell)!important;border:0!important;box-shadow:0 1px 3px rgba(0,0,0,.28)!important;padding:0 14px!important;display:grid!important;grid-template-columns:minmax(270px,1fr) minmax(260px,520px) minmax(270px,1fr);align-items:center;position:fixed!important;inset:0 0 auto 0;z-index:1000}
.captec-header-left{display:flex;align-items:center;min-width:0}.captec-header-brand{height:52px;gap:10px!important;color:#fff!important;font-size:15px!important;font-weight:600!important}.captec-header-brand img{width:30px!important;height:30px!important;background:#fff;padding:5px;border-radius:3px}.captec-icon-button{width:36px!important;height:36px!important;border-radius:3px!important;color:inherit!important}.captec-fiori-header .captec-icon-button:hover{background:rgba(255,255,255,.12)!important}.captec-header-center{display:flex;justify-content:center}.captec-global-search-trigger{width:min(460px,100%);height:34px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff;border-radius:4px;padding:0 10px;display:flex;align-items:center;gap:9px;cursor:pointer;text-align:start}.captec-global-search-trigger:hover{background:rgba(255,255,255,.18)}.captec-global-search-trigger svg{width:16px}.captec-global-search-trigger span{flex:1;color:rgba(255,255,255,.85)}.captec-global-search-trigger kbd{background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.15);padding:2px 6px;border-radius:3px;color:#fff;font-size:11px}.captec-header-actions{justify-self:end;display:flex;align-items:center;gap:3px}.captec-user-button{height:38px!important;padding:0 8px!important;border-radius:3px!important}.captec-user-button:hover{background:rgba(255,255,255,.12)!important}.captec-avatar{width:30px!important;height:30px!important;background:#0a6ed1!important;border:1px solid rgba(255,255,255,.35);font-size:13px!important}.captec-notification-button{position:relative}.captec-notification-dot{position:absolute;width:7px;height:7px;background:#ff8888;border:2px solid var(--captec-shell);border-radius:50%;top:7px;right:7px}
.captec-fiori-nav{top:var(--captec-header-h)!important;width:var(--captec-nav-w)!important;background:#fff!important;border-inline-end:1px solid var(--captec-border)!important;box-shadow:none!important;height:calc(100vh - var(--captec-header-h))!important;display:flex;flex-direction:column}.captec-nav-brand{height:88px!important;min-height:88px!important;border-bottom:1px solid #e5e5e5!important;padding:15px 18px!important;display:flex;align-items:center}.captec-nav-brand img{max-width:190px!important;max-height:55px!important;object-fit:contain}.captec-nav-list{padding:8px 0 12px!important;overflow-y:auto;scrollbar-width:thin}.captec-nav-section{margin:0 0 7px!important}.captec-nav-section-label{padding:8px 16px 5px!important;font-size:10px!important;font-weight:700!important;letter-spacing:.055em!important;color:#6a6d70!important}.captec-nav-item{height:40px!important;min-height:40px!important;padding:0 16px!important;gap:12px!important;color:#32363a!important;font-size:14px!important;border-inline-start:3px solid transparent!important}.captec-nav-item svg{width:18px!important;height:18px!important;color:#515960!important}.captec-nav-item:hover{background:#f0f5fa!important;color:#085caf!important}.captec-nav-item.active{background:#e5f0fa!important;border-inline-start-color:#0a6ed1!important;color:#085caf!important;font-weight:600!important}.captec-nav-item.active svg{color:#0a6ed1!important}.captec-nav-footer{height:62px!important;min-height:62px!important;margin-top:auto;border-top:1px solid var(--captec-border)!important;padding:10px 16px!important;display:flex!important;align-items:center;gap:10px;color:#515960!important}.captec-nav-footer-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:4px;background:#eef5fc;color:#085caf;font-weight:700}.captec-nav-footer span:last-child{display:flex;flex-direction:column;font-size:12px;font-weight:600}.captec-nav-footer small{font-size:10px;color:#89919a;font-weight:400}
.captec-fiori-main{margin-inline-start:var(--captec-nav-w)!important;padding-top:var(--captec-header-h)!important;min-height:100vh!important;background:var(--captec-canvas)!important}.captec-content-host{padding:20px 24px 40px!important;max-width:none!important}.captec-page{max-width:1540px;margin:0 auto}.captec-nav-collapsed{--captec-nav-w:64px}.captec-nav-collapsed .captec-nav-brand{padding:12px 9px!important}.captec-nav-collapsed .captec-nav-brand img{width:44px!important;object-fit:cover;object-position:left}.captec-nav-collapsed .captec-nav-footer span:last-child,.captec-nav-collapsed .captec-nav-section-label{display:none!important}
.captec-object-header{background:var(--captec-surface);border:1px solid var(--captec-border);border-radius:var(--captec-radius);box-shadow:var(--captec-shadow);padding:22px 24px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:24px}.captec-object-header--hero{padding:26px 28px;border-top:3px solid var(--captec-primary)}.captec-object-heading{min-width:0}.captec-overline{display:block;font-size:10px;line-height:1.4;font-weight:700;letter-spacing:.08em;color:var(--captec-muted);margin-bottom:5px}.captec-object-heading h1{font-size:26px;line-height:1.25;font-weight:400;margin:0 0 5px;color:var(--captec-text)}.captec-object-heading p{margin:0;color:var(--captec-muted);font-size:15px}.captec-object-meta{display:flex;align-items:center;gap:8px;margin-top:15px;font-size:13px}.captec-object-meta>span:last-child{color:var(--captec-muted);margin-inline-start:5px}.captec-health-dot{width:9px;height:9px;border-radius:50%;background:#36a41d;box-shadow:0 0 0 4px #e7f5e3}.captec-header-actions-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.captec-header-actions-row form{margin:0}
.btn{border-radius:3px!important;min-height:36px!important;padding:0 14px!important;font-size:14px!important;line-height:34px!important;box-shadow:none!important;transition:background .14s,border-color .14s,color .14s!important}.btn svg{width:16px;height:16px}.btn-primary{background:var(--captec-primary)!important;border-color:var(--captec-primary)!important}.btn-primary:hover{background:var(--captec-primary-hover)!important;border-color:var(--captec-primary-hover)!important}.btn-default,.btn-outline-secondary{background:#fff!important;border-color:#89919a!important;color:#085caf!important}.btn-default:hover,.btn-outline-secondary:hover{background:#eef5fc!important;border-color:#085caf!important}.btn-icon{width:36px!important;padding:0!important}.btn-sm{min-height:30px!important;line-height:28px!important;padding:0 10px!important}
.captec-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}.captec-kpi-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.captec-kpi-tile{min-height:104px;background:var(--captec-surface);border:1px solid var(--captec-border);border-radius:var(--captec-radius-lg);padding:17px 18px;display:flex;align-items:center;gap:15px}.captec-kpi-tile--compact{min-height:86px}.captec-kpi-icon{width:40px;height:40px;border-radius:6px;background:#eaf3fc;color:#0a6ed1;display:grid;place-items:center;flex:0 0 auto}.captec-kpi-icon--success{background:#e7f5e3;color:#107e3e}.captec-kpi-icon svg{width:20px;height:20px}.captec-kpi-tile span{display:block;color:var(--captec-muted);font-size:12px;margin-bottom:4px}.captec-kpi-tile strong{display:block;font-size:27px;font-weight:600;color:#0b2f5b;line-height:1.1}.captec-kpi-tile small{display:block;color:var(--captec-subtle);font-size:11px;margin-top:5px}.captec-kpi-word{font-size:23px!important}
.captec-section-heading{display:flex;align-items:end;justify-content:space-between;margin:25px 0 12px}.captec-section-heading h2{font-size:19px;margin:0 0 3px}.captec-section-heading p{margin:0;color:var(--captec-muted);font-size:13px}.captec-section-heading>a{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:600}.captec-section-heading>a svg{width:15px}
.captec-launchpad-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.captec-launch-tile{position:relative;min-height:124px;background:#fff;border:1px solid var(--captec-border);border-radius:var(--captec-radius);padding:20px;display:flex;gap:14px;color:var(--captec-text)!important;box-shadow:var(--captec-shadow);transition:box-shadow .15s,border-color .15s,transform .15s}.captec-launch-tile:hover{border-color:#7fb8e8;box-shadow:0 4px 14px rgba(34,53,72,.15);transform:translateY(-1px)}.captec-launch-icon{width:42px;height:42px;border-radius:7px;background:#eaf3fc;color:#0a6ed1;display:grid;place-items:center;flex:0 0 auto}.captec-launch-icon svg{width:21px}.captec-launch-copy{display:flex;flex-direction:column;padding-inline-end:18px}.captec-launch-copy strong{font-size:16px;margin:2px 0 7px}.captec-launch-copy small{font-size:13px;color:var(--captec-muted);line-height:1.5}.captec-launch-arrow{position:absolute;right:15px;bottom:15px;width:16px;color:#6a8fb8}.captec-dashboard-lower{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}
.captec-surface-card,.captec-data-card{background:#fff;border:1px solid var(--captec-border);border-radius:var(--captec-radius);box-shadow:var(--captec-shadow)}.captec-surface-card{padding:18px}.captec-surface-card>header,.captec-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.captec-surface-card h3,.captec-card-header h2,.captec-data-toolbar h2{margin:0 0 3px;font-size:17px}.captec-surface-card header p,.captec-card-header p,.captec-data-toolbar p{margin:0;color:var(--captec-muted);font-size:12px}.captec-health-list{margin-top:14px}.captec-health-list>div{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid #ededed}.captec-health-list strong{color:var(--captec-success);font-size:13px}.captec-quick-actions{display:grid;margin-top:10px}.captec-quick-actions>a{display:flex;align-items:center;gap:12px;padding:10px 4px;border-top:1px solid #ededed;color:var(--captec-text)}.captec-quick-actions>a:hover{background:#f7fafd}.captec-quick-actions>a>svg{width:19px;color:#0a6ed1}.captec-quick-actions span{display:flex;flex-direction:column}.captec-quick-actions small{color:var(--captec-muted);margin-top:2px}
.captec-status-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:10px;background:#eef1f3;color:#515960;font-size:11px;font-weight:700;text-transform:capitalize}.captec-status-badge.success,.captec-status-badge.active,.captec-status-badge.production{background:#e7f5e3;color:#256f3a}.captec-status-badge.error,.captec-status-badge.rejected,.captec-status-badge.inactive{background:#ffebeb;color:#aa0808}.captec-status-badge.warning,.captec-status-badge.deprecated{background:#fff3e0;color:#8d2a00}
.captec-registry-nav{display:flex!important;gap:2px!important;flex-wrap:wrap!important;margin:0 0 18px!important;border-bottom:1px solid var(--captec-border)!important}.captec-registry-nav a{height:39px!important;padding:0 13px!important;display:flex;align-items:center;border:0!important;border-bottom:3px solid transparent!important;border-radius:0!important;background:transparent!important;color:#085caf!important;font-size:13px!important}.captec-registry-nav a:hover{background:#eef5fc!important}.captec-registry-nav a.active{border-bottom-color:#0a6ed1!important;background:#eef5fc!important;font-weight:700!important}
.captec-data-toolbar{min-height:67px;padding:14px 16px;border-bottom:1px solid var(--captec-border);display:flex;align-items:center;justify-content:space-between;gap:16px}.captec-toolbar-actions{display:flex;align-items:center;gap:8px}.captec-table-search{height:34px;min-width:245px;border:1px solid #89919a;border-radius:3px;background:#fff;display:flex;align-items:center;padding:0 9px;gap:7px}.captec-table-search:focus-within{border-color:#0a6ed1;box-shadow:0 0 0 1px #0a6ed1}.captec-table-search svg{width:15px;color:#6a6d70}.captec-table-search input{border:0!important;outline:0!important;box-shadow:none!important;min-height:0!important;width:100%;padding:0!important}.captec-data-table{margin:0!important;border-collapse:separate!important;border-spacing:0!important}.captec-data-table thead th{position:sticky;top:0;z-index:2;background:#f7f7f7!important;border-bottom:1px solid #89919a!important;padding:10px 12px!important;font-size:12px!important;white-space:nowrap}.captec-data-table tbody td{padding:11px 12px!important;border-bottom:1px solid #ededed!important;font-size:13px}.captec-data-table tbody tr:last-child td{border-bottom:0!important}.captec-data-table tbody tr:hover td{background:#f5faff!important}.captec-entity-cell{display:flex;align-items:center;gap:10px;min-width:210px}.captec-entity-icon{width:34px;height:34px;border-radius:5px;background:#eaf3fc;color:#0a6ed1;display:grid;place-items:center}.captec-entity-icon svg{width:16px}.captec-entity-cell>span:last-child{display:flex;flex-direction:column}.captec-entity-cell small,.captec-block{display:block;color:var(--captec-muted);margin-top:3px}.captec-empty-state{text-align:center;padding:42px 20px}.captec-empty-state>span{width:54px;height:54px;border-radius:50%;background:#eef5fc;color:#0a6ed1;display:grid;place-items:center;margin:0 auto 12px}.captec-empty-state>span svg{width:24px}.captec-empty-state h3{margin:0 0 5px;font-size:16px}.captec-empty-state p{margin:0;color:var(--captec-muted)}
.captec-release-layout{display:grid;grid-template-columns:minmax(330px,420px) minmax(0,1fr);gap:14px}.captec-upload-card{align-self:start}.captec-card-header{padding:16px 18px;border-bottom:1px solid var(--captec-border)}.captec-step-pill{padding:3px 8px;border-radius:10px;background:#eaf3fc;color:#085caf;font-size:11px;font-weight:700}.captec-form-stack{padding:18px;display:grid;gap:15px}.captec-form-stack>label,.captec-form-grid>label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600}.captec-form-stack label small{font-weight:400;color:var(--captec-muted)}.form-control{border-radius:3px!important;border-color:#89919a!important;min-height:38px!important}.form-control:focus{border-color:#0a6ed1!important;box-shadow:0 0 0 1px #0a6ed1!important}.captec-file-input{padding:6px!important}.captec-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.captec-form-footer{display:flex;justify-content:flex-end;border-top:1px solid #ededed;padding-top:15px}
.dropdown-menu{border-radius:4px!important;padding:5px!important;box-shadow:var(--captec-shadow-popover)!important}.dropdown-item{border-radius:3px!important;font-size:13px!important}.dropdown-item:hover{background:#eaf3fc!important}
.captec-search-dialog{position:fixed;inset:0;z-index:1300;display:none}.captec-search-dialog.open{display:block}.captec-search-backdrop{position:absolute;inset:0;background:rgba(34,53,72,.48);backdrop-filter:blur(2px)}.captec-search-panel{position:relative;width:min(680px,calc(100% - 32px));margin:80px auto 0;background:#fff;border-radius:6px;box-shadow:0 18px 60px rgba(0,0,0,.32);overflow:hidden}.captec-search-input-wrap{height:58px;display:flex;align-items:center;gap:10px;padding:0 13px;border-bottom:1px solid var(--captec-border)}.captec-search-input-wrap>svg{width:20px;color:#0a6ed1}.captec-search-input-wrap input{flex:1;border:0!important;box-shadow:none!important;outline:0!important;font-size:17px;min-height:0!important}.captec-search-content{padding:12px}.captec-search-label{font-size:10px;font-weight:700;letter-spacing:.06em;color:#6a6d70;padding:5px 8px}.captec-search-results{display:grid;gap:2px}.captec-search-result{display:flex;align-items:center;gap:12px;padding:10px;border-radius:4px;color:var(--captec-text)}.captec-search-result:hover,.captec-search-result.active{background:#eaf3fc}.captec-search-result svg{width:18px;color:#0a6ed1}.captec-search-result span{display:flex;flex-direction:column}.captec-search-result small{color:#6a6d70;margin-top:2px}.captec-search-footer{padding:8px 14px;border-top:1px solid var(--captec-border);background:#f7f7f7;display:flex;gap:18px;font-size:11px;color:#6a6d70}.captec-search-footer kbd{border:1px solid #b8bfc4;background:#fff;border-radius:3px;padding:1px 5px;color:#32363a}
@media(max-width:1180px){.captec-launchpad-grid{grid-template-columns:repeat(2,1fr)}.captec-kpi-grid--five{grid-template-columns:repeat(3,1fr)}.captec-release-layout{grid-template-columns:1fr}.captec-fiori-header{grid-template-columns:minmax(240px,1fr) minmax(220px,380px) auto}}
@media(max-width:900px){:root{--captec-nav-w:0px}.captec-fiori-header{grid-template-columns:1fr auto}.captec-header-center{display:none}.captec-fiori-nav{width:264px!important;transform:translateX(-100%);box-shadow:var(--captec-shadow-popover)!important}.captec-nav-open .captec-fiori-nav{transform:translateX(0)}.captec-content-host{padding:14px!important}.captec-object-header{align-items:flex-start;flex-direction:column}.captec-kpi-grid,.captec-kpi-grid--five{grid-template-columns:repeat(2,1fr)}.captec-dashboard-lower{grid-template-columns:1fr}}
@media(max-width:650px){.captec-header-brand span,.captec-user-name{display:none!important}.captec-object-heading h1{font-size:22px}.captec-kpi-grid,.captec-kpi-grid--five,.captec-launchpad-grid{grid-template-columns:1fr}.captec-form-grid{grid-template-columns:1fr}.captec-data-toolbar{align-items:flex-start;flex-direction:column}.captec-toolbar-actions,.captec-table-search{width:100%}.captec-search-panel{margin-top:58px}.captec-search-footer{display:none}}
[dir="rtl"] .captec-launch-arrow{right:auto;left:15px}[dir="rtl"] .captec-notification-dot{right:auto;left:7px}

/* CAPTEC Design System v5.1 — platform-wide component rollout */
:root{
 --captec-space-1:4px;--captec-space-2:8px;--captec-space-3:12px;--captec-space-4:16px;--captec-space-5:20px;--captec-space-6:24px;
 --captec-surface:#fff;--captec-surface-subtle:#f7f9fb;--captec-line:#d9e0e6;--captec-text:#1d2d3e;--captec-muted:#5f6b76;
 --captec-radius:8px;--captec-shadow:0 1px 3px rgba(34,53,72,.12);--captec-shadow-popover:0 12px 32px rgba(34,53,72,.20);
}
.captec-content-host{max-width:1680px;width:100%;margin:0 auto;box-sizing:border-box}
.captec-content-host>*{box-sizing:border-box}
.captec-content-host .page-title,.captec-page-header,.captec-object-header{background:var(--captec-surface);border:1px solid var(--captec-line);border-radius:var(--captec-radius);box-shadow:var(--captec-shadow);padding:22px 24px;margin:0 0 18px!important}
.captec-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.captec-page-header h1,.captec-page-header h2,.captec-object-header h1{font-size:24px!important;line-height:1.25!important;margin:0 0 6px!important;font-weight:650!important}
.captec-page-header p,.captec-object-header p{margin:0!important;color:var(--captec-muted)!important;line-height:1.5}
.captec-page-header>.d-flex,.captec-object-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.captec-content-host .row{display:flex;flex-wrap:wrap;margin:-6px}
.captec-content-host .row>*{padding:6px;box-sizing:border-box}
.captec-content-host .col,.captec-content-host [class*="col-"]{min-width:0}
.captec-content-host .col-md-3{width:25%}.captec-content-host .col-md-4{width:33.333%}.captec-content-host .col-md-6,.captec-content-host .col-lg-6{width:50%}.captec-content-host .col-md-8{width:66.666%}.captec-content-host .col-md-9{width:75%}.captec-content-host .col-12,.captec-content-host .col-md-12{width:100%}
.captec-content-host .g-3{gap:0!important}.captec-content-host .mb-3{margin-bottom:18px!important}.captec-content-host .mt-3{margin-top:18px!important}
.captec-content-host .card,.captec-content-host .panel{border:1px solid var(--captec-line)!important;border-radius:var(--captec-radius)!important;box-shadow:var(--captec-shadow)!important;overflow:hidden;background:var(--captec-surface)!important}
.captec-content-host .card.h-100{height:100%}.captec-content-host .card.p-3,.captec-content-host .p-3{padding:18px!important}
.captec-content-host .card-header,.captec-content-host .panel-heading{min-height:52px!important;padding:14px 18px!important;background:var(--captec-surface-subtle)!important;border-bottom:1px solid var(--captec-line)!important;font-size:15px!important;font-weight:650!important}
.captec-content-host .card-body,.captec-content-host .panel-body{padding:18px!important}
.captec-content-host .text-muted{color:var(--captec-muted)!important}.captec-content-host small{color:var(--captec-muted)}
.captec-content-host .btn{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;min-height:38px!important;padding:0 14px!important;border-radius:5px!important;font-size:13px!important;line-height:1!important;text-decoration:none!important;white-space:nowrap}
.captec-content-host .btn-sm{min-height:32px!important;padding:0 10px!important}.captec-content-host .btn-lg{min-height:44px!important;padding:0 18px!important}
.captec-content-host .btn-primary{background:#0a6ed1!important;border-color:#0a6ed1!important;color:#fff!important}.captec-content-host .btn-primary:hover{background:#085caf!important;border-color:#085caf!important}
.captec-content-host .btn-default,.captec-content-host .btn-secondary,.captec-content-host .btn-outline-primary{background:#fff!important;border:1px solid #5b738b!important;color:#085caf!important}.captec-content-host .btn-default:hover,.captec-content-host .btn-secondary:hover,.captec-content-host .btn-outline-primary:hover{background:#eef5fc!important;border-color:#0a6ed1!important}
.captec-content-host .form-group{margin-bottom:16px}.captec-content-host label{font-size:13px;font-weight:600;color:#27384a;margin-bottom:6px}.captec-content-host .form-control,.captec-content-host select,.captec-content-host textarea{width:100%;border:1px solid #8996a3!important;border-radius:5px!important;background:#fff!important;color:var(--captec-text)!important;min-height:40px!important;padding:8px 10px!important;box-sizing:border-box}.captec-content-host textarea{min-height:96px!important}.captec-content-host .form-control:focus,.captec-content-host select:focus,.captec-content-host textarea:focus{outline:0!important;border-color:#0a6ed1!important;box-shadow:0 0 0 2px rgba(10,110,209,.16)!important}
.captec-content-host .table-responsive{overflow:auto;border:1px solid var(--captec-line);border-radius:var(--captec-radius);background:#fff;box-shadow:var(--captec-shadow)}
.captec-content-host table.table{width:100%;margin:0!important;border-collapse:separate!important;border-spacing:0!important;background:#fff!important}
.captec-content-host table.table thead th{position:sticky;top:0;z-index:2;background:#f5f7f9!important;color:#27384a!important;font-size:12px!important;font-weight:700!important;letter-spacing:.01em;padding:11px 13px!important;border-bottom:1px solid #93a1ad!important;white-space:nowrap}
.captec-content-host table.table tbody td{padding:12px 13px!important;border-bottom:1px solid #e7ebef!important;font-size:13px!important;vertical-align:middle!important}.captec-content-host table.table tbody tr:hover td{background:#f5faff!important}.captec-content-host table.table tbody tr:last-child td{border-bottom:0!important}
.captec-content-host .nav-tabs{display:flex;gap:2px;overflow:auto;border-bottom:1px solid var(--captec-line)!important;margin-bottom:18px}.captec-content-host .nav-tabs .nav-link,.captec-content-host .nav-tabs>li>a{display:flex;align-items:center;min-height:42px;padding:0 14px!important;border:0!important;border-bottom:3px solid transparent!important;background:transparent!important;color:#085caf!important;text-decoration:none;white-space:nowrap}.captec-content-host .nav-tabs .active>.nav-link,.captec-content-host .nav-tabs .nav-link.active,.captec-content-host .nav-tabs>li.active>a{background:#eef5fc!important;border-bottom-color:#0a6ed1!important;font-weight:700!important}
.captec-content-host .badge,.captec-content-host .label{display:inline-flex;align-items:center;min-height:22px;padding:2px 8px!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important}.captec-content-host .bg-success,.captec-content-host .label-success{background:#e7f5e3!important;color:#256f3a!important}.captec-content-host .bg-warning,.captec-content-host .label-warning{background:#fff3e0!important;color:#8d2a00!important}.captec-content-host .bg-danger,.captec-content-host .label-danger{background:#ffebeb!important;color:#aa0808!important}.captec-content-host .bg-info,.captec-content-host .label-info{background:#eaf3fc!important;color:#085caf!important}
.captec-content-host .alert{padding:12px 14px!important;border-radius:6px!important;border:1px solid var(--captec-line)!important;box-shadow:none!important}.captec-content-host .alert-success{background:#f1faee!important;border-color:#9fd59a!important;color:#256f3a!important}.captec-content-host .alert-danger{background:#fff1f1!important;border-color:#ef9a9a!important;color:#aa0808!important}.captec-content-host .alert-warning{background:#fff8e6!important;border-color:#f3c36b!important;color:#8d2a00!important}
.captec-content-host .modal-content{border:0!important;border-radius:10px!important;box-shadow:var(--captec-shadow-popover)!important}.captec-content-host .modal-header,.captec-content-host .modal-footer{padding:14px 18px!important}.captec-content-host .modal-body{padding:18px!important}
.captec-content-host pre{border-radius:6px!important;background:#f6f8fa!important;border:1px solid var(--captec-line)!important;color:#243447!important;font-size:12px!important;line-height:1.55!important}
.captec-content-host .captec-kpi,.captec-content-host .metric-card,.captec-content-host .stat-card{min-height:112px;border-radius:var(--captec-radius)!important;border:1px solid var(--captec-line)!important;box-shadow:var(--captec-shadow)!important;background:#fff!important;padding:18px!important}
.captec-content-host .captec-kpi-value,.captec-content-host .metric-value,.captec-content-host .stat-value{font-size:28px!important;line-height:1.1!important;font-weight:700!important;color:#0b2f5b!important}
.captec-content-host .captec-kpi-label,.captec-content-host .metric-label,.captec-content-host .stat-label{text-transform:none!important;letter-spacing:0!important;font-size:12px!important;color:var(--captec-muted)!important;margin-top:7px}
.captec-content-host input[type=file]{padding:7px!important;background:#fff!important}
.captec-content-host .pagination{display:flex;gap:4px;list-style:none;padding:0}.captec-content-host .pagination a,.captec-content-host .pagination span{min-width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--captec-line);border-radius:4px;background:#fff}.captec-content-host .pagination .active a,.captec-content-host .pagination .active span{background:#0a6ed1;color:#fff;border-color:#0a6ed1}
.captec-content-host .empty-state,.captec-content-host .no-data{padding:42px 20px!important;text-align:center!important;color:var(--captec-muted)!important}
@media(max-width:1100px){.captec-content-host .col-md-3{width:50%}.captec-content-host .col-md-4,.captec-content-host .col-md-8,.captec-content-host .col-md-9{width:100%}}
@media(max-width:700px){.captec-page-header{flex-direction:column;padding:18px}.captec-page-header>.d-flex,.captec-object-actions{width:100%}.captec-page-header .btn,.captec-object-actions .btn{flex:1}.captec-content-host .col-md-3,.captec-content-host .col-md-6,.captec-content-host .col-lg-6{width:100%}.captec-content-host .card-body,.captec-content-host .panel-body{padding:14px!important}}


/* CAPTEC Enterprise Shell v2 — v5.2.0 */
:root{
 --captec-shell-width:276px;--captec-shell-collapsed:72px;--captec-shell-height:60px;--captec-workspace-height:42px;
 --captec-canvas:#f5f7f9;--captec-nav-bg:#fff;--captec-shell-bg:#243b53;--captec-shell-bg-2:#304b66;
 --captec-content-max:1560px;--captec-focus:0 0 0 3px rgba(10,110,209,.20);
}
html{height:100%;overflow:hidden}body.captec-native-shell{position:fixed!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;background:var(--captec-canvas)!important}
body.captec-native-shell:before,body.captec-native-shell:after{display:none!important}
.captec-app-frame{position:absolute;inset:0;display:grid;grid-template-columns:var(--captec-shell-width) minmax(0,1fr);grid-template-rows:var(--captec-shell-height) minmax(0,1fr);min-height:0;height:100%;background:var(--captec-canvas);transition:grid-template-columns .22s ease}
.captec-fiori-header{grid-column:1/-1;grid-row:1;display:grid;grid-template-columns:var(--captec-shell-width) minmax(0,1fr);height:var(--captec-shell-height);padding:0;background:var(--captec-shell-bg);border-bottom:1px solid rgba(255,255,255,.09);box-shadow:0 2px 8px rgba(24,44,64,.22);z-index:1200;transition:grid-template-columns .22s ease}
.captec-shell-brand-zone{display:flex;align-items:center;gap:8px;padding:0 14px;border-right:1px solid rgba(255,255,255,.12);min-width:0;background:rgba(0,0,0,.08)}
.captec-header-brand{min-width:0;gap:10px}.captec-header-brand img{width:30px;height:30px;border-radius:6px}.captec-header-brand>span{display:flex;flex-direction:column;min-width:0;line-height:1.05}.captec-header-brand strong{font-size:14px;letter-spacing:.02em}.captec-header-brand small{font-size:10px;font-weight:400;opacity:.72;margin-top:3px}
.captec-shell-topbar{display:grid;grid-template-columns:minmax(145px,.55fr) minmax(280px,560px) minmax(260px,.7fr);align-items:center;gap:18px;padding:0 18px;min-width:0}
.captec-header-context{display:flex;flex-direction:column;min-width:0;color:#fff;line-height:1.1}.captec-header-context span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;opacity:.62}.captec-header-context strong{font-size:13px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.captec-header-center{display:flex;justify-content:center;min-width:0}.captec-global-search-trigger{width:100%;max-width:560px;height:38px;border:1px solid rgba(255,255,255,.24);border-radius:7px;background:rgba(255,255,255,.09);color:#fff;display:flex;align-items:center;gap:10px;padding:0 12px;text-align:left}.captec-global-search-trigger:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.38)}.captec-global-search-trigger span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.88}.captec-global-search-trigger kbd{background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.22);border-radius:4px;padding:2px 7px;color:#fff;font-size:10px}
.captec-header-actions{justify-content:flex-end;min-width:0}.captec-user-button{border-left:1px solid rgba(255,255,255,.14);padding-left:14px}.captec-user-chevron{width:14px;height:14px;opacity:.72}
.captec-fiori-nav{grid-column:1;grid-row:2;position:relative;background:var(--captec-nav-bg);border-right:1px solid #d8e0e7;box-shadow:2px 0 8px rgba(41,64,84,.05);min-height:0;z-index:1100}
.captec-nav-brand{height:74px;padding:14px 16px;gap:8px;justify-content:space-between;background:#fff}.captec-nav-brand img{max-width:190px;max-height:44px}.captec-nav-collapse-button{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:6px;background:#f3f6f8;color:#456}.captec-nav-collapse-button:hover{background:#e7f1fb;color:#0a6ed1}.captec-nav-collapse-button svg{width:16px;height:16px}
.captec-nav-list{padding:8px 0 12px}.captec-nav-section-label{padding:12px 18px 6px;font-size:10px;font-weight:700;letter-spacing:.075em;color:#66788a;text-transform:uppercase}.captec-nav-item{height:44px;padding:0 18px;gap:13px;border-left-width:3px;font-size:13px;transition:background .14s ease,color .14s ease}.captec-nav-item svg{width:20px;height:20px}.captec-nav-item.active{background:linear-gradient(90deg,#e8f3fd,#f4f9fd);box-shadow:inset 0 1px 0 rgba(10,110,209,.03),inset 0 -1px 0 rgba(10,110,209,.03)}
.captec-nav-footer{display:flex;align-items:center;gap:10px;padding:12px 16px;min-height:58px}.captec-nav-footer-mark{width:32px;height:32px;border-radius:7px;background:#edf4fb;color:#0a6ed1;display:grid;place-items:center;font-weight:700}.captec-nav-footer span:last-child{display:flex;flex-direction:column;color:#2f4052}.captec-nav-footer small{display:block;font-size:10px;color:#748493;margin-top:2px}
.captec-fiori-main{grid-column:2;grid-row:2;display:grid;grid-template-rows:var(--captec-workspace-height) minmax(0,1fr);min-height:0;overflow:hidden;background:var(--captec-canvas)}
.captec-workspace-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;height:var(--captec-workspace-height);padding:0 22px;background:#fff;border-bottom:1px solid #dfe5ea;color:#506274;box-sizing:border-box}.captec-breadcrumb{display:flex;align-items:center;gap:7px;min-width:0;font-size:12px}.captec-breadcrumb a{color:#0a6ed1;text-decoration:none}.captec-breadcrumb svg{width:13px;height:13px;opacity:.55}.captec-breadcrumb strong{color:#24384b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.captec-workspace-action{display:flex;align-items:center;gap:7px;border:0;background:transparent;color:#0a6ed1;font-size:12px}.captec-workspace-action svg{width:15px;height:15px}
.captec-fiori-main>#pre-loader,.captec-content-host{grid-row:2}.captec-content-host{min-height:0;height:100%;overflow:auto;padding:20px 24px 36px;scrollbar-gutter:stable;box-sizing:border-box}.captec-content-host>*{max-width:var(--captec-content-max);margin-left:auto!important;margin-right:auto!important}.captec-content-host>.captec-shell,.captec-content-host>.captec-page{max-width:var(--captec-content-max);width:100%}
body.captec-nav-collapsed .captec-app-frame,body.captec-nav-collapsed .captec-fiori-header{grid-template-columns:var(--captec-shell-collapsed) minmax(0,1fr)}body.captec-nav-collapsed .captec-shell-brand-zone{padding:0 10px;justify-content:center}body.captec-nav-collapsed .captec-header-brand{display:none}body.captec-nav-collapsed .captec-nav-brand{padding:12px 8px;justify-content:center}body.captec-nav-collapsed .captec-nav-brand img{display:none}body.captec-nav-collapsed .captec-nav-collapse-button svg{transform:rotate(180deg)}body.captec-nav-collapsed .captec-nav-section-label,body.captec-nav-collapsed .captec-nav-item span,body.captec-nav-collapsed .captec-nav-footer span:last-child{display:none}body.captec-nav-collapsed .captec-nav-item{padding:0;justify-content:center}body.captec-nav-collapsed .captec-nav-footer{justify-content:center;padding:10px}
.captec-content-host .captec-page-header,.captec-content-host .captec-object-header{border-radius:10px;padding:22px 24px}.captec-content-host .card,.captec-content-host .panel{border-radius:9px!important}.captec-content-host .captec-kpi,.captec-content-host .metric-card,.captec-content-host .stat-card{border-radius:10px!important}
.captec-icon-button:focus-visible,.captec-global-search-trigger:focus-visible,.captec-nav-item:focus-visible,.captec-user-button:focus-visible,.captec-nav-collapse-button:focus-visible{outline:0;box-shadow:var(--captec-focus)}
@media(max-width:1180px){.captec-shell-topbar{grid-template-columns:minmax(0,1fr) minmax(260px,500px) auto}.captec-header-context{display:none}.captec-user-name{display:none}}
@media(max-width:900px){.captec-app-frame,.captec-fiori-header{grid-template-columns:var(--captec-shell-collapsed) minmax(0,1fr)}.captec-header-brand{display:none}.captec-shell-brand-zone{padding:0 10px;justify-content:center}.captec-shell-topbar{grid-template-columns:minmax(0,1fr) auto;padding:0 10px;gap:10px}.captec-header-center{justify-content:stretch}.captec-fiori-nav{position:fixed;top:var(--captec-shell-height);bottom:0;left:calc(-1 * var(--captec-shell-width));width:var(--captec-shell-width);transition:left .2s ease}.captec-nav-open .captec-fiori-nav{left:0}.captec-fiori-main{grid-column:2}.captec-nav-brand img{display:block!important}.captec-nav-section-label,.captec-nav-item span,.captec-nav-footer span:last-child{display:block!important}.captec-nav-item{padding:0 18px!important;justify-content:flex-start!important}.captec-nav-footer{justify-content:flex-start!important}.captec-content-host{padding:16px}.captec-workspace-bar{padding:0 16px}}
@media(max-width:640px){.captec-app-frame,.captec-fiori-header{grid-template-columns:54px minmax(0,1fr);--captec-shell-height:56px}.captec-shell-topbar{padding-right:6px}.captec-global-search-trigger span{display:none}.captec-global-search-trigger{width:44px;padding:0;justify-content:center;border-color:transparent;background:transparent}.captec-global-search-trigger kbd{display:none}.captec-header-actions>a:first-child{display:none}.captec-user-button{padding-left:7px}.captec-workspace-action span{display:none}.captec-content-host{padding:12px}.captec-workspace-bar{padding:0 12px}}

/* CAPTEC Enterprise Shell v2.1 — geometry and page-context correction */
body.captec-native-shell .captec-fiori-header{
  position:relative!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;
  width:auto!important;min-width:0!important;margin:0!important;
}
body.captec-native-shell .captec-fiori-nav{
  position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;
  width:auto!important;height:auto!important;min-height:0!important;margin:0!important;transform:none!important;
}
body.captec-native-shell .captec-fiori-main{
  position:relative!important;margin:0!important;padding:0!important;min-height:0!important;height:auto!important;
}
body.captec-native-shell .captec-app-frame{top:0!important;margin:0!important;padding:0!important}
body.captec-native-shell .captec-workspace-bar{margin:0!important}
body.captec-native-shell .captec-content-host{margin:0!important;padding:20px 24px 32px!important}
body.captec-native-shell .captec-content-host>.captec-shell,
body.captec-native-shell .captec-content-host>.captec-page{margin:0 auto!important;padding:0!important;width:100%!important}
.captec-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.captec-page-actions .btn{margin:0!important;white-space:nowrap}
.captec-kpi-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0 0 18px!important}
.captec-kpi-grid--four .captec-kpi{min-height:96px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.captec-kpi-grid--four .captec-kpi-value{margin-top:8px!important}
@media(max-width:1100px){.captec-kpi-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:900px){
 body.captec-native-shell .captec-fiori-nav{position:fixed!important;top:var(--captec-shell-height)!important;bottom:0!important;left:calc(-1 * var(--captec-shell-width))!important;width:var(--captec-shell-width)!important;height:auto!important;transform:none!important}
 body.captec-native-shell.captec-nav-open .captec-fiori-nav{left:0!important}
}
@media(max-width:700px){.captec-page-actions{width:100%}.captec-page-actions .btn{flex:1}.captec-kpi-grid--four{grid-template-columns:1fr!important}}

/* ==========================================================
   CAPTEC Enterprise UX v6.0 — shared workspace floorplans
   ========================================================== */
:root{--captec-ux-radius:10px;--captec-ux-shadow:0 1px 3px rgba(34,53,72,.1);--captec-ux-shadow-hover:0 7px 20px rgba(34,53,72,.12)}
.captec-ux-page{display:grid;gap:18px;width:100%;max-width:none!important}
.captec-page-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:24px 26px;background:#fff;border:1px solid var(--captec-border);border-radius:var(--captec-ux-radius);box-shadow:var(--captec-ux-shadow)}
.captec-page-hero__copy{min-width:0;max-width:760px}.captec-page-hero h1{margin:3px 0 6px;font-size:25px;line-height:1.2;color:#24384b}.captec-page-hero p{margin:0;color:var(--captec-muted);line-height:1.55}.captec-eyebrow{font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#60778c}
.captec-page-actions{align-self:center}.captec-page-actions form{display:inline-flex;margin:0}.captec-page-actions .btn svg{width:16px;height:16px}
.captec-kpi-grid{display:grid;gap:14px}.captec-kpi-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.captec-kpi{position:relative;display:flex!important;align-items:center;gap:14px;min-height:102px!important;padding:18px!important;background:#fff!important;border:1px solid var(--captec-border)!important;border-radius:var(--captec-ux-radius)!important;box-shadow:var(--captec-ux-shadow)!important}.captec-kpi-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;background:#edf5fc;color:#0a6ed1;flex:0 0 auto}.captec-kpi-icon svg{width:21px;height:21px}.captec-kpi--success .captec-kpi-icon{background:#ebf7ee;color:#107e3e}.captec-kpi--warning .captec-kpi-icon{background:#fff5e5;color:#b95c00}.captec-kpi--danger .captec-kpi-icon{background:#ffeded;color:#bb0000}.captec-kpi--info .captec-kpi-icon{background:#eef3ff;color:#3259c7}.captec-kpi-label{display:block;margin:0!important;font-size:12px!important;color:#5b6f82!important}.captec-kpi-value{display:block;margin-top:5px!important;font-size:25px!important;line-height:1!important;color:#17324f!important}
.captec-data-section{background:#fff;border:1px solid var(--captec-border);border-radius:var(--captec-ux-radius);box-shadow:var(--captec-ux-shadow);overflow:hidden}.captec-section-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 18px;border-bottom:1px solid #dfe5ea;background:#fff}.captec-section-header--standalone{border:1px solid var(--captec-border);border-radius:var(--captec-ux-radius);box-shadow:var(--captec-ux-shadow)}.captec-section-header h2{margin:0 0 3px;font-size:17px;color:#263b50}.captec-section-header p{margin:0;color:#66798b;font-size:12px}.captec-data-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.captec-search-field{height:34px;min-width:220px;display:flex;align-items:center;gap:8px;padding:0 10px;background:#fff;border:1px solid #89919a;border-radius:6px}.captec-search-field:focus-within{border-color:#0a6ed1;box-shadow:0 0 0 2px rgba(10,110,209,.16)}.captec-search-field svg{width:15px;height:15px;color:#60778c}.captec-search-field input{width:100%;border:0;outline:0;background:transparent;color:#24384b}.captec-record-count{font-size:11px;color:#617487;background:#f1f4f6;border-radius:999px;padding:5px 9px;white-space:nowrap}
.captec-data-grid{width:100%;overflow:auto}.captec-data-table{width:100%;border-collapse:separate!important;border-spacing:0}.captec-data-table thead th{position:sticky;top:0;z-index:2;background:#f7f9fa!important;border-bottom:1px solid #bcc8d2!important;padding:11px 13px!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.025em;color:#42586d!important;white-space:nowrap}.captec-data-table tbody td{padding:12px 13px!important;border-bottom:1px solid #e7ebee!important}.captec-data-table tbody tr:last-child td{border-bottom:0!important}.captec-data-table tbody tr:not(.captec-empty-row):hover{background:#f5faff!important}.captec-data-table td small{display:block;margin-top:3px;color:#718293}.captec-cell-actions{text-align:end!important;white-space:nowrap}.captec-status{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700;background:#edf1f4;color:#52677a}.captec-status--success{background:#e7f5eb;color:#107e3e}.captec-status--warning{background:#fff3e1;color:#9a4b00}.captec-status--danger{background:#ffebeb;color:#bb0000}.captec-status--info{background:#eaf3fc;color:#07599c}.captec-health-indicator{display:inline-flex;align-items:center;gap:7px;font-size:12px}.captec-health-indicator>span{width:8px;height:8px;border-radius:50%;background:#30914c;box-shadow:0 0 0 3px #e6f5ea}.captec-progress{width:110px;height:7px;border-radius:999px;background:#e6ebef;overflow:hidden}.captec-progress span{display:block;height:100%;background:#0a6ed1;border-radius:inherit}
.captec-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:44px 24px;color:#52677a}.captec-empty-state h2,.captec-empty-state h3{margin:0;color:#263b50}.captec-empty-state p{max-width:570px;margin:0;line-height:1.55}.captec-empty-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:14px;background:#edf5fc;color:#0a6ed1}.captec-empty-icon svg{width:27px;height:27px}.captec-empty-state--inline{min-height:112px;flex-direction:row;text-align:left;justify-content:flex-start;padding:22px 24px}.captec-empty-state--inline>div{flex:1}.captec-empty-state--inline .captec-empty-icon{width:44px;height:44px;border-radius:10px}.captec-empty-state--inline .captec-empty-icon svg{width:21px;height:21px}.captec-empty-state--hero{min-height:280px;border:1px dashed #b9c8d5;border-radius:var(--captec-ux-radius);background:linear-gradient(180deg,#fff,#fafcfd)}.captec-empty-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.captec-application-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.captec-application-grid>.captec-empty-state{grid-column:1/-1}.captec-application-card{display:flex;flex-direction:column;min-height:330px;padding:20px;background:#fff;border:1px solid var(--captec-border);border-radius:var(--captec-ux-radius);box-shadow:var(--captec-ux-shadow);transition:transform .14s ease,box-shadow .14s ease}.captec-application-card:hover{transform:translateY(-2px);box-shadow:var(--captec-ux-shadow-hover)}.captec-application-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.captec-application-identity{display:flex;align-items:center;gap:12px;min-width:0}.captec-application-identity h3{margin:0;color:#263b50;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.captec-application-identity span{font-size:11px;color:#718293}.captec-application-description{color:#5f7183;line-height:1.5;min-height:44px}.captec-application-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:8px 0 18px}.captec-application-meta div{padding:10px;background:#f7f9fa;border-radius:7px}.captec-application-meta dt{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#728497}.captec-application-meta dd{margin:5px 0 0;font-weight:700;color:#2b4055}.captec-card-actions{position:relative;display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:auto;padding-top:14px;border-top:1px solid #e5eaee}.captec-more-button{margin-inline-start:auto;width:32px;height:32px;border:1px solid #89919a;border-radius:6px;background:#fff;display:grid;place-items:center;color:#42586d}.captec-more-button svg{width:16px;height:16px}.captec-card-actions>.dropdown-menu{top:calc(100% - 5px)}.captec-information-strip{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:#eef6fd;border:1px solid #bfd8ef;border-radius:var(--captec-ux-radius);color:#30485e}.captec-information-strip__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:#fff;color:#0a6ed1}.captec-information-strip__icon svg{width:17px;height:17px}.captec-information-strip p{margin:3px 0 0;line-height:1.5}
@media(max-width:1280px){.captec-kpi-grid--five{grid-template-columns:repeat(3,minmax(0,1fr))}.captec-application-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.captec-page-hero,.captec-section-header{align-items:stretch;flex-direction:column}.captec-page-actions,.captec-data-toolbar{justify-content:flex-start}.captec-kpi-grid--five{grid-template-columns:repeat(2,minmax(0,1fr))}.captec-application-grid{grid-template-columns:1fr}}
@media(max-width:600px){.captec-kpi-grid--five{grid-template-columns:1fr}.captec-search-field{width:100%;min-width:0}.captec-page-actions .btn{flex:1}.captec-empty-state--inline{flex-direction:column;text-align:center}.captec-application-meta{grid-template-columns:1fr}}


/* CAPTEC Performance UX v6.1 — stable first paint, route progress and skeletons */
.captec-content-host{transition:opacity .14s ease}
.captec-route-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:2000;pointer-events:none;opacity:0;overflow:hidden}
.captec-route-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#0a6ed1,#58a6ff);box-shadow:0 0 10px rgba(10,110,209,.55);transition:width .18s ease}
.captec-route-progress.is-active{opacity:1}.captec-route-progress.is-active span{width:72%;animation:captec-progress-pulse 1.1s ease-in-out infinite}.captec-route-progress.is-complete span{width:100%;animation:none}
@keyframes captec-progress-pulse{0%{transform:translateX(-16%)}50%{transform:translateX(8%)}100%{transform:translateX(20%)}}
.captec-boot-screen{box-sizing:border-box;overflow:hidden}
.captec-skeleton{position:relative;overflow:hidden;background:#e7ebef;border-radius:8px;border:1px solid #dde3e8}
.captec-skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:captec-skeleton-shimmer 1.15s infinite}
.captec-skeleton-hero{height:122px;max-width:1560px;margin:0 auto 18px}.captec-skeleton-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1560px;margin:0 auto 18px}.captec-skeleton-kpi{height:112px}.captec-skeleton-table{height:260px;max-width:1560px;margin:0 auto}
@keyframes captec-skeleton-shimmer{100%{transform:translateX(100%)}}
.captec-page-loading .captec-content-host{opacity:0}.captec-page-ready .captec-content-host{opacity:1}
.captec-native-shell img{font-style:italic}.captec-fiori-header svg,.captec-fiori-nav svg,.captec-workspace-bar svg{width:18px;height:18px;flex:0 0 18px}
@media(prefers-reduced-motion:reduce){.captec-route-progress span,.captec-skeleton:after,.captec-content-host{animation:none!important;transition:none!important}}
@media(max-width:900px){.captec-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0}.captec-boot-screen{padding:22px 14px}}
@media(max-width:560px){.captec-skeleton-grid{grid-template-columns:1fr}.captec-skeleton-hero{height:150px}}
