:root {
  --ink: #0d0f12;
  --ink-2: #17191d;
  --paper: #f5f3f0;
  --panel: #ffffff;
  --line: #e4dfda;
  --muted: #716d68;
  --mint: #ff6500;
  --mint-dark: #d94e00;
  --purple: #8d7dff;
  --orange: #ff9b54;
  --red: #ff5d67;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Montserrat, "Avenir Next", Avenir, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.auth-booting { background: radial-gradient(circle at 14% 18%, rgba(255,101,0,.22), transparent 30%), linear-gradient(135deg, #08090b, #17191d 52%, #100b08); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 242px minmax(0, 1fr); }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 242px; padding: 29px 19px 20px; background: linear-gradient(180deg, #0b0d10, #12151a); color: white; display: flex; flex-direction: column; z-index: 5; border-right: 1px solid rgba(255,101,0,.16); }
.brand { min-height: 92px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding: 7px 4px 14px; color: white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.07); overflow: visible; }
.cloudlens-logo { width: 190px; max-width: 100%; height: auto; display: block; flex: 0 0 auto; }
.brand-company { width: 190px; max-width: 100%; padding-top: 6px; display: flex; align-items: center; gap: 8px; border-top: 1px solid rgba(255,255,255,.10); overflow: visible; }
.brand-company small { color: #687281; font-size: 5px; font-weight: 900; letter-spacing: 1.4px; flex: 0 0 auto; }
.brand-company img { width: 70px; max-width: 120px; height: auto; opacity: .9; object-fit: contain; display: block; }
.product-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,101,0,.65); border-radius: 10px; background: rgba(255,101,0,.1); color: var(--mint); font-size: 10px; letter-spacing: 0; box-shadow: inset 0 -2px 0 var(--mint); }
.product-wordmark { display: grid; line-height: 1; }
.product-wordmark small { margin-top: 7px; color: #737a83; font-size: 6px; font-weight: 750; letter-spacing: 1.7px; }
.brand > span:last-child span { color: var(--mint); }
.brand-mark { width: 30px; height: 30px; position: relative; display: inline-grid; place-items: center; }
.brand-mark i { position: absolute; width: 25px; height: 10px; border: 1.5px solid var(--mint); border-radius: 50%; transform: rotate(0); }
.brand-mark i:nth-child(2) { transform: rotate(60deg); }
.brand-mark i:nth-child(3) { transform: rotate(120deg); }
.primary-nav { min-height: 0; margin-top: 25px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #343b44 transparent; }
.nav-label { margin: 0 12px 12px; color: #687281; font-size: 9px; font-weight: 800; letter-spacing: 1.8px; }
.nav-label.second { margin-top: 30px; }
.nav-item { position: relative; display: flex; align-items: center; gap: 12px; min-height: 43px; margin: 3px 0; padding: 0 12px; border-radius: 9px; color: #aeb6c0; text-decoration: none; font-size: 12px; font-weight: 550; transition: .2s ease; }
.nav-item:hover { color: white; background: #1a222d; transform: translateX(2px); }
.nav-item.active { color: white; background: linear-gradient(90deg, rgba(255,101,0,.17), #20232a); }
.nav-item.active::before { content: ""; position: absolute; left: -19px; width: 3px; height: 23px; border-radius: 0 3px 3px 0; background: var(--mint); box-shadow: 0 0 14px rgba(255,101,0,.4); }
.nav-item b { margin-left: auto; color: var(--ink); background: var(--mint); font-size: 9px; padding: 2px 6px; border-radius: 20px; }
.nav-icon { width: 20px; color: #788391; font-size: 19px; text-align: center; }
.active .nav-icon { color: var(--mint); }
.sidebar-status { margin-top: 12px; padding: 15px 9px; border: 1px solid #26303c; border-radius: 12px; display: flex; align-items: center; gap: 10px; }
.sidebar-status strong, .profile strong { display: block; font-size: 10px; font-weight: 650; }
.sidebar-status small, .profile small { display: block; margin-top: 4px; color: #76818e; font-size: 8px; }
.status-orbit { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--mint) 0 94%, #2b3642 94%); position: relative; }
.status-orbit::after { content: ""; position: absolute; inset: 3px; background: var(--ink); border-radius: 50%; }
.status-orbit span { position: relative; z-index: 1; color: var(--mint); font-size: 9px; font-weight: 800; }
.profile { margin-top: 15px; padding: 12px 8px 0; border-top: 1px solid #262e38; display: flex; align-items: center; gap: 10px; }
.avatar { width: 32px; height: 32px; display: grid; place-items: center; background: #2a3440; border-radius: 9px; color: var(--mint); font-size: 9px; font-weight: 800; }
.profile button { margin-left: auto; border: 0; background: transparent; color: #687281; cursor: pointer; }
.profile button:hover { color: var(--mint); }
main { grid-column: 2; min-width: 0; }
.topbar { position: sticky; top: 0; z-index: 4; height: 76px; padding: 0 38px; display: flex; align-items: center; background: rgba(245,243,240,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(16,21,29,.08); }
.crumb span { display: block; margin-bottom: 5px; color: #8a918e; font-size: 8px; font-weight: 800; letter-spacing: 1.5px; }
.crumb strong { font-size: 12px; }
.top-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.search { width: 208px; height: 37px; padding: 0 12px; display: flex; align-items: center; gap: 8px; background: #e9ecea; border: 1px solid transparent; border-radius: 9px; transition: .2s; }
.search:focus-within { background: white; border-color: #cfd6d3; box-shadow: 0 0 0 3px rgba(0,232,181,.1); }
.search span { font-size: 19px; color: #7f8985; }
.search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 10px; }
.icon-button, .mobile-menu { position: relative; width: 38px; height: 37px; border: 1px solid #d8dddb; border-radius: 9px; background: white; cursor: pointer; }
.icon-button i { position: absolute; right: 8px; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.scan-button { height: 37px; padding: 0 16px; border: 0; border-radius: 9px; background: var(--ink); color: white; font-size: 10px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.scan-button:hover { background: #24262b; transform: translateY(-1px); box-shadow: 0 7px 18px rgba(16,21,29,.17), inset 0 -2px 0 var(--mint); }
.scan-button span { width: 6px; height: 6px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--mint); }
.scan-button.loading span { border: 1px solid var(--mint); border-top-color: transparent; background: transparent; animation: spin .7s linear infinite; }
.mobile-menu { display: none; }
.content { max-width: 1500px; margin: auto; padding: 50px 38px 25px; }
.app-page { display: none; }
.app-page.active { display: block; }
.app-page.disabled-page { display: none; }
.hidden { display: none !important; }
.empty-state { min-height: calc(100vh - 180px); display: grid; align-content: center; max-width: 760px; }
.empty-state.hidden { display: none; }
.empty-state h1, .page-head h1 { margin: 0; font-size: clamp(38px, 4vw, 64px); line-height: 1; letter-spacing: -3px; font-weight: 470; }
.empty-state p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.empty-state .scan-button { width: fit-content; margin-top: 14px; }
.cloud-onboarding { max-width: 1180px; }
.provider-card-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.provider-card-grid.compact { margin-top: 18px; grid-template-columns: repeat(4, minmax(150px, 1fr)); }
.provider-card {
  min-height: 210px;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 12px;
  text-align: left;
  border: 1px solid rgba(228,223,218,.95);
  border-radius: 22px;
  background:
    radial-gradient(circle at 15% 5%, rgba(255,101,0,.13), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(250,247,243,.85));
  color: var(--ink);
  box-shadow: 0 18px 46px rgba(16,21,29,.07);
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.provider-card:hover, .provider-card.selected { transform: translateY(-3px); border-color: rgba(255,101,0,.45); box-shadow: 0 24px 60px rgba(255,101,0,.12), 0 18px 46px rgba(16,21,29,.08); }
.provider-card.active { background: radial-gradient(circle at 8% 0%, rgba(255,101,0,.24), transparent 42%), linear-gradient(145deg, #111419, #1a1d23); color: white; }
.provider-card.preview { border-style: solid; }
.provider-card.coming-soon { opacity: .85; }
.provider-card strong { font-size: 16px; line-height: 1.1; letter-spacing: -.4px; }
.provider-card small { min-height: 48px; color: #7b8581; font-size: 9px; line-height: 1.55; }
.provider-card.active small { color: rgba(255,255,255,.72); }
.provider-card em { width: fit-content; margin-top: auto; padding: 7px 10px; border-radius: 999px; background: rgba(255,101,0,.1); color: var(--mint-dark); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.provider-card.active em { background: rgba(255,101,0,.95); color: white; }
.provider-orb { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 14px; color: white; font-size: 9px; font-weight: 950; letter-spacing: .04em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24), 0 14px 30px rgba(16,21,29,.16); }
.provider-orb.aws { background: linear-gradient(145deg, #ff9700, #ff5f00); }
.provider-orb.azure { background: linear-gradient(145deg, #36a8ff, #0078d4); }
.provider-orb.oci { background: linear-gradient(145deg, #e6492d, #9f1f15); }
.provider-orb.huawei { background: linear-gradient(145deg, #ff4668, #b8102a); }
.provider-choice-panel { margin-bottom: 12px; }
.provider-choice-panel .provider-card { min-height: 148px; }
.page-head { margin-bottom: 28px; }
.page-head h1 { max-width: 880px; }
.intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.eyebrow { margin: 0 0 12px; color: var(--mint-dark); font-size: 8px; font-weight: 850; letter-spacing: 2px; }
.intro h1 { margin: 0; max-width: 670px; font-size: clamp(39px, 4.5vw, 68px); line-height: .98; letter-spacing: -3.6px; font-weight: 450; }
.intro h1 em { color: var(--mint-dark); font-style: normal; position: relative; }
.intro h1 em::before { content: "___"; position: absolute; left: -2.2em; bottom: -.07em; color: var(--ink); letter-spacing: -7px; font-weight: 800; }
.intro-copy { max-width: 500px; margin: 24px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.sync-card { min-width: 260px; padding: 15px 17px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.58); }
.sync-card span:not(.live) { display: block; color: #939b98; font-size: 7px; font-weight: 800; letter-spacing: 1.2px; }
.sync-card strong { display: block; margin-top: 4px; font-size: 9px; }
.pulse { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(0,232,181,.12); }
.pulse i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint-dark); box-shadow: 0 0 0 4px rgba(0,169,132,.12); animation: pulse 2s infinite; }
.live { margin-left: auto; padding: 4px 7px; border-radius: 5px; background: #dff8ef; color: #008c6b; font-size: 7px; font-weight: 900; letter-spacing: 1px; }
.metric-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.module-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.module-card { min-height: 118px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.78); cursor: pointer; transition: .2s ease; }
.module-card:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(16,21,29,.09); border-color: rgba(0,169,132,.25); }
.module-card span { display: block; color: #7f8985; font-size: 7px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
.module-card strong { display: block; margin-top: 13px; font-size: 24px; font-weight: 550; letter-spacing: -1px; }
.module-card small { display: block; margin-top: 8px; color: #87908c; font-size: 8px; line-height: 1.45; }
.metric-card { position: relative; min-height: 178px; padding: 20px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.metric-card.dark { color: white; background: var(--ink); border-color: var(--ink); }
.metric-card.mint { color: white; background: linear-gradient(145deg, #ff761f, #f15300); border-color: #f15300; box-shadow: 0 18px 38px rgba(217,78,0,.16); }
.metric-top { display: flex; justify-content: space-between; align-items: center; }
.metric-top > span { color: #8b9490; font-size: 7px; font-weight: 850; letter-spacing: 1.4px; }
.dark .metric-top > span, .dark small { color: #77828e; }
.mint .metric-top > span, .mint .metric-top i { color: rgba(255,255,255,.72); }
.metric-top i { color: #8b9490; font-size: 7px; font-style: normal; font-weight: 800; }
.trend.up { color: #009d7b; }
.metric-value { display: block; margin-top: 17px; font-size: 35px; font-weight: 500; letter-spacing: -2px; }
.metric-card small { display: block; color: #858e8a; font-size: 8px; }
.metric-card small b { color: inherit; }
.sparkline { height: 43px; margin: 4px -5px 4px; }
.sparkline svg { width: 100%; height: 100%; overflow: visible; }
.sparkline path:not(.fill) { fill: none; stroke: var(--mint); stroke-width: 2; vector-effect: non-scaling-stroke; }
.sparkline .fill { fill: rgba(0,232,181,.08); }
.savings-bar { height: 4px; margin: 31px 0 13px; background: rgba(16,21,29,.16); border-radius: 4px; }
.savings-bar span { display: block; height: 100%; background: var(--ink); border-radius: 4px; }
.mint small { color: rgba(255,255,255,.76); }
.score-wrap { height: 84px; display: flex; align-items: center; position: relative; }
.score-wrap .metric-value { margin: 0; }
.score-wrap > span { margin: 14px 0 0 5px; color: #8b9490; font-size: 11px; }
.score-ring { position: absolute; right: 1px; width: 70px; height: 70px; border-radius: 50%; background: conic-gradient(var(--mint-dark) 0 82%, #edf0ee 82%); }
.score-ring::after { content: "A−"; position: absolute; inset: 7px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--ink); font-size: 15px; font-weight: 750; }
.resource-row { margin: 24px 0 16px; display: flex; gap: 7px; }
.resource-row span { flex: 1; padding: 7px 5px; background: #f3f5f3; border-radius: 7px; color: #8a928f; font-size: 7px; text-align: center; }
.resource-row b { display: block; margin-top: 3px; color: var(--ink); font-size: 10px; }
.dashboard-grid { margin-top: 12px; display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(290px, .8fr); gap: 12px; }
.lower-grid { margin-top: 12px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, .85fr); gap: 12px; }
.overview-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.command-grid { margin-top: 12px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .9fr) minmax(280px, .75fr); gap: 12px; }
.intelligence-grid { margin-top: 12px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .85fr); gap: 12px; }
.ops-grid { margin-top: 12px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr) minmax(300px, .9fr); gap: 12px; }
.recommendation-layout { margin-top: 12px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); gap: 12px; }
.monitoring-layout { margin-top: 12px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(340px, .55fr); gap: 12px; }
.panel { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.spend-panel, .posture-panel, .findings-panel, .optimization-panel { padding: 22px; }
.panel-head { display: flex; justify-content: space-between; align-items: flex-start; }
.panel h2 { margin: 0; font-size: 17px; font-weight: 600; letter-spacing: -.5px; }
.mini-pill { padding: 6px 9px; border-radius: 999px; background: #e3f8f1; color: #008b6b; font-size: 8px; font-weight: 850; }
.segmented { display: flex; padding: 3px; background: #f0f2f0; border-radius: 7px; }
.segmented button { padding: 5px 9px; border: 0; border-radius: 5px; background: transparent; color: #8b9490; font-size: 7px; font-weight: 800; cursor: pointer; }
.segmented button.active { background: white; color: var(--ink); box-shadow: 0 2px 6px rgba(16,21,29,.08); }
.chart-summary { margin: 22px 0 0 38px; display: flex; align-items: baseline; gap: 7px; }
.chart-summary strong, .chart-summary b { font-size: 13px; }
.chart-summary b { margin-left: 19px; color: #8d7dff; }
.chart-summary span { color: #909895; font-size: 8px; }
.area-chart { height: 220px; margin-top: 5px; padding-left: 39px; position: relative; }
.area-chart svg { width: 100%; height: 184px; overflow: visible; }
.grid-lines path { fill: none; stroke: #edf0ee; stroke-width: 1; vector-effect: non-scaling-stroke; }
.actual-area { fill: url(#area); }
.actual-line { fill: none; stroke: #00b98f; stroke-width: 2.3; vector-effect: non-scaling-stroke; }
.forecast-area { fill: rgba(141,125,255,.05); }
.forecast-line { fill: none; stroke: #8d7dff; stroke-width: 2; stroke-dasharray: 6 6; vector-effect: non-scaling-stroke; }
.area-chart circle { fill: white; stroke: #00b98f; stroke-width: 3; vector-effect: non-scaling-stroke; }
.axis { position: absolute; left: 0; top: 0; height: 184px; display: flex; flex-direction: column; justify-content: space-between; color: #9ca3a0; font-size: 7px; }
.dates { display: flex; justify-content: space-between; color: #9ca3a0; font-size: 7px; font-weight: 650; }
.round-button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.domain-list { margin-top: 22px; }
.domain { padding: 13px 0; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; align-items: center; border-bottom: 1px solid #edf0ee; }
.domain-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; font-size: 12px; font-weight: 800; }
.domain-icon.critical { background: #ffeaec; color: var(--red); }
.domain-icon.warning { background: #fff2df; color: #d37b11; }
.domain-icon.good { background: #dcf8ef; color: #008d6d; }
.domain strong { display: block; font-size: 9px; }
.domain small { display: block; margin-top: 4px; color: #919a96; font-size: 7px; }
.domain > span { font-size: 14px; font-weight: 700; }
.text-link, .view-all { padding: 0; border: 0; background: transparent; font-size: 8px; font-weight: 750; cursor: pointer; }
.text-link { margin-top: 20px; color: var(--ink); }
.text-link span, .view-all span { margin-left: 8px; color: var(--mint-dark); font-size: 14px; }
.filter-button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 7px; background: white; color: #626c68; font-size: 8px; cursor: pointer; }
.filter-button span { margin-left: 12px; }
.filter-bar { margin: 18px 0 14px; display: flex; align-items: end; gap: 10px; flex-wrap: wrap; }
.cl-filter { min-width: 205px; display: grid; gap: 7px; }
.cl-filter label { color: #706a65; font-size: 7px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.cl-filter-control { min-height: 40px; display: flex; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.86); box-shadow: 0 10px 28px rgba(16,21,29,.045); transition: .2s ease; }
.cl-filter-control:focus-within { border-color: rgba(255,101,0,.55); box-shadow: 0 0 0 4px rgba(255,101,0,.08), 0 14px 35px rgba(16,21,29,.06); }
.cl-filter-control select { min-width: 0; flex: 1; height: 40px; padding: 0 36px 0 12px; border: 0; outline: 0; color: var(--ink); background: linear-gradient(90deg, #fff, #fbfaf8); font-size: 9px; font-weight: 800; cursor: pointer; appearance: none; background-image: linear-gradient(45deg, transparent 50%, #ff6500 50%), linear-gradient(135deg, #ff6500 50%, transparent 50%); background-position: calc(100% - 18px) 17px, calc(100% - 13px) 17px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.cl-filter-control button { height: 28px; margin-right: 6px; padding: 0 9px; border: 1px solid #eee7e0; border-radius: 999px; background: #fff7f1; color: #bd4a00; font-size: 7px; font-weight: 900; cursor: pointer; }
.cl-filter-control button:disabled { opacity: .35; cursor: default; }
.workflow-toolbar.filter-bar { align-items: end; }
.workflow-toolbar.filter-bar .cl-filter { min-width: 180px; }
.workflow-toolbar.filter-bar input { min-height: 40px; align-self: end; }
.finding-table { margin-top: 18px; }
.finding { min-height: 58px; display: grid; grid-template-columns: 2.1fr 1fr .75fr 25px; gap: 12px; align-items: center; border-bottom: 1px solid #edf0ee; }
.finding.heading { min-height: 26px; color: #969e9a; font-size: 7px; font-weight: 750; text-transform: uppercase; letter-spacing: .7px; }
.finding > span { position: relative; min-width: 0; font-size: 9px; }
.finding > span:first-child:not(:only-child) { padding-left: 15px; }
.finding b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.finding small { display: block; margin-top: 4px; color: #969e9b; font-size: 7px; }
.finding code { color: #404a47; font: 8px "SFMono-Regular", Consolas, monospace; }
.finding .dot { position: absolute; left: 0; top: 1px; width: 6px; height: 6px; border-radius: 50%; }
.dot.critical { background: var(--red); box-shadow: 0 0 0 3px #ffeaec; }
.dot.cost { background: var(--mint-dark); box-shadow: 0 0 0 3px #dcf8ef; }
.dot.warning { background: var(--orange); box-shadow: 0 0 0 3px #fff2df; }
.finding .risk { display: inline; color: var(--red); font-size: 8px; }
.finding .risk.high { color: #d37b11; }
.finding .money { color: #008d6d; font-size: 9px; }
.finding > button { border: 0; background: transparent; color: #89928e; cursor: pointer; }
.clickable { cursor: pointer; }
.clickable:hover { background: #f7faf8; }
.view-all { margin-top: 16px; }
.report-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.data-table { margin-top: 18px; }
.data-row { min-height: 50px; display: grid; grid-template-columns: minmax(0, 1.4fr) .7fr .8fr .7fr; gap: 12px; align-items: center; border-bottom: 1px solid #edf0ee; font-size: 9px; }
.data-row.data-heading { min-height: 26px; color: #969e9a; font-size: 7px; font-weight: 750; text-transform: uppercase; letter-spacing: .7px; }
.data-row b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.data-row small { display: block; margin-top: 4px; color: #969e9b; font-size: 7px; }
.customer-actions { margin-top: 6px; display: flex; gap: 6px; flex-wrap: wrap; }
.customer-actions button { padding: 5px 8px; border: 1px solid rgba(255,101,0,.22); border-radius: 999px; background: rgba(255,101,0,.08); color: var(--orange); font-size: 7px; font-weight: 850; cursor: pointer; }
.customer-actions button:hover { background: var(--orange); color: white; }
.customer-actions button.danger { border-color: rgba(213,62,73,.28); background: rgba(213,62,73,.07); color: #d53e49; }
.customer-actions button.danger:hover { background: #d53e49; color: white; }
.account-badge { min-width: 0; display: inline-flex; align-items: center; gap: 8px; }
.account-badge > i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--account-color); box-shadow: 0 0 0 4px color-mix(in srgb, var(--account-color) 16%, transparent); }
.account-badge b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; }
.account-badge small { display: block; margin-top: 3px; color: #929a96; font-size: 7px; }
.account-context { display: flex !important; align-items: center; gap: 5px; }
.account-context > i { width: 6px; height: 6px; border-radius: 50%; background: var(--account-color); }
.account-colored-row { border-left: 2px solid var(--account-color); padding-left: 9px; }
.account-color-legend { margin-top: 16px; padding-top: 14px; display: flex; align-items: center; gap: 9px; flex-wrap: wrap; border-top: 1px solid #eee9e4; }
.account-color-legend > span:first-child { color: #8d8580; font-size: 7px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.account-color-legend .account-badge { padding: 7px 9px; border: 1px solid #eee7e0; border-radius: 999px; background: #fffaf7; }
.account-color-legend .account-badge b { max-width: 140px; }
.control-library-panel { position: relative; overflow: hidden; }
.control-library-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 92% 8%, rgba(255,101,0,.08), transparent 28%), radial-gradient(circle at 8% 18%, rgba(255,101,0,.05), transparent 22%); }
.control-library-panel > * { position: relative; z-index: 1; }
.control-search-filter .cl-filter-control { min-width: min(360px, 80vw); }
.control-search-filter .cl-filter-control input { width: 100%; height: 40px; padding: 0 12px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 9px; font-weight: 750; }
.control-search-filter > span { color: #706a65; font-size: 7px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.control-library-summary { margin: 14px 0 6px; display: flex; gap: 8px; flex-wrap: wrap; }
.control-library-summary span { padding: 7px 10px; border: 1px solid #eee7e0; border-radius: 999px; background: linear-gradient(135deg, #fff, #fff7f1); color: #6d625a; font-size: 8px; font-weight: 850; }
.control-library-table { margin-top: 16px; border-top: 1px solid #edf0ee; }
.control-row { min-height: 82px; display: grid; grid-template-columns: minmax(260px, 1.9fr) .55fr .65fr .55fr 1fr; gap: 14px; align-items: center; border-bottom: 1px solid #edf0ee; font-size: 9px; }
.control-row.control-heading { min-height: 31px; color: #969e9a; font-size: 7px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.control-row b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.control-row small { display: block; margin-top: 5px; color: #88918d; font-size: 7px; line-height: 1.45; }
.control-row em { display: block; margin-top: 7px; color: #534d48; font-size: 8px; font-style: normal; line-height: 1.5; }
.provider-pill, .severity-pill { display: inline-flex; width: fit-content; align-items: center; justify-content: center; min-height: 24px; padding: 0 9px; border-radius: 999px; font-style: normal; font-size: 7px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.provider-pill { background: #11161d; color: white; }
.provider-pill.provider-aws { background: linear-gradient(135deg, #ff9900, #ff6500); }
.provider-pill.provider-azure { background: linear-gradient(135deg, #28a8ea, #0078d4); }
.provider-pill.provider-oci { background: linear-gradient(135deg, #e6492d, #a52615); }
.provider-pill.provider-huawei { background: linear-gradient(135deg, #ff4d6d, #c9184a); }
.severity-pill.critical { background: #ffe6e9; color: #c1121f; }
.severity-pill.high { background: #fff0d8; color: #be5b00; }
.severity-pill.medium { background: #fff7d6; color: #8f6a00; }
.severity-pill.low { background: #e8f7ef; color: #008b6b; }
.severity-pill.info { background: #edf2ff; color: #3861c8; }
.evidence-chip-list { display: flex; flex-wrap: wrap; gap: 6px; }
.evidence-chip-list i { padding: 6px 8px; border: 1px solid #eee7e0; border-radius: 999px; background: #fbfaf8; color: #5f6763; font-size: 7px; font-style: normal; font-weight: 850; }
.empty-row { padding: 22px 0; color: #87908c; font-size: 10px; }
.priority-list, .notification-list, .change-list { margin-top: 16px; display: grid; gap: 8px; }
.priority-item { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 11px; border: 1px solid #edf0ee; border-radius: 14px; background: linear-gradient(135deg, #fff, #f8fbf9); transition: .2s ease; }
.priority-item:hover { transform: translateY(-1px); border-color: rgba(0,169,132,.25); box-shadow: 0 14px 28px rgba(16,21,29,.06); }
.priority-item .rank { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--mint); font-size: 9px; font-weight: 900; }
.priority-item b, .notification-item b, .change-item b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.priority-item small, .notification-item small, .change-item small { display: block; margin-top: 4px; color: #7c8682; font-size: 8px; line-height: 1.45; }
.priority-item em { padding: 6px 9px; border-radius: 999px; background: #eef2f0; color: #59645f; font-size: 8px; font-style: normal; font-weight: 850; }
.priority-item em.critical, .priority-item em.high { background: #ffe8e8; color: #c52b3f; }
.priority-item em.medium { background: #fff3d9; color: #9c6515; }
.coverage-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.coverage-card, .compliance-card, .notification-item, .change-item, .region-card, .tag-pill { padding: 13px; border: 1px solid #edf0ee; border-radius: 14px; background: #fbfcfb; }
.coverage-card span, .compliance-card span { display: block; color: #6d7773; font-size: 7px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.coverage-card strong, .compliance-card strong { display: block; margin-top: 6px; font-size: 20px; letter-spacing: -.7px; }
.coverage-card small, .compliance-card small { display: block; margin-top: 6px; color: #8a9490; font-size: 7px; line-height: 1.35; }
.coverage-card.good i, .compliance-card.good { background: linear-gradient(135deg, #fff, #eafff8); }
.coverage-card.warn i { background: #ffbf52; }
.coverage-card.bad i { background: #e85d75; }
.notification-item.good { border-color: #cdeee2; background: #f2fffa; }
.notification-item.warn { border-color: #ffe0a3; background: #fffaf0; }
.notification-item.bad { border-color: #ffd0d7; background: #fff5f6; }
.account360-table { margin-top: 16px; }
.account360-row { min-height: 54px; display: grid; grid-template-columns: minmax(0, 1.4fr) .55fr .65fr .65fr .85fr; gap: 12px; align-items: center; border-bottom: 1px solid #edf0ee; font-size: 9px; }
.account360-row.account360-heading { min-height: 28px; color: #969e9a; font-size: 7px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.account360-row b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account360-row small { display: block; margin-top: 4px; color: #8b9490; font-size: 7px; }
.score-chip { display: inline-grid; place-items: center; min-width: 34px; height: 24px; padding: 0 7px; border-radius: 999px; font-style: normal; font-weight: 900; }
.score-chip.good { background: #ddfaef; color: #008c6b; }
.score-chip.warn { background: #fff0d1; color: #9c6515; }
.score-chip.bad { background: #ffe2e7; color: #c52b3f; }
.trend-strip { min-height: 70px; margin-top: 16px; display: flex; gap: 8px; align-items: flex-end; padding: 12px; border-radius: 16px; background: linear-gradient(135deg, #111821, #0a2a25); }
.trend-strip span { flex: 1; display: grid; justify-items: center; align-items: end; gap: 6px; color: #b8c3bf; font-size: 7px; }
.trend-strip i { width: 100%; max-width: 18px; border-radius: 999px 999px 4px 4px; background: var(--mint); box-shadow: 0 8px 20px rgba(0,232,181,.25); }
.trend-strip .empty-row { color: #b8c3bf; padding: 12px; }
.region-heatmap, .tag-cloud, .compliance-grid { margin-top: 16px; display: grid; gap: 9px; }
.region-heatmap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.region-card b, .tag-pill b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.region-card span, .tag-pill span { display: block; margin-top: 8px; color: #008b6b; font-size: 8px; font-weight: 850; }
.region-card small { display: block; margin-top: 5px; color: #8a9490; font-size: 7px; }
.tag-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tag-pill { background: linear-gradient(135deg, #fff, #f7fbf9); }
.tag-pill.missing { border-color: #ffd0d7; background: #fff6f7; }
.compliance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.compliance-card.good { border-color: #cdeee2; }
.compliance-card.warn { border-color: #ffe0a3; background: #fffaf0; }
.compliance-card.bad { border-color: #ffd0d7; background: #fff5f6; }
.history-timeline, .health-check-list, .policy-pack-grid, .integration-grid, .persona-grid { margin-top: 16px; display: grid; gap: 10px; }
.history-point, .health-check, .policy-card, .integration-card, .persona-card { padding: 14px; border: 1px solid #edf0ee; border-radius: 15px; background: linear-gradient(135deg, #fff, #f8fbf9); }
.history-point b, .health-check b, .integration-card b { display: block; font-size: 10px; }
.history-point span { display: block; margin-top: 6px; color: #26312d; font-size: 9px; font-weight: 750; }
.history-point small, .health-check small, .integration-card small, .persona-card small, .policy-card small { display: block; margin-top: 6px; color: #7e8884; font-size: 8px; line-height: 1.45; }
.health-check { border-left: 4px solid #bac4c0; }
.health-check.pass { border-left-color: var(--mint-dark); background: #f2fffa; }
.health-check.warn { border-left-color: #ffbf52; background: #fffaf0; }
.health-check.fail { border-left-color: #e85d75; background: #fff5f6; }
.health-check.info { border-left-color: #8aa0b4; }
.policy-pack-grid, .persona-grid, .integration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.policy-card span, .persona-card span { display: block; color: #6d7773; font-size: 7px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.policy-card strong, .persona-card strong { display: block; margin-top: 7px; font-size: 24px; letter-spacing: -1px; }
.policy-card.good { border-color: #cdeee2; background: #f2fffa; }
.policy-card.warn { border-color: #ffe0a3; background: #fffaf0; }
.status-chip { display: inline-block; padding: 6px 8px; border-radius: 999px; background: #edf2ef; color: #4e5a55; font-size: 8px; text-transform: capitalize; }
.status-chip.covered { background: #e3f8f1; color: #008b6b; }
.status-chip.missing { background: #fff0e5; color: #bd4a00; }
.baseline-selector { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.baseline-selector button { min-height: 34px; padding: 0 11px; border: 1px solid var(--line); border-radius: 999px; background: white; color: #6d6863; font-size: 8px; font-weight: 750; cursor: pointer; }
.baseline-selector button.active { border-color: var(--ink); background: var(--ink); color: var(--mint); }
.baseline-controls { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.baseline-control { min-height: 62px; padding: 11px; display: flex; align-items: flex-start; gap: 9px; border: 1px solid #ebe6e1; border-radius: 13px; background: #fbfaf8; opacity: .55; }
.baseline-control.enabled { border-color: rgba(255,101,0,.24); background: #fff7f1; opacity: 1; }
.baseline-control input { margin-top: 2px; accent-color: var(--mint); }
.baseline-control b { display: block; font-size: 9px; }
.baseline-control small { display: block; margin-top: 4px; color: #8b8580; font-size: 7px; line-height: 1.35; }
.monitoring-summary-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.monitoring-filter-bar .cl-filter { min-width: 170px; }
.monitoring-chart-grid { margin: 12px 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.monitor-chart { min-height: 130px; margin-top: 14px; display: grid; align-content: end; gap: 10px; }
.monitor-chart-bars { height: 88px; display: flex; align-items: end; gap: 4px; position: relative; padding: 8px 0; border-radius: 14px; background: linear-gradient(180deg, #fbfaf8, #f4f0ec); overflow: hidden; }
.monitor-chart-bars > span { flex: 1; display: flex; align-items: end; justify-content: center; min-width: 3px; }
.monitor-chart-bars i { width: 72%; min-width: 3px; display: block; border-radius: 999px 999px 4px 4px; background: linear-gradient(180deg, #ff6500, #bd4a00); box-shadow: 0 8px 20px rgba(255,101,0,.18); }
.monitor-chart-overlay { position: absolute; inset: 8px 0; display: flex; align-items: end; gap: 4px; opacity: .62; }
.monitor-chart-overlay > span { flex: 1; display: flex; align-items: end; justify-content: center; min-width: 3px; }
.monitor-chart-overlay i, .monitor-chart-bars .secondary i { background: linear-gradient(180deg, #8d7dff, #5648d8); }
.monitor-chart-foot { display: flex; justify-content: space-between; align-items: center; color: #7f7771; font-size: 8px; font-weight: 800; }
.monitor-chart-foot i { width: 8px; height: 8px; display: inline-block; margin: 0 4px; border-radius: 50%; background: #ff6500; }
.monitor-chart-foot i.secondary { background: #8d7dff; }
.monitoring-table { margin-top: 18px; overflow-x: auto; }
.monitoring-row { min-height: 62px; min-width: 1180px; display: grid; grid-template-columns: minmax(170px, 1.25fr) .55fr minmax(150px, .95fr) .65fr .55fr .55fr .75fr .55fr .55fr .8fr .75fr .9fr 24px; gap: 10px; align-items: center; border-bottom: 1px solid #eeeae6; font-size: 9px; }
.monitoring-row.alarm-row { min-width: 0; grid-template-columns: minmax(0, 1.2fr) .65fr minmax(0, 1fr) 24px; }
.monitoring-row.monitoring-heading { min-height: 28px; color: #96908a; font-size: 7px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.monitoring-row b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.monitoring-row small { display: block; margin-top: 4px; overflow: hidden; color: #918b85; font-size: 7px; line-height: 1.4; text-overflow: ellipsis; }
.monitoring-row > button { border: 0; background: transparent; color: #8c8580; cursor: pointer; }
.health-badge, .state-chip { display: inline-block; width: fit-content; padding: 6px 8px; border-radius: 999px; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.state-chip { background: #f1eee9; color: #5f5953; }
.health-badge.healthy { background: #ddfaef; color: #008c6b; }
.health-badge.impaired { background: #ffe2e7; color: #c52b3f; }
.health-badge.unknown { background: #edf1f4; color: #65707b; }
.recommendation-nav-card { cursor: pointer; position: relative; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.recommendation-nav-card::after { content: "VIEW →"; position: absolute; right: 15px; bottom: 12px; color: var(--orange); font-size: 6px; font-weight: 900; letter-spacing: .9px; opacity: 0; transition: .2s ease; }
.recommendation-nav-card:hover { transform: translateY(-3px); border-color: rgba(255,101,0,.35); box-shadow: 0 18px 40px rgba(16,21,29,.09); }
.recommendation-nav-card:hover::after { opacity: 1; }
.global-resource-map { margin-bottom: 18px; padding: 22px; overflow: visible; background: linear-gradient(145deg, #0b0f15, #131a24); color: white; border-color: rgba(255,101,0,.25); box-shadow: 0 30px 80px rgba(13,15,18,.17); }
.global-map-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.global-map-head h2 { color: white; font-size: 20px; }
.map-legend { max-width: 58%; display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.map-legend .account-badge { padding: 6px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.05); }
.map-legend .account-badge b { max-width: 120px; color: #dce3eb; font-size: 7px; }
.world-map { height: 460px; margin-top: 15px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 20px; background: radial-gradient(circle at 50% 40%, #17212e, #080b10 72%); }
.world-map::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,101,0,.05), transparent); transform: translateX(-100%); animation: mapSweep 7s linear infinite; }
.world-map-svg { width: 100%; height: 100%; display: block; }
.real-world-map { opacity: .92; }
.map-atmosphere { mix-blend-mode: screen; opacity: .9; pointer-events: none; }
.map-lines path { fill: none; stroke: var(--account-color); stroke-width: 1.5; stroke-dasharray: 7 7; opacity: .62; filter: url(#lineGlow); animation: mapDash 16s linear infinite; }
.map-marker { cursor: pointer; }
.map-marker .marker-core { fill: var(--account-color); stroke: #fff; stroke-width: 2; filter: url(#lineGlow); }
.map-marker .marker-pulse { fill: var(--account-color); opacity: .16; transform-origin: center; animation: markerPulse 2.6s ease-out infinite; }
.map-marker text { fill: #c7d0da; font-size: 10px; font-weight: 750; paint-order: stroke; stroke: #0b0f15; stroke-width: 3px; }
.map-marker .marker-count { fill: #0b0f15; stroke: none; font-size: 7px; font-weight: 950; text-anchor: middle; }
.map-popup { position: absolute; right: 18px; top: 18px; z-index: 2; width: min(390px, calc(100% - 36px)); max-height: calc(100% - 36px); padding: 16px; overflow: auto; border: 1px solid rgba(255,101,0,.34); border-radius: 18px; background: rgba(12,17,24,.94); box-shadow: 0 28px 80px rgba(0,0,0,.5); backdrop-filter: blur(20px); }
.map-popup-head { display: flex; justify-content: space-between; align-items: center; }
.map-popup-head small { display: block; color: var(--orange); font-size: 6px; font-weight: 900; letter-spacing: 1.5px; }
.map-popup-head b { display: block; margin-top: 4px; color: white; font-size: 18px; }
.map-popup-head button { border: 0; background: transparent; color: #9ca9b5; font-size: 22px; cursor: pointer; }
.map-popup-summary { margin: 13px 0; padding: 11px; display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 7px; align-items: baseline; border-radius: 12px; background: rgba(255,255,255,.05); }
.map-popup-summary strong { color: var(--orange); font-size: 18px; }
.map-popup-summary span { color: #8e9aa6; font-size: 7px; }
.map-popup-accounts { display: grid; gap: 7px; }
.map-popup-accounts > button { padding: 10px; display: grid; gap: 7px; border: 1px solid rgba(255,255,255,.08); border-left: 3px solid var(--account-color); border-radius: 12px; background: rgba(255,255,255,.04); color: white; text-align: left; cursor: pointer; }
.map-popup-accounts .account-badge b { color: white; }
.map-popup-accounts > button > span:last-child { color: #8f9aa5; font-size: 7px; }
.map-stat { position: absolute; left: 18px; bottom: 16px; padding: 10px 13px; display: flex; align-items: baseline; gap: 7px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(8,11,16,.75); }
.map-stat strong { color: var(--orange); font-size: 19px; }
.map-stat span { color: #8995a1; font-size: 7px; text-transform: uppercase; letter-spacing: 1px; }
.cost-account-card { border-top: 3px solid var(--account-color); }
.cost-account-card .mini-bars i { background: linear-gradient(180deg, var(--account-color), color-mix(in srgb, var(--account-color) 72%, #111)); }
.security-score-card { border-top: 3px solid var(--account-color); }
@keyframes mapSweep { to { transform: translateX(100%); } }
@keyframes mapDash { to { stroke-dashoffset: -140; } }
@keyframes markerPulse { 0% { transform: scale(.7); opacity: .28; } 75%,100% { transform: scale(1.8); opacity: 0; } }
@media (max-width: 850px) {
  .global-map-head { display: grid; }
  .map-legend { max-width: 100%; justify-content: flex-start; }
  .world-map { height: 350px; }
  .map-marker text { display: none; }
}
.cost-account-card[style] { border-top: 3px solid var(--account-color); }
.cost-account-card[style] .mini-bars i { background: linear-gradient(180deg, var(--account-color), color-mix(in srgb, var(--account-color) 72%, #111)); }
.security-score-card[style] { border-top: 3px solid var(--account-color); }
.resource-filter-toolbar { margin: 0 0 15px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.service-filter { width: min(390px, 100%); position: relative; z-index: 3; }
.service-filter > summary { min-height: 48px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 8px 25px rgba(16,21,29,.04); cursor: pointer; list-style: none; }
.service-filter > summary::-webkit-details-marker { display: none; }
.service-filter > summary span { min-width: 0; }
.service-filter > summary b { display: block; font-size: 10px; }
.service-filter > summary small { display: block; margin-top: 3px; color: #8d9692; font-size: 7px; }
.service-filter > summary strong { min-width: 42px; padding: 7px 9px; border-radius: 999px; background: var(--ink); color: var(--orange); font-size: 8px; text-align: center; }
.service-filter-menu { position: absolute; top: calc(100% + 8px); left: 0; width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 24px 70px rgba(16,21,29,.16); }
.service-filter-menu > input { width: 100%; min-height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); font: 750 9px inherit; outline: none; }
.service-filter-menu > input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,101,0,.09); }
.service-filter-actions { padding: 9px 0; display: flex; gap: 7px; border-bottom: 1px solid #eeeae6; }
.service-filter-actions button { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; background: #faf9f7; color: #5e6763; font-size: 7px; font-weight: 850; cursor: pointer; }
.service-filter-options { max-height: 330px; overflow: auto; }
.service-filter-options label { min-height: 48px; padding: 7px 4px; display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 8px; align-items: center; border-bottom: 1px solid #f0ede9; cursor: pointer; }
.service-filter-options input { accent-color: var(--orange); }
.service-filter-options b { display: block; font-size: 9px; }
.service-filter-options small { display: block; margin-top: 3px; color: #99918b; font-size: 7px; }
.service-filter-options strong { min-width: 30px; padding: 5px 7px; border-radius: 999px; background: #f3f1ee; color: #706a65; font-size: 7px; text-align: center; }
.inventory-discovery-note { color: #8e8882; font-size: 8px; }
.resource-pagination { margin-top: 16px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.resource-pagination button { min-height: 34px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-size: 8px; font-weight: 800; cursor: pointer; }
.resource-pagination button:disabled { opacity: .35; cursor: default; }
.resource-pagination span { color: #817b76; font-size: 8px; }
.commitment-opportunity-metrics { margin-top: 12px; }
.commitment-opportunity-list, .commitment-candidate-list { margin-top: 16px; display: grid; gap: 9px; }
.commitment-card { padding: 14px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 14px; border: 1px solid #eee8e2; border-radius: 15px; background: linear-gradient(135deg, #fff, #fff8f2); }
.commitment-card .commitment-type { grid-column: 1 / -1; color: #d94e00; font-size: 7px; font-weight: 900; letter-spacing: 1px; }
.commitment-card b { font-size: 10px; }
.commitment-card strong { color: #d94e00; font-size: 17px; }
.commitment-card strong small { font-size: 7px; font-weight: 700; }
.commitment-card p { grid-column: 1 / -1; margin: 0; color: #7d756f; font-size: 8px; line-height: 1.45; }
.candidate-row { padding: 11px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; border-bottom: 1px solid #eeeae6; }
.candidate-row b, .candidate-row code { display: block; font-size: 9px; }
.candidate-row small { display: block; margin-top: 4px; color: #918a84; font-size: 7px; }
.workflow-metrics { margin-top: 12px; }
.workflow-toolbar { margin: 18px 0 14px; display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.workflow-toolbar select,
.workflow-toolbar input {
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: #4f5854;
  font: 750 8px inherit;
}
.workflow-toolbar input { min-width: 150px; }
.workflow-comments { max-height: 230px; margin: 8px 0 12px; display: grid; gap: 8px; overflow: auto; }
.workflow-comment { padding: 11px; border: 1px solid #eee9e4; border-radius: 12px; background: #fbfaf8; }
.workflow-comment b { display: inline-block; color: var(--ink); font-size: 9px; }
.workflow-comment small { float: right; color: #948c85; font-size: 7px; }
.workflow-comment p { margin: 8px 0 0; color: #5f5954; font-size: 9px; line-height: 1.45; white-space: pre-wrap; }
.secondary-action { background: #25282d; }
.cost-history { margin-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.cost-account-card { min-height: 150px; padding: 16px; border: 1px solid #edf0ee; border-radius: 15px; background: linear-gradient(135deg, #fff, #f8fbf9); box-shadow: 0 14px 35px rgba(16,21,29,.04); }
.cost-account-head { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.cost-account-head span { min-width: 0; }
.cost-account-head b { display: block; max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.cost-account-head small { display: block; margin-top: 4px; color: #8b9490; font-size: 7px; }
.cost-account-head strong { color: var(--ink); font-size: 17px; letter-spacing: -.6px; }
.mini-bars { height: 52px; margin-top: 16px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; align-items: end; }
.mini-bars span { height: 48px; display: grid; align-items: end; justify-items: center; gap: 5px; }
.mini-bars i { width: 100%; max-width: 42px; display: block; border-radius: 999px; background: linear-gradient(90deg, var(--mint), var(--mint-dark)); box-shadow: 0 8px 18px rgba(0,169,132,.13); }
.mini-bars small { color: #8b9490; font-size: 7px; }
.cost-card-foot { margin-top: 18px; display: flex; justify-content: space-between; align-items: center; color: #7d8783; font-size: 8px; }
.cost-card-foot b { color: var(--ink); }
.cost-card-foot em { padding: 4px 7px; border-radius: 999px; font-style: normal; font-weight: 800; }
.cost-card-foot em.up { background: #fff2df; color: #b86b0a; }
.cost-card-foot em.down { background: #dcf8ef; color: #008d6d; }
.cost-card-foot em.flat { background: #edf0ee; color: #77817d; }
.security-score-panel { margin-bottom: 14px; }
.security-score-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.security-score-card { padding: 16px; border: 1px solid #edf0ee; border-radius: 15px; background: linear-gradient(180deg, #fff, #f8fbf9); transition: .2s ease; }
.security-score-card:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(16,21,29,.08); }
.security-score-head { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.security-score-head b { display: block; max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.security-score-head small { display: block; margin-top: 4px; color: #8b9490; font-size: 7px; }
.security-score-head strong { font-size: 28px; line-height: 1; letter-spacing: -1.5px; }
.security-score-head strong.good { color: #008d6d; }
.security-score-head strong.warn { color: #c8780d; }
.security-score-head strong.bad { color: var(--red); }
.score-bar { height: 7px; margin: 15px 0 12px; overflow: hidden; border-radius: 999px; background: #edf0ee; }
.score-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mint), var(--mint-dark)); }
.security-score-foot { display: flex; gap: 8px; color: #77817d; font-size: 8px; }
.security-score-foot span { padding: 5px 7px; border-radius: 999px; background: #f0f4f2; }
.security-services { margin-top: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.security-services span { padding: 5px 7px; border-radius: 999px; font-size: 7px; font-weight: 800; }
.security-services .ok { background: #dcf8ef; color: #008d6d; }
.security-services .missing { background: #fff2df; color: #b86b0a; }
.confidence { padding: 5px 7px; border-radius: 5px; background: #dcf8ef; color: #008d6d; font-size: 7px; font-weight: 750; }
.opportunity-visual { min-height: 178px; display: flex; align-items: center; gap: 25px; }
.donut { width: 118px; height: 118px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--mint) 0 43%, var(--purple) 43% 73%, var(--orange) 73% 90%, #405064 90%); position: relative; }
.donut::after { content: ""; position: absolute; inset: 14px; border-radius: 50%; background: white; }
.donut div { position: relative; z-index: 1; text-align: center; }
.donut strong { display: block; font-size: 19px; }
.donut small { color: #909895; font-size: 7px; }
.legend { flex: 1; display: grid; gap: 11px; }
.legend span { display: grid; grid-template-columns: 7px minmax(0, 1fr) auto; align-items: center; gap: 7px; color: #777f7c; font-size: 7px; }
.legend i { width: 7px; height: 7px; border-radius: 2px; }
.legend b { color: var(--ink); font-size: 8px; }
.optimization-foot { padding: 13px 14px; display: flex; justify-content: space-between; align-items: center; border-radius: 9px; background: var(--ink); color: white; }
.optimization-foot span { color: #8b96a2; font-size: 8px; }
.optimization-foot strong { color: var(--mint); font-size: 15px; }
.site-footer { margin-top: 30px; padding: 23px 4px 8px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #8c8781; font-size: 8px; font-weight: 700; letter-spacing: .35px; }
.site-footer div { display: flex; align-items: center; gap: 14px; }
.site-footer img { width: 92px; height: auto; padding: 7px 9px; border-radius: 7px; background: var(--ink); }
.site-footer p { margin: 0; color: #615d58; letter-spacing: .8px; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 20; min-width: 300px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; background: var(--ink); color: white; border-radius: 12px; box-shadow: 0 20px 50px rgba(16,21,29,.28); transform: translateY(120px); opacity: 0; transition: .35s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--ink); font-size: 12px; font-weight: 900; }
.toast strong { display: block; font-size: 10px; }
.toast small { display: block; margin-top: 4px; color: #8e99a5; font-size: 8px; }
.auth-gate { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 14% 18%, rgba(255,101,0,.28), transparent 30%), radial-gradient(circle at 82% 10%, rgba(255,155,84,.12), transparent 25%), linear-gradient(135deg, #08090b, #17191d 52%, #100b08); opacity: 0; visibility: hidden; transition: .25s ease; }
.auth-gate.open { opacity: 1; visibility: visible; }
.auth-card { width: min(620px, 100%); padding: 42px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; color: white; background: rgba(12,18,25,.74); box-shadow: 0 40px 120px rgba(0,0,0,.45); backdrop-filter: blur(22px); position: relative; overflow: hidden; }
.auth-card::before { content: ""; position: absolute; inset: -1px; background: linear-gradient(120deg, rgba(255,101,0,.24), transparent 32%, rgba(255,255,255,.08)); pointer-events: none; }
.auth-card > * { position: relative; z-index: 1; }
.auth-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.auth-brand img { width: 176px; height: auto; }
.auth-brand span { padding: 8px 0 8px 16px; border-left: 1px solid rgba(255,255,255,.2); color: #f6f3ef; font-size: 15px; font-weight: 650; letter-spacing: 1.8px; }
.auth-card h1 { max-width: 520px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: .96; letter-spacing: -3px; font-weight: 480; }
.auth-card p:not(.eyebrow) { max-width: 500px; color: #aeb8c2; font-size: 13px; line-height: 1.75; }
.auth-login { height: 50px; margin-top: 18px; padding: 0 22px; border: 0; border-radius: 13px; background: linear-gradient(135deg, #ff761f, #ff5a00); color: white; font-size: 11px; font-weight: 850; cursor: pointer; box-shadow: 0 18px 42px rgba(255,101,0,.22); }
.auth-login:hover { transform: translateY(-1px); box-shadow: 0 22px 48px rgba(255,101,0,.32); }
.auth-login > span:first-child { width: 7px; height: 7px; display: inline-block; margin-right: 9px; border-radius: 50%; background: var(--ink); }
.auth-login #authLoginLabel { width: auto; height: auto; display: inline; margin: 0; border-radius: 0; background: transparent; }
.auth-card h1 span { color: #ff6500; font-weight: 720; white-space: nowrap; }
.auth-card > small { display: block; margin-top: 18px; color: #768391; font-size: 9px; }
body.auth-booting .app-shell,
body.auth-locked .app-shell { opacity: 0; visibility: hidden; pointer-events: none; user-select: none; }
.provider-landing-body { min-height: 100vh; overflow-x: hidden; background: radial-gradient(circle at 12% 8%, rgba(255,101,0,.24), transparent 30%), radial-gradient(circle at 88% 14%, rgba(255,160,80,.12), transparent 26%), linear-gradient(135deg, #06080b, #151820 52%, #0d0907); color: white; }
.provider-landing { min-height: 100vh; width: min(1280px, calc(100vw - 48px)); margin: 0 auto; padding: 54px 0 28px; display: grid; align-content: center; gap: 34px; position: relative; z-index: 1; }
.provider-landing::before { content: ""; position: fixed; inset: 0; background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 92px 92px; mask-image: radial-gradient(circle at 50% 30%, black, transparent 72%); pointer-events: none; }
.provider-landing-hero { max-width: 880px; }
.provider-landing-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 34px; }
.provider-landing-brand img:first-child { width: 240px; max-width: 54vw; }
.provider-landing-brand img:last-child { width: 130px; padding: 8px 10px; border-radius: 10px; background: rgba(0,0,0,.36); }
.provider-landing-brand span { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.provider-landing h1 { max-width: 840px; margin: 0; font-size: clamp(54px, 9vw, 112px); line-height: .88; letter-spacing: -6px; font-weight: 560; }
.provider-landing h1::after { content: "."; color: #ff6500; }
.provider-landing p:not(.eyebrow) { max-width: 760px; color: #aeb6bc; font-size: clamp(14px, 1.8vw, 19px); line-height: 1.75; }
.provider-landing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.provider-landing-card { min-height: 260px; padding: 24px; display: flex; flex-direction: column; gap: 20px; justify-content: space-between; text-decoration: none; color: white; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(150deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: 0 28px 90px rgba(0,0,0,.24); backdrop-filter: blur(18px); position: relative; overflow: hidden; transition: .24s ease; }
.provider-landing-card::before { content: ""; position: absolute; inset: -20%; background: radial-gradient(circle at 18% 0%, rgba(255,101,0,.22), transparent 38%); opacity: .75; transition: .24s ease; }
.provider-landing-card.azure::before { background: radial-gradient(circle at 18% 0%, rgba(0,120,212,.35), transparent 38%); }
.provider-landing-card.oci::before { background: radial-gradient(circle at 18% 0%, rgba(230,73,45,.30), transparent 38%); }
.provider-landing-card.huawei::before { background: radial-gradient(circle at 18% 0%, rgba(255,70,104,.30), transparent 38%); }
.provider-landing-card > * { position: relative; z-index: 1; }
.provider-landing-card:hover { transform: translateY(-8px); border-color: rgba(255,101,0,.52); box-shadow: 0 34px 110px rgba(255,101,0,.16), 0 30px 90px rgba(0,0,0,.34); }
.provider-landing-card strong { display: block; margin-bottom: 12px; font-size: 24px; letter-spacing: -.7px; }
.provider-landing-card small { display: block; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.65; }
.provider-landing-card em { width: fit-content; padding: 10px 13px; border-radius: 999px; background: rgba(255,101,0,.92); color: white; font-size: 9px; font-style: normal; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.provider-landing-card.oci em, .provider-landing-card.huawei em { background: rgba(255,101,0,.92); color: white; }
.provider-landing-footer { display: flex; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.46); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.provider-landing-footer a { color: #ff8b3d; text-decoration: none; }
.admin-grid { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr); gap: 12px; }
.admin-form { margin-top: 18px; display: grid; gap: 12px; }
.admin-form label { display: block; color: #66706c; font-size: 8px; font-weight: 750; letter-spacing: .3px; }
.admin-form input, .admin-form select { width: 100%; height: 42px; margin-top: 7px; padding: 0 12px; outline: none; border: 1px solid #d9dfdc; border-radius: 8px; background: white; color: var(--ink); font-size: 10px; transition: .2s; }
.admin-form input:focus, .admin-form select:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 3px rgba(0,169,132,.1); }
.admin-form small { color: #7b8581; font-size: 9px; line-height: 1.5; }
.connection-management-grid { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); gap: 12px; }
.connection-state { padding: 6px 9px; border-radius: 999px; background: #f1efec; color: #77716b; font-size: 8px; font-weight: 850; }
.connection-state.connected { background: #e3f8f1; color: #008b6b; }
.connection-summary { margin-top: 18px; display: grid; gap: 9px; }
.connection-summary .provider-connection-card { border-left: 4px solid rgba(255,101,0,.75); }
.connection-summary .provider-connection-card.active { background: linear-gradient(135deg, rgba(255,101,0,.08), #fff); border-color: #ff6500; box-shadow: 0 16px 36px rgba(255,101,0,.08); }
.connection-summary .provider-connection-card button { margin-top: 10px; }
.connection-summary-row { min-height: 56px; padding: 11px 12px; border: 1px solid #ece7e2; border-radius: 12px; background: #fbfaf8; }
.connection-summary-row span { display: block; color: #8b857f; font-size: 7px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.connection-summary-row b, .connection-summary-row code { display: block; margin-top: 6px; overflow: hidden; color: #292824; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.connection-summary-row code { font-family: "SFMono-Regular", Consolas, monospace; }
.connection-help { margin: 16px 0; color: var(--muted); font-size: 9px; line-height: 1.65; }
.region-management-form label { display: block; color: #66706c; font-size: 8px; font-weight: 750; }
.region-management-form textarea { width: 100%; min-height: 96px; margin-top: 8px; padding: 13px; resize: vertical; outline: 0; border: 1px solid #d9dfdc; border-radius: 10px; background: white; color: var(--ink); font-size: 11px; line-height: 1.55; }
.region-management-form textarea:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 3px rgba(255,101,0,.1); }
.region-management-form > small { display: block; margin-top: 8px; color: #8c8680; font-size: 8px; line-height: 1.5; }
.region-shortcuts { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 7px; }
.region-shortcuts button, .secondary-action { min-height: 34px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; background: white; color: #615c57; font-size: 8px; font-weight: 750; cursor: pointer; }
.region-shortcuts button:hover, .secondary-action:hover { border-color: rgba(255,101,0,.45); color: var(--mint-dark); }
.connection-summary + .secondary-action { margin-top: 16px; }
.connection-management-actions { display: flex; justify-content: flex-end; gap: 9px; }
.region-guidance { margin-top: 12px; }
.region-guidance .trust-row { margin-top: 16px; }
.detail-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 25; width: min(480px, 94vw); padding: 34px; overflow-y: auto; background: #f8faf8; border-left: 1px solid var(--line); box-shadow: -25px 0 70px rgba(16,21,29,.22); transform: translateX(105%); transition: .28s ease; }
.detail-drawer.open { transform: translateX(0); }
.detail-drawer h2 { margin: 0 44px 14px 0; font-size: 25px; letter-spacing: -1px; }
.detail-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.detail-meta span { padding: 6px 8px; border-radius: 999px; background: #edf2ef; color: #59645f; font-size: 8px; font-weight: 750; }
.detail-drawer dl { display: grid; gap: 12px; }
.detail-drawer dt { color: #7c8682; font-size: 8px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.detail-drawer dd { margin: 4px 0 0; padding: 11px 12px; border-radius: 10px; background: white; color: #26312d; font-size: 10px; line-height: 1.55; word-break: break-word; }
.exception-box { margin-top: 18px; padding: 14px; border: 1px solid #dfe7e3; border-radius: 14px; background: white; }
.exception-box label { display: block; color: #66706c; font-size: 8px; font-weight: 750; letter-spacing: .3px; }
.exception-box input, .exception-box textarea, .exception-box select { width: 100%; margin-top: 7px; padding: 10px 12px; border: 1px solid #d9dfdc; border-radius: 8px; outline: 0; font-size: 10px; background: white; }
.exception-box textarea { min-height: 74px; resize: vertical; }
.exception-box .connect-submit { width: 100%; margin-top: 10px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 30; padding: 24px; display: grid; place-items: center; background: rgba(9,13,18,.68); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: .25s ease; }
.modal-backdrop.open { opacity: 1; visibility: visible; }
.connect-modal { position: relative; width: min(590px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: #f8faf8; box-shadow: 0 35px 100px rgba(0,0,0,.4); transform: translateY(15px) scale(.98); transition: .3s ease; }
.modal-backdrop.open .connect-modal { transform: none; }
.connect-modal h2 { margin: 0; font-size: 31px; font-weight: 520; letter-spacing: -1.6px; }
.connect-modal h2 span { color: var(--mint-dark); }
.modal-copy { max-width: 480px; margin: 13px 0 23px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.modal-close { position: absolute; right: 20px; top: 18px; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; background: white; color: #68716e; font-size: 20px; line-height: 1; cursor: pointer; }
.role-flow { margin: 21px 0 4px; padding: 15px; display: flex; align-items: flex-start; border: 1px solid #dce4e0; border-radius: 11px; background: white; }
.role-flow > i { height: 1px; flex: 1; margin: 12px 7px 0; background: #dbe2df; }
.flow-step { width: 98px; display: grid; justify-items: center; gap: 6px; text-align: center; }
.flow-step b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #e9eeeb; color: #7b8581; font-size: 8px; }
.flow-step.active b { background: var(--ink); color: var(--mint); }
.flow-step small { color: #7f8985; font-size: 7px; line-height: 1.35; }
.connection-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; border-radius: 10px; background: #e9eeeb; }
.connection-tabs button { height: 37px; border: 0; border-radius: 7px; background: transparent; color: #77817d; font-size: 9px; font-weight: 750; cursor: pointer; }
.connection-tabs button.active { background: white; color: var(--ink); box-shadow: 0 3px 10px rgba(16,21,29,.08); }
.provider-switcher { margin: 20px 0 14px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.provider-switcher button { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.8); color: #68716e; font-size: 9px; font-weight: 850; cursor: pointer; transition: .2s ease; }
.provider-switcher button .provider-orb { width: 26px; height: 26px; border-radius: 9px; font-size: 7px; }
.provider-switcher button.active { border-color: rgba(255,101,0,.45); background: #111419; color: white; box-shadow: 0 12px 30px rgba(16,21,29,.16); }
.provider-preview-panel { margin: 14px 0; padding: 18px; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 16px; border: 1px solid rgba(255,101,0,.22); border-radius: 18px; background: radial-gradient(circle at 0% 0%, rgba(255,101,0,.16), transparent 34%), #fffaf6; }
.provider-preview-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(145deg, #111419, #252a33); color: var(--mint); font-size: 10px; font-weight: 950; }
.provider-preview-panel strong { display: block; font-size: 15px; letter-spacing: -.3px; }
.provider-preview-panel p { margin: 8px 0 14px; color: #6d7773; font-size: 10px; line-height: 1.65; }
.connection-panel { display: none; margin-top: 17px; }
.connection-panel.active { display: block; }
.credential-info { padding: 16px; display: flex; align-items: center; gap: 13px; border: 1px solid #dce4e0; border-radius: 11px; background: white; }
.credential-info > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--mint); }
.credential-info strong { display: block; font-size: 10px; }
.credential-info small { display: block; margin-top: 4px; color: #87908c; font-size: 8px; }
.cli-hint { display: block; margin-top: 9px; padding: 9px 12px; border-radius: 7px; background: #eef1ef; color: #5d6863; font-size: 8px; }
.connection-panel label, .regions-field { display: block; margin-top: 12px; color: #66706c; font-size: 8px; font-weight: 750; letter-spacing: .3px; }
.connection-panel input, .regions-field input { width: 100%; height: 42px; margin-top: 7px; padding: 0 12px; outline: none; border: 1px solid #d9dfdc; border-radius: 8px; background: white; color: var(--ink); font-size: 10px; transition: .2s; }
.connection-panel input:focus, .regions-field input:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 3px rgba(0,169,132,.1); }
.field-help { display: block; margin-top: 9px; color: #8a9490; font-size: 8px; }
.field-help code { color: #48534f; }
.regions-field { margin-top: 17px; }
.connection-error { min-height: 17px; margin-top: 10px; color: #d53e49; font-size: 8px; line-height: 1.4; }
.modal-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.demo-link { padding: 0; border: 0; background: transparent; color: #6e7874; font-size: 8px; font-weight: 700; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.connect-submit { min-width: 146px; height: 41px; padding: 0 16px; border: 0; border-radius: 9px; background: var(--ink); color: white; font-size: 9px; font-weight: 750; cursor: pointer; }
.connect-submit span { width: 6px; height: 6px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--mint); }
.connect-submit.loading span { border: 1px solid var(--mint); border-top-color: transparent; background: transparent; animation: spin .7s linear infinite; }
.trust-row { margin-top: 22px; padding-top: 16px; display: flex; justify-content: space-between; gap: 8px; border-top: 1px solid var(--line); color: #76817d; font-size: 7px; }
.trust-row span::first-letter { color: var(--mint-dark); }
body.modal-open { overflow: hidden; }

.ai-fab {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 72;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,101,0,.42);
  border-radius: 22px;
  background: radial-gradient(circle at 30% 20%, #ff7a18, #ff5a00 40%, #101217 100%);
  color: white;
  box-shadow: 0 18px 55px rgba(255,91,0,.35), 0 8px 24px rgba(0,0,0,.32);
  cursor: pointer;
}
.ai-fab strong { position: relative; z-index: 1; font-size: 13px; letter-spacing: .12em; }
.ai-fab-orb {
  position: absolute;
  inset: -7px;
  border-radius: 26px;
  background: radial-gradient(circle, rgba(255,101,0,.25), transparent 65%);
  animation: aiPulse 2.4s infinite;
}
.ai-fab.active { transform: translateY(-2px); box-shadow: 0 22px 70px rgba(255,91,0,.42); }

.ai-panel {
  position: fixed;
  right: 26px;
  bottom: 104px;
  z-index: 71;
  width: min(440px, calc(100vw - 34px));
  max-height: min(720px, calc(100vh - 132px));
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255,101,0,.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,101,0,.26), transparent 28%),
    radial-gradient(circle at 95% 15%, rgba(255,255,255,.08), transparent 26%),
    linear-gradient(145deg, rgba(13,15,18,.98), rgba(27,30,35,.97));
  color: white;
  box-shadow: 0 28px 90px rgba(0,0,0,.45);
}
.ai-panel.open { display: flex; flex-direction: column; animation: aiRise .22s ease-out; }
.ai-panel-head {
  padding: 22px 22px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ai-panel-head .eyebrow { color: #ff6500; }
.ai-panel-head h2 { margin: 4px 0 0; font-size: 20px; letter-spacing: -.03em; }
.ai-close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: white;
  cursor: pointer;
}
.ai-panel-body {
  padding: 18px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ai-message {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
}
.ai-message.user { grid-template-columns: minmax(0, 1fr) 34px; }
.ai-message.user .ai-avatar { grid-column: 2; grid-row: 1; background: #ff6500; color: white; }
.ai-message.user > div { grid-column: 1; grid-row: 1; background: rgba(255,101,0,.13); border-color: rgba(255,101,0,.28); }
.ai-avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,101,0,.16);
  color: #ff8a3d;
  font-size: 9px;
  font-weight: 850;
}
.ai-message > div {
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}
.ai-message p { margin: 0; color: rgba(255,255,255,.92); font-size: 12px; line-height: 1.55; }
.ai-message small { display: block; margin-top: 7px; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.45; }
.ai-evidence-grid { margin-top: 12px; display: grid; gap: 8px; }
.ai-evidence-card {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(255,101,0,.18);
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  color: white;
  text-align: left;
  cursor: pointer;
}
.ai-evidence-card:hover { border-color: rgba(255,101,0,.5); background: rgba(255,101,0,.08); }
.ai-evidence-card strong { display: block; font-size: 11px; }
.ai-evidence-card span { display: block; margin-top: 5px; color: #ff9a52; font-size: 9px; font-weight: 750; }
.ai-evidence-card small { margin-top: 6px; color: rgba(255,255,255,.68); }
.ai-evidence-card em { display: inline-block; margin-top: 8px; color: #fff; font-size: 9px; font-style: normal; font-weight: 850; }
.ai-next-actions { margin: 12px 0 0; padding-left: 17px; color: rgba(255,255,255,.74); font-size: 10px; line-height: 1.6; }
.ai-actions, .ai-starters { display: flex; gap: 8px; flex-wrap: wrap; }
.ai-actions { margin-top: 12px; }
.ai-actions button, .ai-starters button {
  border: 1px solid rgba(255,101,0,.22);
  border-radius: 999px;
  background: rgba(255,101,0,.09);
  color: white;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
}
.ai-actions button { padding: 8px 10px; }
.ai-starters { padding: 0 18px 14px; }
.ai-starters button { padding: 9px 11px; color: rgba(255,255,255,.86); }
.ai-starters button:hover, .ai-actions button:hover { background: #ff6500; border-color: #ff6500; color: white; }
.ai-composer {
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.2);
}
.ai-composer input {
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: white;
  outline: none;
}
.ai-composer input::placeholder { color: rgba(255,255,255,.42); }
.ai-composer input:focus { border-color: rgba(255,101,0,.62); box-shadow: 0 0 0 3px rgba(255,101,0,.12); }
.ai-composer button {
  min-width: 86px;
  border: 0;
  border-radius: 14px;
  background: #ff6500;
  color: white;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}
.ai-composer button span {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: white;
}
.ai-composer button.loading span { border: 1px solid white; border-top-color: transparent; background: transparent; animation: spin .7s linear infinite; }

/* CLOUDWRXS orange product theme */
.search:focus-within,
.admin-form input:focus,
.connection-panel input:focus,
.regions-field input:focus {
  border-color: rgba(217,78,0,.58);
  box-shadow: 0 0 0 3px rgba(255,101,0,.1);
}
.module-card:hover,
.priority-item:hover {
  border-color: rgba(255,101,0,.28);
}
.pulse { background: rgba(255,101,0,.11); }
.pulse i { box-shadow: 0 0 0 4px rgba(255,101,0,.13); }
.sparkline .fill { fill: rgba(255,101,0,.08); }
.trend-strip i { box-shadow: 0 8px 20px rgba(255,101,0,.23); }
.mini-bars i { box-shadow: 0 8px 18px rgba(217,78,0,.15); }
.toast { border: 1px solid rgba(255,101,0,.24); }
.toast-icon { color: white; }
.connect-submit:hover { background: #24262b; box-shadow: inset 0 -2px 0 var(--mint); }
.intro h1 em::before { color: var(--mint); }
.metric-card.dark { background: linear-gradient(145deg, #0d0f12, #1b1e23); }
.panel, .module-card, .sync-card { box-shadow: 0 12px 35px rgba(52,38,26,.035); }
.auth-card { border-color: rgba(255,101,0,.22); }
.auth-login > span:first-child { background: white; }

.reveal { animation: rise .65s both; }
.delay-1 { animation-delay: .08s; }
.delay-2 { animation-delay: .16s; }
.delay-3 { animation-delay: .24s; }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(255,101,0,0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes aiPulse { 50% { transform: scale(1.08); opacity: .55; } }
@keyframes aiRise { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-grid, .lower-grid, .overview-grid, .command-grid, .intelligence-grid, .ops-grid, .recommendation-layout, .monitoring-layout, .monitoring-chart-grid, .connection-management-grid, .cost-history, .security-score-grid, .admin-grid, .policy-pack-grid, .persona-grid, .integration-grid { grid-template-columns: 1fr; }
  .provider-card-grid, .provider-card-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .provider-landing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .posture-panel { min-height: auto; }
}
@media (max-width: 760px) {
  .app-shell { display: block; }
  .sidebar { transform: translateX(-105%); transition: .3s ease; box-shadow: 15px 0 50px rgba(0,0,0,.2); }
  .sidebar.open { transform: translateX(0); }
  main { width: 100%; }
  .mobile-menu { display: block; margin-right: 12px; }
  .topbar { height: 66px; padding: 0 16px; }
  .search, .icon-button { display: none; }
  .content { padding: 32px 16px 20px; }
  .intro { align-items: flex-start; flex-direction: column; }
  .intro h1 { letter-spacing: -2.5px; }
  .intro h1 em::before { display: none; }
  .sync-card { width: 100%; }
  .metric-grid { margin-top: 25px; grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: 1fr; }
  .provider-card-grid, .provider-card-grid.compact, .provider-switcher { grid-template-columns: 1fr; }
  .provider-landing { width: min(100vw - 28px, 620px); padding: 32px 0 22px; }
  .provider-landing-grid { grid-template-columns: 1fr; }
  .provider-landing h1 { letter-spacing: -3px; }
  .provider-landing-brand { align-items: flex-start; flex-direction: column; }
  .provider-landing-footer { align-items: flex-start; flex-direction: column; }
  .provider-preview-panel { grid-template-columns: 1fr; }
  .baseline-controls { grid-template-columns: 1fr; }
  .monitoring-row { min-width: 1060px; }
  .monitoring-row.alarm-row { min-width: 0; grid-template-columns: minmax(0, 1fr) .8fr 20px; }
  .monitoring-row.alarm-row > span:nth-child(2), .monitoring-row.monitoring-heading.alarm-row > span:nth-child(2) { display: none; }
  .finding { grid-template-columns: 1.7fr .8fr 20px; }
  .finding > span:nth-child(2), .finding.heading > span:nth-child(2) { display: none; }
  .opportunity-visual { align-items: flex-start; flex-direction: column; padding: 25px 0; }
  .site-footer { gap: 14px; align-items: flex-start; flex-direction: column; }
  .site-footer div { align-items: flex-start; flex-direction: column; }
  .connect-modal { padding: 27px 20px; }
  .modal-actions, .trust-row, .connection-management-actions { align-items: stretch; flex-direction: column; }
  .connect-submit { width: 100%; }
  .ai-fab { right: 16px; bottom: 16px; }
  .ai-panel { right: 16px; bottom: 90px; max-height: calc(100vh - 110px); }
  .ai-composer { grid-template-columns: 1fr; }
}
