/* Opselith 2.3 unified product UI layer.
   Purpose: one final authority for the public homepage, application shell,
   Command Center and all seven tool workspaces. */

:root{
  --os-bg:#050c13;
  --os-bg-soft:#07131c;
  --os-surface:#091821;
  --os-surface-2:#0c1e29;
  --os-surface-hover:#123244;
  --os-line:#1f4050;
  --os-line-strong:#356b80;
  --os-text:#edf7fa;
  --os-body:#a8bdc7;
  --os-muted:#78929f;
  --os-cyan:#61e9f5;
  --os-cyan-strong:#8ef5fb;
  --os-purple:#ad92ff;
  --os-green:#69ddb7;
  --os-gold:#e4bd65;
  --os-radius:12px;
  --os-radius-lg:16px;
  --os-shadow:0 18px 48px rgba(0,0,0,.24);
  --os-sidebar:244px;
  --os-topbar:64px;
  --os-workspace:1460px;
  --os-reading:780px;
}

/* ---------- Shared interaction + readability ---------- */
body.os-app-shell{
  min-height:100vh;
  background:var(--os-bg);
  color:var(--os-text);
  font-size:15px;
}
body.os-app-shell *,body.home:not(.os-app-shell) *{scrollbar-color:#244a5a #07131c}
body.os-app-shell a,body.os-app-shell button,body.os-app-shell input,body.os-app-shell select,body.os-app-shell textarea{
  transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease;
}
body.os-app-shell a:focus-visible,body.os-app-shell button:focus-visible,body.os-app-shell input:focus-visible,body.os-app-shell select:focus-visible,body.os-app-shell textarea:focus-visible{
  outline:2px solid var(--os-cyan);
  outline-offset:2px;
}
body.os-app-shell .btn,body.os-app-shell button{
  min-height:42px;
  border:1px solid #2d5668;
  border-radius:9px;
  padding:9px 14px;
  background:#0d2532;
  color:#e8f5f8;
  font-size:14px;
  font-weight:750;
  line-height:1.15;
  box-shadow:none;
}
body.os-app-shell .btn:hover,body.os-app-shell button:hover{
  background:#16394a;
  border-color:#4d8da5;
  color:#fff;
  transform:translateY(-1px);
}
body.os-app-shell .btn.primary,body.os-app-shell button.primary{
  background:#dff5f9;
  border-color:#e7fbfd;
  color:#061018;
}
body.os-app-shell .btn.primary:hover,body.os-app-shell button.primary:hover{
  background:#fff;
  border-color:#fff;
  color:#061018;
  box-shadow:0 10px 28px rgba(97,233,245,.12);
}
body.os-app-shell button:disabled,body.os-app-shell .btn[aria-disabled="true"]{
  opacity:.48;
  cursor:not-allowed;
  transform:none!important;
  box-shadow:none!important;
}
body.os-app-shell input,body.os-app-shell select,body.os-app-shell textarea{
  background:#06121a;
  border-color:#2b4f60;
  color:var(--os-text);
  font-size:14px;
}
body.os-app-shell input:hover,body.os-app-shell select:hover,body.os-app-shell textarea:hover{border-color:#3e7288}
body.os-app-shell input:focus,body.os-app-shell select:focus,body.os-app-shell textarea:focus{
  border-color:var(--os-cyan);
  box-shadow:0 0 0 3px rgba(97,233,245,.08);
}
body.os-app-shell p{color:var(--os-body)}
body.os-app-shell .workspace-kicker,
body.os-app-shell .section-index,
body.os-app-shell .os23-kicker,
body.os-app-shell .os20-filter-title,
body.os-app-shell .panel-label{
  font-size:10px;
  line-height:1.2;
  letter-spacing:.13em;
}

/* ---------- Application shell ---------- */
body.os-app-shell>header,body.os-app-shell>footer{display:none!important}
.ops-app-shell{min-height:100vh;display:grid;grid-template-columns:var(--os-sidebar) minmax(0,1fr)}
.ops-sidebar{
  position:sticky;top:0;z-index:80;height:100vh;
  display:flex;flex-direction:column;
  padding:18px 14px 16px;
  border-right:1px solid #18313f;
  background:linear-gradient(180deg,#07131d 0,#061019 76%,#050d14 100%);
}
.ops-sidebar-brand{height:50px;display:flex;align-items:center;padding:0 8px 14px;border-bottom:1px solid #17303f}
.ops-sidebar-brand img{display:block;width:138px;height:auto}
.ops-side-label{margin:22px 10px 8px;color:#698594;font:800 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.15em;text-transform:uppercase}
.ops-side-nav{display:grid;gap:4px}
.ops-side-link{
  min-height:42px;display:flex;align-items:center;gap:10px;
  padding:8px 11px;border:1px solid transparent;border-radius:9px;
  color:#b5c8d1;font-size:14px;text-decoration:none;
}
.ops-side-link:hover,.ops-side-link:focus-visible{background:#102d3d;border-color:#32697f;color:#f4fcfe;box-shadow:inset 2px 0 0 rgba(97,233,245,.4)}
.ops-side-link.active{background:linear-gradient(90deg,#0c6484,#0c3b50);border-color:#1d84a7;color:#fff;box-shadow:inset 3px 0 0 var(--os-cyan)}
.ops-side-icon{width:22px;text-align:center;color:#9ab3bf;font:700 12px ui-monospace,SFMono-Regular,Consolas,monospace}
.ops-side-link.active .ops-side-icon{color:var(--os-cyan-strong)}
.ops-side-bottom{margin-top:auto;padding:12px;border:1px solid #1d3d4c;border-radius:11px;background:#07151e}
.ops-side-bottom strong{display:block;margin-bottom:7px;color:#c6d8df;font-size:11px}
.ops-side-bottom span{display:block;color:#78929f;font-size:11px;line-height:1.65}
.ops-side-bottom span::before{content:'✓';margin-right:7px;color:var(--os-green)}
.ops-main{min-width:0;min-height:100vh}
.ops-topbar{
  position:sticky;top:0;z-index:70;height:var(--os-topbar);
  display:flex;align-items:center;gap:16px;
  padding:0 24px;border-bottom:1px solid #18313f;
  background:rgba(5,13,20,.94);backdrop-filter:blur(14px);
}
.ops-topbar-context{min-width:185px;color:#e4f0f3;font-size:14px;font-weight:780;white-space:nowrap}
.ops-topbar-context small{display:block;margin-top:2px;color:#668291;font:750 9px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.11em;text-transform:uppercase}
.ops-top-search{flex:1;max-width:620px;display:flex;align-items:center;gap:9px;padding:4px 7px 4px 12px;border:1px solid #244a5c;border-radius:9px;background:#06121a}
.ops-top-search>span{color:#a7bdc6;font-size:13px}
.ops-top-search input{height:34px;padding:0;border:0!important;background:transparent!important;box-shadow:none!important;font-size:14px!important}
.ops-top-search input::placeholder{color:#6f8996}
.ops-top-search kbd{padding:5px 7px;border:1px solid #2b5365;border-radius:6px;background:#0a1b25;color:#91a9b5;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace}
.ops-top-status{margin-left:auto;display:flex;align-items:center;gap:7px}
.ops-status{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid #1c3c4b;border-radius:999px;background:#07151e;color:#91aab6;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.06em;text-transform:uppercase}
.ops-status i{width:6px;height:6px;border-radius:50%;background:var(--os-green);box-shadow:0 0 10px rgba(105,221,183,.35)}
.ops-status.purple i{background:var(--os-purple)}
.ops-top-links{display:flex;align-items:center;gap:3px;margin-left:4px}
.ops-top-links a{padding:8px 9px;border:1px solid transparent;border-radius:8px;color:#9eb5bf;font-size:12px;text-decoration:none}
.ops-top-links a:hover,.ops-top-links a:focus-visible{background:#102f40;border-color:#346b81;color:#f5fcfe}
.ops-top-links .ops-top-link-featured{border-color:#27576a;background:#0b202c;color:#c9f8fb}
.ops-content{min-width:0}
.ops-mobile-menu{display:none;width:36px;height:36px;padding:0;border:1px solid #2a5668!important;background:#0a1c27!important;color:#e8f5f8!important}

/* ---------- Public homepage ---------- */
body.home:not(.os-app-shell){background:#050c13}
body.home:not(.os-app-shell) .home-hero{background:radial-gradient(circle at 78% 24%,rgba(97,233,245,.08),transparent 24%),radial-gradient(circle at 100% 0,rgba(130,105,255,.08),transparent 30%),#050d14}
body.home:not(.os-app-shell) .hero-layout{max-width:1360px;min-height:535px;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:76px}
body.home:not(.os-app-shell) .hero-copy{padding:58px 0 52px}
body.home:not(.os-app-shell) .hero-label{font-size:10px;letter-spacing:.15em;color:#8fa8b4}
body.home:not(.os-app-shell) .hero-copy h1{max-width:760px;margin:20px 0 18px;font-size:clamp(52px,5.4vw,76px);line-height:.98;letter-spacing:-.055em;color:#f2f8fa}
body.home:not(.os-app-shell) .hero-copy h1 span{background:none;-webkit-background-clip:initial;color:#78e5f2}
body.home:not(.os-app-shell) .hero-copy>p{max-width:650px;font-size:17px;line-height:1.6;color:#a9bdc7}
body.home:not(.os-app-shell) .hero-cta{margin-top:24px}
body.home:not(.os-app-shell) .hero-cta .btn{min-height:44px;border-radius:9px;font-size:14px}
body.home:not(.os-app-shell) .hero-cta .btn.primary{background:#e1f5f8;color:#061018;border-color:#ecfbfd}
body.home:not(.os-app-shell) .hero-cta .btn.primary:hover{background:#fff}
body.home:not(.os-app-shell) .hero-cta .btn.ghost:hover{background:#15384a;border-color:#4c8ca4;color:#fff}
body.home:not(.os-app-shell) .hero-trust{margin-top:24px;font-size:12px}
body.home:not(.os-app-shell) .hero-mark{height:330px}
body.home:not(.os-app-shell) .hero-mark .os20-terminal{border-color:#31596b;background:linear-gradient(145deg,#07131c,#0a1b25);box-shadow:0 24px 70px rgba(0,0,0,.34)}
body.home:not(.os-app-shell) .hero-mark .os20-terminal code{font-size:13px;line-height:1.85}
body.home:not(.os-app-shell) .tool-zone,
body.home:not(.os-app-shell) .roadmap-zone,
body.home:not(.os-app-shell) .role-zone{padding-top:68px;padding-bottom:72px}
body.home:not(.os-app-shell) .featured-zone{padding-top:62px;padding-bottom:66px}
body.home:not(.os-app-shell) .principle-zone{padding-top:72px;padding-bottom:74px}
body.home:not(.os-app-shell) .section-split{margin-bottom:30px}
body.home:not(.os-app-shell) .section-split h2{font-size:clamp(34px,3.6vw,50px);letter-spacing:-.04em}
body.home:not(.os-app-shell) .section-split>p{font-size:15px;line-height:1.65}

/* ---------- Command Center ---------- */
body.home:not(.os-app-shell) #command-center{display:none}
body.os-app-shell.home.os-command-state .ops-content>main>section{display:none!important}
body.os-app-shell.home.os-command-state .ops-content>main>#command-center{display:block!important;min-height:calc(100vh - var(--os-topbar));padding:0 0 64px;background:radial-gradient(circle at 90% 0,rgba(97,233,245,.035),transparent 24%),var(--os-bg)}
body.os-app-shell.home .ops-content>main{width:100%;max-width:none;padding:0}
body.os-app-shell.home.command-center .home-hero{display:none!important}
body.os-app-shell.home.command-center .os23-command-center>.wrap{width:min(var(--os-workspace),calc(100% - 64px));max-width:none;padding:30px 0 0}
body.os-app-shell.home.command-center .os23-tool-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;margin:0 0 18px}
body.os-app-shell.home.command-center .os23-tool-head .section-index{display:block;margin-bottom:7px;color:#6f8d9a}
body.os-app-shell.home.command-center .os23-tool-head h2{margin:0;font-size:clamp(32px,3.2vw,42px);line-height:1.04;letter-spacing:-.04em;color:#f1f8fa}
body.os-app-shell.home.command-center .os23-tool-head h2 span{color:#f1f8fa}
body.os-app-shell.home.command-center .os23-tool-head p{max-width:540px;margin:0 0 2px;font-size:15px;line-height:1.55;color:#9fb5bf;text-align:right}
body.os-app-shell.home.command-center .os20-hero-statbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:700px;margin:0 0 22px;padding:0;border:1px solid #1f4252;border-radius:11px;background:#07151e;overflow:hidden}
body.os-app-shell.home.command-center .os20-stat{min-height:58px;display:flex;align-items:center;gap:9px;padding:10px 14px;border-right:1px solid #1a3543}
body.os-app-shell.home.command-center .os20-stat:last-child{border-right:0}
body.os-app-shell.home.command-center .os20-stat strong{font-size:23px;line-height:1;color:#edf7fa}
body.os-app-shell.home.command-center .os20-stat span{color:#7895a3;font:800 9px/1.35 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.07em;text-transform:uppercase}
body.os-app-shell.home.command-center .os20-stat-pro strong{color:var(--os-gold)}
body.os-app-shell.home.command-center .os23-command-bar{display:block!important;max-width:980px;margin:0 0 14px!important}
body.os-app-shell.home.command-center .os23-top-toolsbar{display:flex;align-items:center;justify-content:space-between;margin:0 2px 10px}
body.os-app-shell.home.command-center .os23-top-tools-label{font:800 10px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.15em;color:#6f8d9a}
body.os-app-shell.home.command-center .os23-top-toolsbar a{color:#78eaf3;font-size:13px;font-weight:750}
body.os-app-shell.home.command-center .os23-top-toolsbar a:hover{color:#d5fcff}
body.os-app-shell.home.command-center .os23-tool-deck{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}
body.os-app-shell.home.command-center .os23-app-card{
  position:relative;min-width:0;min-height:225px;
  display:flex!important;flex-direction:column;align-items:stretch!important;
  padding:19px;border:1px solid #25495a;border-radius:13px;
  background:linear-gradient(145deg,#0a1a24,#07131c);overflow:hidden;
  text-align:left;
}
body.os-app-shell.home.command-center .os23-app-card::after{content:'';position:absolute;right:-70px;bottom:-78px;width:145px;height:145px;border-radius:50%;background:rgba(97,233,245,.045);pointer-events:none}
body.os-app-shell.home.command-center .os23-app-card:hover,body.os-app-shell.home.command-center .os23-app-card:focus-visible{transform:translateY(-2px);background:linear-gradient(145deg,#123142,#0b202c);border-color:#4b8aa2;box-shadow:var(--os-shadow)}
body.os-app-shell.home.command-center .os23-app-featured{
  grid-column:1/-1;min-height:260px;
  display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-template-rows:auto auto 1fr auto;
  column-gap:28px;row-gap:12px;padding:22px;
  border-color:#4a4c72;background:radial-gradient(circle at 92% 12%,rgba(173,146,255,.1),transparent 30%),linear-gradient(145deg,#101b2a,#07131c);
}
body.os-app-shell.home.command-center .os23-app-featured:hover{background:radial-gradient(circle at 92% 12%,rgba(173,146,255,.15),transparent 34%),linear-gradient(145deg,#16293b,#0b1c29);border-color:#7d74ad}
body.os-app-shell.home.command-center .os23-app-meta{display:flex;justify-content:space-between;align-items:center;margin:0 0 14px;color:#7e9aa7;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}
body.os-app-shell.home.command-center .os23-app-meta b{color:#61e7f1}
body.os-app-shell.home.command-center .os23-app-tag{color:#ad92ff}
body.os-app-shell.home.command-center .os23-app-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:14px;border:1px solid #2c5a6d;border-radius:10px;background:#07151e;color:#c5f8fb;font:800 11px ui-monospace,SFMono-Regular,Consolas,monospace}
body.os-app-shell.home.command-center .os23-app-card>strong{display:block;align-self:stretch!important;margin:0 0 7px;font-size:20px;line-height:1.15;letter-spacing:-.025em;color:#f1f8fa;text-align:left!important}
body.os-app-shell.home.command-center .os23-app-card>small{display:block;align-self:stretch!important;margin:0;font-size:14px;line-height:1.5;color:#a6bbc5;text-align:left!important}
body.os-app-shell.home.command-center .os23-featured-main{grid-column:1;grid-row:2;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:15px}
body.os-app-shell.home.command-center .os23-featured-main .os23-app-icon{width:56px;height:56px;margin:0;background:#14122b;border-color:#68579a;color:#d9d0ff;font-size:13px}
body.os-app-shell.home.command-center .os23-featured-main strong{display:block;margin:1px 0 7px;font-size:27px;line-height:1.08;letter-spacing:-.035em;color:#f2f8fa}
body.os-app-shell.home.command-center .os23-featured-main small{display:block;max-width:590px;font-size:15px;line-height:1.55;color:#acbec7}
body.os-app-shell.home.command-center .os23-builder-mini{grid-column:1;grid-row:3;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:4px 0 0}
body.os-app-shell.home.command-center .os23-builder-mini>div{min-height:70px;padding:10px;border:1px solid #264c5d;border-radius:9px;background:#091a24}
body.os-app-shell.home.command-center .os23-builder-mini b{display:block;color:#61e7f1;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace}
body.os-app-shell.home.command-center .os23-builder-mini span{display:block;margin-top:6px;color:#edf7fa;font-size:13px;font-weight:800}
body.os-app-shell.home.command-center .os23-builder-mini small{display:block;margin-top:3px;color:#7f99a5;font-size:11px;line-height:1.3}
body.os-app-shell.home.command-center .os23-tool-preview{position:relative!important;inset:auto!important;width:100%;min-height:70px;margin:15px 0 0;padding:10px 11px;border:1px solid #285063;border-radius:9px;background:#06131c;box-shadow:none;overflow:hidden;pointer-events:none}
body.os-app-shell.home.command-center .os23-app-featured .os23-preview-terminal{grid-column:2;grid-row:2/4;align-self:stretch;min-height:142px;margin:0;display:flex;flex-direction:column;justify-content:center;padding:18px}
body.os-app-shell.home.command-center .os23-preview-terminal span{display:block;color:#7896a3;font:700 10px ui-monospace,SFMono-Regular,Consolas,monospace}
body.os-app-shell.home.command-center .os23-preview-terminal b{display:block;margin-top:8px;color:#d6f9fc;font:800 13px ui-monospace,SFMono-Regular,Consolas,monospace}
body.os-app-shell.home.command-center .os23-preview-terminal small{display:block;margin-top:9px;color:#71dfbc;font:700 11px ui-monospace,SFMono-Regular,Consolas,monospace}
body.os-app-shell.home.command-center .os23-preview-csv{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 8px}
body.os-app-shell.home.command-center .os23-preview-csv span,body.os-app-shell.home.command-center .os23-preview-csv b{font:700 10px ui-monospace,SFMono-Regular,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.os-app-shell.home.command-center .os23-preview-csv span{color:#809ba8}body.os-app-shell.home.command-center .os23-preview-csv b{color:#d5eef3}
body.os-app-shell.home.command-center .os23-preview-doctor{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px}
body.os-app-shell.home.command-center .os23-preview-doctor span,body.os-app-shell.home.command-center .os23-preview-doctor b{font:700 10px ui-monospace,SFMono-Regular,Consolas,monospace}
body.os-app-shell.home.command-center .os23-preview-doctor span{color:#809ba8}body.os-app-shell.home.command-center .os23-preview-doctor b{color:#f0ca70}
body.os-app-shell.home.command-center .os23-preview-convert{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;text-align:center}
body.os-app-shell.home.command-center .os23-preview-convert span{font:700 10px ui-monospace,SFMono-Regular,Consolas,monospace;color:#bad7df}
body.os-app-shell.home.command-center .os23-preview-convert b{color:#61e7f1}.os23-preview-convert small{grid-column:1/-1;text-align:left}
body.os-app-shell.home.command-center .os23-preview-key span,body.os-app-shell.home.command-center .os23-preview-key b,body.os-app-shell.home.command-center .os23-preview-key small{display:block;font:700 10px ui-monospace,SFMono-Regular,Consolas,monospace}
body.os-app-shell.home.command-center .os23-preview-key span{color:#c9f4f7;letter-spacing:.08em}body.os-app-shell.home.command-center .os23-preview-key b{margin-top:6px;color:#70dfba}body.os-app-shell.home.command-center .os23-preview-key small{margin-top:3px;color:#7994a1}
body.os-app-shell.home.command-center .os23-open-tool{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:40px;margin-top:auto;padding:8px 10px;border:1px solid #2d586a;border-radius:9px;background:#0b202b;color:#e0f1f5;font-size:13px;font-weight:800}
body.os-app-shell.home.command-center .os23-tool-preview+.os23-open-tool{margin-top:14px}
body.os-app-shell.home.command-center .os23-app-card:hover .os23-open-tool{background:#174054;border-color:#5a9ab1;color:#fff}
body.os-app-shell.home.command-center .os23-featured-bottom{grid-column:1/-1;grid-row:4;display:flex;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid #1f3c4b;color:#829ca8;font:800 10px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.05em;text-transform:uppercase}
body.os-app-shell.home.command-center .os23-featured-bottom span:last-child{color:#c9f6f8}
body.os-app-shell.home.command-center .os23-command-lower{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:18px}
body.os-app-shell.home.command-center .os23-panel{min-height:180px;padding:18px;border:1px solid #24495a;border-radius:13px;background:#081721}
body.os-app-shell.home.command-center .os23-panel .os23-kicker{display:block;margin-bottom:12px;color:#7693a0}
body.os-app-shell.home.command-center .os23-list{display:grid;gap:8px}
body.os-app-shell.home.command-center .os23-item{display:flex;align-items:center;gap:9px;padding:9px 10px;border:1px solid #1f4050;border-radius:9px;background:#07151e}
body.os-app-shell.home.command-center .os23-item:hover{background:#103143;border-color:#3e7b92}
body.os-app-shell.home.command-center .os23-item-main{min-width:0;flex:1;text-decoration:none;color:inherit}
body.os-app-shell.home.command-center .os23-item-icon{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #2b5668;border-radius:8px;background:#0a1a24;color:#c7f7fb;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace}
body.os-app-shell.home.command-center .os23-item-copy strong{display:block;font-size:14px;line-height:1.25;color:#eef8fa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.os-app-shell.home.command-center .os23-item-copy small{display:block;margin-top:4px;font-size:13px;line-height:1.35;color:#829da9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.os-app-shell.home.command-center .os23-item-copy em{display:block;margin-top:3px;color:#64828f;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.06em;text-transform:uppercase;font-style:normal}
body.os-app-shell.home.command-center .os23-item-actions{display:flex;gap:4px}
body.os-app-shell.home.command-center .os23-star,body.os-app-shell.home.command-center .os23-item-open{width:30px;height:30px;min-height:30px;padding:0;border-radius:8px}
body.os-app-shell.home.command-center .os23-command-lower .os23-empty{font-size:14px;line-height:1.5;color:#91aab5}
body.os-app-shell.home.command-center .os23-library-count{display:flex;align-items:center;gap:12px;margin-top:6px}
body.os-app-shell.home.command-center .os23-library-count strong{font-size:38px;line-height:1;color:#f1f8fa}
body.os-app-shell.home.command-center .os23-library-count span{font-size:12px;line-height:1.45;color:#91a9b4}
body.os-app-shell.home.command-center .os23-library-panel .btn{margin-top:18px}
body.os-app-shell.home.command-center .os23-library-zone{display:none}

/* Command Center states */
body.os-app-shell.home.ops-view-favorites .os20-hero-statbar,
body.os-app-shell.home.ops-view-favorites .os23-tool-deck,
body.os-app-shell.home.ops-view-recent .os20-hero-statbar,
body.os-app-shell.home.ops-view-recent .os23-tool-deck{display:none!important}
body.os-app-shell.home.ops-view-favorites .os23-command-lower,
body.os-app-shell.home.ops-view-recent .os23-command-lower{grid-template-columns:1fr!important}
body.os-app-shell.home.ops-view-favorites .os23-command-lower>.os23-panel,
body.os-app-shell.home.ops-view-recent .os23-command-lower>.os23-panel{display:none!important}
body.os-app-shell.home.ops-view-favorites .os23-command-lower>.os23-favorite-panel,
body.os-app-shell.home.ops-view-recent .os23-command-lower>.os23-recent-panel{display:block!important;min-height:280px}
body.os-app-shell.home.ops-view-tools .os23-command-lower{display:none!important}

/* ---------- Tool workspaces ---------- */
body.os-app-shell .tool-commandbar{display:none!important}
body.os-app-shell.tool-app .ops-content>main.wrap{
  width:min(var(--os-workspace),calc(100% - 64px));
  max-width:none;margin:0 auto;padding:0 0 72px;
}
body.os-app-shell.tool-app .tool-app-main>.tool-hero{
  min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;
  padding:30px 4px 22px!important;margin:0;text-align:left;
}
body.os-app-shell.tool-app .tool-hero .eyebrow{display:inline-block;padding:0;border:0;border-radius:0;color:#77dce8;font:800 10px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}
body.os-app-shell.tool-app .tool-hero h1{margin:8px 0 7px!important;font-size:clamp(36px,3.6vw,48px)!important;line-height:1.04;letter-spacing:-.045em!important;color:#f1f8fa}
body.os-app-shell.tool-app .tool-hero p{max-width:var(--os-reading);margin:0;font-size:15px!important;line-height:1.58;color:#9fb5bf}
body.os-app-shell.tool-app .tool-hero-status{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;margin:0 0 4px}
/* Flat tool heroes use one consistent left title stack with status on the right. */
body.os-app-shell.tool-app .tool-app-main>.tool-hero>.eyebrow{grid-column:1;grid-row:1;align-self:end}
body.os-app-shell.tool-app .tool-app-main>.tool-hero>h1{grid-column:1;grid-row:2}
body.os-app-shell.tool-app .tool-app-main>.tool-hero>p{grid-column:1;grid-row:3}
body.os-app-shell.tool-app .tool-app-main>.tool-hero>.tool-hero-status{grid-column:2;grid-row:1 / 4;align-self:center}
body.os-app-shell.tool-app .tool-badge{padding:6px 9px;border:1px solid #2a5061;border-radius:999px;background:#07151e;color:#9db4bf;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.05em}
body.os-app-shell.tool-app .tool-badge.local{border-color:#255448;color:#78deb9}
body.os-app-shell.tool-app .tool-badge.pro{border-color:#66552d;color:#e4bd65}
body.os-app-shell.tool-app .tool-workspace,
body.os-app-shell.tool-app .workspace-card,
body.os-app-shell.tool-app .os20-builder-workbench,
body.os-app-shell.tool-app .doctor-diagnosis,
body.os-app-shell.tool-app .doctor-config,
body.os-app-shell.tool-app .doctor-output,
body.os-app-shell.tool-app .converter-guide,
body.os-app-shell.tool-app .seo-copy,
body.os-app-shell.tool-app .tool-nav-cta{
  border-color:#24495a!important;
  background:linear-gradient(145deg,#091821,#07131c)!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
body.os-app-shell.tool-app .tool-workspace{font-size:14px}
body.os-app-shell.tool-app .tool-workspace-head,
body.os-app-shell.tool-app .password-workspace-head,
body.os-app-shell.tool-app .jwt-workspace-head{padding:20px 22px 16px!important;background:#081720!important;border-bottom:1px solid #1b3745!important}
body.os-app-shell.tool-app .tool-workspace-head h2,
body.os-app-shell.tool-app .password-workspace-head h2,
body.os-app-shell.tool-app .jwt-workspace-head h2,
body.os-app-shell.tool-app .tool-section-head h2{font-size:20px!important;line-height:1.2;color:#edf7fa}
body.os-app-shell.tool-app .tool-workspace-head p,
body.os-app-shell.tool-app .password-workspace-head p,
body.os-app-shell.tool-app .jwt-workspace-head p{margin-top:5px!important;font-size:14px!important;line-height:1.5;color:#8fa8b4!important}
body.os-app-shell.tool-app .workspace-state{font-size:10px!important}
body.os-app-shell.tool-app .tool-section-head{gap:16px}
body.os-app-shell.tool-app .section-hint{font-size:12px;line-height:1.45;color:#77909d}
body.os-app-shell.tool-app .tool-workspace label{font-size:13px;color:#a7bac3}
body.os-app-shell.tool-app .tool-workspace input,body.os-app-shell.tool-app .tool-workspace select,body.os-app-shell.tool-app .tool-workspace textarea{font-size:14px}
body.os-app-shell.tool-app .status{font-size:13px;line-height:1.45}
body.os-app-shell.tool-app .drop-zone,
body.os-app-shell.tool-app .csv-dropzone,
body.os-app-shell.tool-app .converter-dropzone,
body.os-app-shell.tool-app .doctor-dropzone{background:radial-gradient(circle at 50% 0,rgba(97,233,245,.06),transparent 52%),#07151e;border-color:#315d70}
body.os-app-shell.tool-app .drop-zone:hover,
body.os-app-shell.tool-app .csv-dropzone:hover,
body.os-app-shell.tool-app .converter-dropzone:hover,
body.os-app-shell.tool-app .doctor-dropzone:hover{background:radial-gradient(circle at 50% 0,rgba(97,233,245,.1),transparent 55%),#0d2633;border-color:#58a0b8}
body.os-app-shell.tool-app .csv-dropzone>span,
body.os-app-shell.tool-app .converter-dropzone>span,
body.os-app-shell.tool-app .doctor-dropzone>span,
body.os-app-shell.tool-app .drop-zone>span{font-size:13px!important;line-height:1.5;color:#91aab5!important}
body.os-app-shell.tool-app .converter-step strong,
body.os-app-shell.tool-app .password-step strong,
body.os-app-shell.tool-app .jwt-step strong{font-size:14px!important}
body.os-app-shell.tool-app .converter-step small,
body.os-app-shell.tool-app .password-step small,
body.os-app-shell.tool-app .jwt-step small{font-size:12px!important;line-height:1.4}
body.os-app-shell.tool-app .converter-grid{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)}
body.os-app-shell.tool-app .converter-input-panel,
body.os-app-shell.tool-app .converter-config-panel,
body.os-app-shell.tool-app .converter-output-panel{padding:22px 24px}
body.os-app-shell.tool-app .converter-output-panel textarea{font-size:13px;line-height:1.6}
body.os-app-shell.tool-app .converter-note{font-size:12px;line-height:1.5}
body.os-app-shell.tool-app .password-check-grid small,
body.os-app-shell.tool-app .password-generate-bar span{font-size:12px;line-height:1.45}
body.os-app-shell.tool-app .jwt-section-head p,
body.os-app-shell.tool-app .jwt-result-head p,
body.os-app-shell.tool-app .jwt-limitation,
body.os-app-shell.tool-app .jwt-check-panel .risk{font-size:13px;line-height:1.5}
body.os-app-shell.tool-app .jwt-input-panel textarea,body.os-app-shell.tool-app .jwt-result-panel textarea{font-size:13px;line-height:1.6}
body.os-app-shell.tool-app .tool-nav-cta{margin-top:20px;padding:24px 26px}
body.os-app-shell.tool-app .tool-nav-cta h2{font-size:24px;letter-spacing:-.03em}
body.os-app-shell.tool-app .tool-nav-cta p{font-size:14px}
body.os-app-shell.tool-app .seo-copy{margin-top:20px;padding:24px 26px}
body.os-app-shell.tool-app .seo-copy h2{font-size:24px}
body.os-app-shell.tool-app .seo-copy p,body.os-app-shell.tool-app .seo-copy li{font-size:14px;line-height:1.65}

/* PowerShell: direct workbench, not a landing page inside the app. */
body.os-app-shell.tool-app .builder-page{width:100%;max-width:none;padding-top:0}
body.os-app-shell.tool-app .builder-page>.tool-hero{padding-bottom:18px!important}
body.os-app-shell.tool-app .os20-builder-intro{margin:0 0 16px;padding:14px 16px!important;border:1px solid #254b5c!important;background:#081720!important;border-radius:12px!important}
body.os-app-shell.tool-app .os20-builder-kicker{display:none!important}
body.os-app-shell.tool-app .os20-builder-head{display:none!important}
body.os-app-shell.tool-app .os20-builder-facts{display:none!important}
body.os-app-shell.tool-app .os20-builder-flow{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0!important}
body.os-app-shell.tool-app .os20-builder-flow>div{min-height:58px!important;padding:9px 11px!important;border:1px solid #244a5b!important;border-radius:9px!important;background:#091a24!important}
body.os-app-shell.tool-app .os20-builder-flow b{font-size:9px!important;color:#61e7f1}
body.os-app-shell.tool-app .os20-builder-flow strong{font-size:13px!important;color:#edf7fa}
body.os-app-shell.tool-app .os20-builder-flow span{font-size:12px!important;line-height:1.35;color:#809aa7!important}
body.os-app-shell.tool-app .os20-builder-workbench{margin-top:0!important;overflow:hidden}
body.os-app-shell.tool-app .os20-workbench-head{padding:20px 22px 16px!important;background:#081720;border-bottom:1px solid #1b3846}
body.os-app-shell.tool-app .os20-workbench-head h2{margin:5px 0 4px!important;font-size:24px!important;letter-spacing:-.03em}
body.os-app-shell.tool-app .os20-workbench-head p{font-size:14px!important;line-height:1.5;color:#8fa8b4!important}
body.os-app-shell.tool-app .os20-workbench-stat{min-width:150px;padding:9px 12px;border:1px solid #2a5263;border-radius:9px;background:#07151e}
body.os-app-shell.tool-app .os20-workbench-stat strong{font-size:15px!important}
body.os-app-shell.tool-app .os20-workbench-search{padding:14px 22px!important;background:#07151e;border-bottom:1px solid #1b3846}
body.os-app-shell.tool-app .os20-workbench-search .field{margin:0}
body.os-app-shell.tool-app .os20-workbench-search input{min-height:42px}
body.os-app-shell.tool-app .os20-workbench-body{grid-template-columns:250px minmax(0,1fr)}
body.os-app-shell.tool-app .os20-builder-sidebar{border-right:1px solid #1b3846;background:#07151e;padding:16px!important}
body.os-app-shell.tool-app .os20-primary-library .cat,body.os-app-shell.tool-app .os20-catnav .cat{min-height:38px;font-size:13px}
body.os-app-shell.tool-app .os20-workflow-button{min-height:40px;font-size:14px!important}
body.os-app-shell.tool-app .os20-library-main{padding:16px 18px 20px!important}
body.os-app-shell.tool-app .os20-library-bar{font-size:12px!important;color:#809aa7}
body.os-app-shell.tool-app .os20-script-grid{gap:9px!important}
body.os-app-shell.tool-app .os20-script-grid .script{min-height:104px!important;padding:13px!important;border-color:#244a5b!important;background:#091a24!important}
body.os-app-shell.tool-app .os20-script-grid .script:hover{background:#123142!important;border-color:#4b8aa2!important}
body.os-app-shell.tool-app .os20-script-grid .script b{font-size:15px!important;line-height:1.3}
body.os-app-shell.tool-app .os20-script-grid .script small{font-size:13px!important;line-height:1.45;color:#91a9b4!important}
body.os-app-shell.tool-app .os20-selected-workspace{margin-top:16px}

/* ---------- Responsive ---------- */
@media(max-width:1280px){
  :root{--os-sidebar:218px}
  .ops-top-status{display:none}
  .ops-top-links{display:none}
  body.os-app-shell.home.command-center .os23-command-center>.wrap,
  body.os-app-shell.tool-app .ops-content>main.wrap{width:min(1180px,calc(100% - 48px))}
}
@media(max-width:980px){
  body.os-app-shell.home.command-center .os23-tool-deck{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.os-app-shell.home.command-center .os23-app-featured{grid-column:1/-1;grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto}
  body.os-app-shell.home.command-center .os23-featured-main{grid-column:1;grid-row:2}
  body.os-app-shell.home.command-center .os23-builder-mini{grid-column:1;grid-row:3}
  body.os-app-shell.home.command-center .os23-app-featured .os23-preview-terminal{grid-column:1;grid-row:4;min-height:95px}
  body.os-app-shell.home.command-center .os23-featured-bottom{grid-column:1;grid-row:5}
  body.os-app-shell.home.command-center .os23-command-lower{grid-template-columns:1fr 1fr}
  body.os-app-shell.tool-app .converter-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
  :root{--os-sidebar:0;--os-topbar:60px}
  .ops-app-shell{display:block}
  .ops-sidebar{position:fixed;left:0;top:0;width:280px;transform:translateX(-103%);transition:transform .2s ease;box-shadow:20px 0 55px rgba(0,0,0,.42)}
  body.os-side-open .ops-sidebar{transform:translateX(0)}
  .ops-mobile-menu{display:inline-flex}
  .ops-topbar{height:var(--os-topbar);padding:0 14px;gap:10px}
  .ops-topbar-context{min-width:0}
  .ops-topbar-context small{display:none}
  .ops-top-search{display:none}
  .ops-top-status{display:flex;margin-left:auto}
  .ops-top-status .ops-status:nth-child(2){display:none}
  body.os-app-shell.home.command-center .os23-command-center>.wrap,
  body.os-app-shell.tool-app .ops-content>main.wrap{width:calc(100% - 30px)!important}
  body.os-app-shell.home.command-center .os23-tool-head{grid-template-columns:1fr;gap:8px}
  body.os-app-shell.home.command-center .os23-tool-head p{text-align:left}
  body.os-app-shell.home.command-center .os20-hero-statbar{grid-template-columns:1fr 1fr;max-width:none}
  body.os-app-shell.home.command-center .os20-stat:nth-child(2){border-right:0}
  body.os-app-shell.home.command-center .os20-stat:nth-child(-n+2){border-bottom:1px solid #1a3543}
  body.os-app-shell.tool-app .tool-app-main>.tool-hero{grid-template-columns:1fr;gap:8px;padding-top:24px!important}
  body.os-app-shell.tool-app .tool-app-main>.tool-hero>.eyebrow,
  body.os-app-shell.tool-app .tool-app-main>.tool-hero>h1,
  body.os-app-shell.tool-app .tool-app-main>.tool-hero>p,
  body.os-app-shell.tool-app .tool-app-main>.tool-hero>.tool-hero-status{grid-column:1;grid-row:auto}
  body.os-app-shell.tool-app .tool-hero-status{justify-content:flex-start;margin-top:4px}
  body.os-app-shell.tool-app .os20-workbench-body{grid-template-columns:1fr}
  body.os-app-shell.tool-app .os20-builder-sidebar{border-right:0;border-bottom:1px solid #1b3846}
}
@media(max-width:620px){
  body.home:not(.os-app-shell) .hero-layout{grid-template-columns:1fr;min-height:auto}
  body.home:not(.os-app-shell) .hero-copy{padding:42px 0 34px}
  body.home:not(.os-app-shell) .hero-copy h1{font-size:46px}
  body.home:not(.os-app-shell) .hero-mark{display:none}
  body.os-app-shell.home.command-center .os23-command-center>.wrap,
  body.os-app-shell.tool-app .ops-content>main.wrap{width:calc(100% - 24px)!important}
  body.os-app-shell.home.command-center .os23-tool-deck{grid-template-columns:1fr}
  body.os-app-shell.home.command-center .os23-builder-mini{grid-template-columns:1fr 1fr}
  body.os-app-shell.home.command-center .os23-command-lower{grid-template-columns:1fr}
  body.os-app-shell.tool-app .tool-hero h1{font-size:38px!important}
  body.os-app-shell.tool-app .os20-builder-flow{grid-template-columns:1fr 1fr!important}
  body.os-app-shell.tool-app .converter-input-panel,
  body.os-app-shell.tool-app .converter-config-panel,
  body.os-app-shell.tool-app .converter-output-panel{padding:18px 16px}
}

/* ========================================================================== */
/* P0.5F - Approved software-product mockup implementation                    */
/* ========================================================================== */

/* ---------- Public homepage: one calm product story ---------- */
body.home:not(.os-app-shell)>header{
  position:sticky;top:0;z-index:80;
  border-bottom:1px solid #142b38;
  background:rgba(5,13,20,.94);
  backdrop-filter:blur(16px);
}
body.home:not(.os-app-shell)>header .nav{
  width:min(1360px,calc(100% - 48px));max-width:none;min-height:62px;padding:0;
}
body.home:not(.os-app-shell)>header .brand img{width:142px;height:auto}
body.home:not(.os-app-shell)>header .tool-nav{gap:4px}
body.home:not(.os-app-shell)>header .tool-nav>a,
body.home:not(.os-app-shell)>header .tool-menu>summary{
  min-height:36px;display:inline-flex;align-items:center;padding:0 10px;border-radius:8px;
  color:#9bb0ba;font-size:13px;font-weight:650;
}
body.home:not(.os-app-shell)>header .tool-nav>a:hover,
body.home:not(.os-app-shell)>header .tool-menu>summary:hover{
  background:#0c2735;color:#f3fbfd;
}
body.home:not(.os-app-shell)>header .tester-nav{color:#eac566!important;font-weight:800!important}
body.home:not(.os-app-shell)>header .support-nav{border:1px solid #254657;background:#091923;color:#c7d7dd!important}
body.home:not(.os-app-shell)>header .os20-command{min-height:36px;padding:0 10px;border:1px solid #24495a;border-radius:8px;background:#07151e;color:#a9bdc7}

body.home:not(.os-app-shell) .home-hero{
  border-bottom:1px solid #142c39;
  background:
    radial-gradient(circle at 80% 26%,rgba(55,204,226,.075),transparent 27%),
    radial-gradient(circle at 96% 8%,rgba(145,113,255,.07),transparent 25%),
    linear-gradient(180deg,#050d14,#061019);
}
body.home:not(.os-app-shell) .hero-layout{
  width:min(1360px,calc(100% - 48px));max-width:none;min-height:455px;
  grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);gap:74px;align-items:center;
}
body.home:not(.os-app-shell) .hero-copy{padding:52px 0 50px}
body.home:not(.os-app-shell) .hero-label{font-size:10px;color:#7fdde7;letter-spacing:.17em}
body.home:not(.os-app-shell) .hero-copy h1{
  max-width:720px;margin:17px 0 14px;font-size:clamp(48px,4.7vw,68px);line-height:1.01;letter-spacing:-.052em;
}
body.home:not(.os-app-shell) .hero-copy h1 span{color:#69dcea}
body.home:not(.os-app-shell) .hero-copy>p{max-width:590px;font-size:16px;line-height:1.55;color:#a6bbc4}
body.home:not(.os-app-shell) .hero-cta{display:flex;gap:10px;margin-top:23px}
body.home:not(.os-app-shell) .hero-cta .btn{min-height:48px;padding:0 18px;border-radius:9px;font-size:14px;font-weight:800}
body.home:not(.os-app-shell) .hero-cta .btn.primary{
  background:linear-gradient(180deg,#aaf4fb,#6de5f2);border-color:#9cf1f8;color:#041118;
  box-shadow:0 12px 34px rgba(70,213,231,.13);
}
body.home:not(.os-app-shell) .hero-cta .btn.primary:hover{background:#c7f8fc;transform:translateY(-1px)}
body.home:not(.os-app-shell) .hero-cta .btn.ghost{background:#07151e;border-color:#2b5364;color:#e4f1f4}
body.home:not(.os-app-shell) .hero-trust{display:flex;flex-wrap:wrap;gap:0;margin-top:20px;color:#78939f;font-size:12px}
body.home:not(.os-app-shell) .hero-trust span{display:inline-flex;align-items:center}
body.home:not(.os-app-shell) .hero-trust span+span::before{content:'•';margin:0 14px;color:#385767}
body.home:not(.os-app-shell) .hero-mark{height:315px;display:flex;flex-direction:column;justify-content:center}
body.home:not(.os-app-shell) .hero-mark-label{position:static;margin:0 0 8px;padding-left:14px;color:#b39dff;font-size:11px;letter-spacing:.08em}
body.home:not(.os-app-shell) .hero-mark .os20-terminal{
  position:relative;inset:auto;width:100%;height:245px;padding:18px 18px 46px;border:1px solid #2d5264;border-radius:12px;
  background:linear-gradient(180deg,#07131d,#050e16);box-shadow:0 24px 64px rgba(0,0,0,.28);transform:none;
}
body.home:not(.os-app-shell) .hero-mark .os20-terminal code{font-size:13px;line-height:1.78}
body.home:not(.os-app-shell) .hero-mark .os20-terminal-footer{left:14px;right:14px;bottom:10px;padding-top:9px;border-top:1px solid #1b3644}
body.home:not(.os-app-shell) .hero-mark-caption{position:static;margin-top:12px;text-align:center;color:#9eb2bb;font-size:12px}
body.home:not(.os-app-shell) .hero-mark .orbit{display:none!important}
body.home:not(.os-app-shell) .terminal-cursor{color:#80ecf4;animation:osCursor 1.05s steps(1) infinite}
@keyframes osCursor{50%{opacity:.15}}

/* PowerShell core becomes a single software-module band, not a second hero. */
body.home:not(.os-app-shell) #powershell-library{
  padding:18px 0 10px;border:0;background:#061019;
}
body.home:not(.os-app-shell) #powershell-library>.wrap{width:min(1360px,calc(100% - 48px));max-width:none}
body.home:not(.os-app-shell) #powershell-library .os23-library-copy{
  display:grid;grid-template-columns:auto minmax(0,1.25fr) minmax(260px,.85fr) auto;align-items:center;gap:20px;
  padding:18px 20px;border:1px solid #2f3150;border-radius:12px;
  background:linear-gradient(90deg,#0b1723 0,#0b1723 62%,#15132b 100%);
}
body.home:not(.os-app-shell) #powershell-library .section-index{
  width:50px;height:50px;display:grid;place-items:center;margin:0;border:1px solid #62539a;border-radius:10px;
  color:transparent;font-size:0;background:#15112b;
}
body.home:not(.os-app-shell) #powershell-library .section-index::after{content:'>_';color:#c9bbff;font:900 16px ui-monospace,SFMono-Regular,Consolas,monospace}
body.home:not(.os-app-shell) #powershell-library h2{margin:0;font-size:25px;line-height:1.12;letter-spacing:-.03em;color:#f2f8fa}
body.home:not(.os-app-shell) #powershell-library p{margin:0;font-size:13px;line-height:1.5;color:#93aab5}
body.home:not(.os-app-shell) #powershell-library .btn{margin:0;white-space:nowrap;border-color:#594d8d;background:#16122d;color:#cfc2ff}
body.home:not(.os-app-shell) #powershell-library .btn:hover{background:#251b48;border-color:#8c78ca;color:#fff}

/* Four homepage modules: compact navigation, not marketing cards. */
body.home:not(.os-app-shell) .home-top-tools{padding:10px 0 14px;background:#061019}
body.home:not(.os-app-shell) .home-top-tools>.wrap{width:min(1360px,calc(100% - 48px));max-width:none}
body.home:not(.os-app-shell) .home-section-label{margin:0 0 9px;color:#6edce8;font:800 10px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.15em}
body.home:not(.os-app-shell) .home-tool-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
body.home:not(.os-app-shell) .home-tool-module{
  min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;
  padding:13px 14px;border:1px solid #203f4f;border-radius:10px;background:#07151e;text-decoration:none;color:inherit;
}
body.home:not(.os-app-shell) .home-tool-module:hover{background:#0d2937;border-color:#4c8a9f;transform:translateY(-1px)}
body.home:not(.os-app-shell) .home-tool-icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid #2d7180;border-radius:9px;background:#061820;color:#69e6ee;font:900 11px ui-monospace,SFMono-Regular,Consolas,monospace}
body.home:not(.os-app-shell) .home-tool-icon.blue{border-color:#335f93;color:#6fbaff}
body.home:not(.os-app-shell) .home-tool-icon.purple{border-color:#635293;color:#c2adff}
body.home:not(.os-app-shell) .home-tool-module strong{display:block;margin-bottom:3px;color:#eef7f9;font-size:15px}
body.home:not(.os-app-shell) .home-tool-module small{display:block;color:#829ca8;font-size:12px;line-height:1.4}
body.home:not(.os-app-shell) .home-tool-module>b{color:#7896a4;font-size:17px}

/* How it works is now a one-row workflow strip. */
body.home:not(.os-app-shell) .os20-flow-zone{padding:10px 0 18px!important;background:#061019;border-bottom:1px solid #152d39}
body.home:not(.os-app-shell) .os20-flow-zone>.wrap{width:min(1360px,calc(100% - 48px));max-width:none}
body.home:not(.os-app-shell) .os20-flow-zone .section-split{display:none}
body.home:not(.os-app-shell) .os20-flow{
  grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;border:1px solid #203f4f;border-radius:11px;background:#07151e;overflow:hidden;
}
body.home:not(.os-app-shell) .os20-flow-step{
  position:relative;min-height:82px;padding:16px 18px 14px 72px;border:0!important;border-radius:0!important;background:transparent!important;
}
body.home:not(.os-app-shell) .os20-flow-step+.os20-flow-step{border-left:1px solid #1d3a49!important}
body.home:not(.os-app-shell) .os20-flow-step b{
  position:absolute;left:16px;top:17px;width:40px;height:40px;display:grid;place-items:center;border:1px solid #2b6170;border-radius:8px;
  color:#6ee7ef;font-size:0;background:#061922;
}
body.home:not(.os-app-shell) .os20-flow-step:nth-child(1) b::after{content:'01';font-size:12px}
body.home:not(.os-app-shell) .os20-flow-step:nth-child(2) b::after{content:'02';font-size:12px}
body.home:not(.os-app-shell) .os20-flow-step:nth-child(3) b::after{content:'03';font-size:12px}
body.home:not(.os-app-shell) .os20-flow-step h3{margin:0 0 4px;color:#edf7fa;font-size:15px}
body.home:not(.os-app-shell) .os20-flow-step p{margin:0;color:#879fa9;font-size:12px;line-height:1.4}

/* Long-form information remains crawlable and accessible, but is progressive disclosure. */
body.home:not(.os-app-shell) .home-more-details{width:min(1360px,calc(100% - 48px));max-width:none;margin:18px auto 0;border:1px solid #1d3948;border-radius:11px;background:#06131c}
body.home:not(.os-app-shell) .home-more-details>summary{cursor:pointer;padding:15px 18px;color:#b7cbd3;font-size:13px;font-weight:750;list-style:none}
body.home:not(.os-app-shell) .home-more-details>summary::-webkit-details-marker{display:none}
body.home:not(.os-app-shell) .home-more-details>summary::after{content:'+';float:right;color:#6bdde7;font-size:18px;font-weight:400}
body.home:not(.os-app-shell) .home-more-details[open]>summary::after{content:'−'}
body.home:not(.os-app-shell) .home-more-inner{width:100%;max-width:none;padding:0 18px 18px}
body.home:not(.os-app-shell) .home-more-inner>section{padding:26px 0!important;border-top:1px solid #193440!important;background:transparent!important}
body.home:not(.os-app-shell) .home-more-inner .section-split{margin-bottom:18px}
body.home:not(.os-app-shell) .home-more-inner .section-split h2{font-size:28px}
body.home:not(.os-app-shell) .home-more-inner .section-split>p{font-size:13px}
body.home:not(.os-app-shell) .home-more-inner .roadmap-grid,
body.home:not(.os-app-shell) .home-more-inner .principle-grid{gap:10px}

body.home:not(.os-app-shell) .home-community-row{
  width:min(1360px,calc(100% - 48px));max-width:none;margin:14px auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;
}
body.home:not(.os-app-shell) .home-community-row>section{padding:0!important;border:0!important;background:transparent!important}
body.home:not(.os-app-shell) .home-community-row .future-panel,
body.home:not(.os-app-shell) .home-community-row .survival-panel{
  width:100%;max-width:none;min-height:120px;margin:0;padding:18px 20px;border:1px solid #203f4f;border-radius:11px;background:#07151e;
}
body.home:not(.os-app-shell) .home-community-row h2{margin:5px 0 6px;font-size:22px!important;line-height:1.1}
body.home:not(.os-app-shell) .home-community-row p{font-size:12px!important;line-height:1.45}
body.home:not(.os-app-shell) .home-community-row .btn{min-height:38px;font-size:12px}

body.home:not(.os-app-shell) #faq{padding:18px 0 28px!important;background:#050d14;border-top:1px solid #142c38}
body.home:not(.os-app-shell) #faq>.wrap{width:min(1360px,calc(100% - 48px));max-width:none}
body.home:not(.os-app-shell) #faq .section-split{display:grid;grid-template-columns:1fr auto;align-items:end;margin-bottom:14px}
body.home:not(.os-app-shell) #faq .section-split h2{font-size:28px}
body.home:not(.os-app-shell) #faq .section-split>p{font-size:12px}
body.home:not(.os-app-shell) #faq .faq-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}
body.home:not(.os-app-shell) #faq details{margin:0;border:1px solid #1d3948;border-radius:9px;background:#06141d}
body.home:not(.os-app-shell) #faq summary{padding:12px 14px;font-size:13px}
body.home:not(.os-app-shell) #faq details p{padding:0 14px 14px;font-size:12px;line-height:1.55}
body.home:not(.os-app-shell) .home-cta{display:none!important}
body.home:not(.os-app-shell) .home-footer{border-top:1px solid #18313d;background:#050c13}
body.home:not(.os-app-shell) .home-footer .footer{width:min(1360px,calc(100% - 48px));max-width:none;font-size:11px;color:#6f8995}

/* ---------- Command Center: robust app workspace ---------- */
:root{--os-sidebar:252px;--os-workspace:1390px}
.ops-sidebar{padding:14px 12px 14px;background:linear-gradient(180deg,#07131d,#061019)}
.ops-sidebar-brand{height:58px;padding:0 8px 14px}
.ops-sidebar-brand img{width:148px}
.ops-side-label{margin:18px 10px 7px}
.ops-side-link{min-height:43px;padding:8px 10px;border-radius:8px;font-size:14px}
.ops-side-link.active{background:linear-gradient(90deg,#0a5571,#0b3446);border-color:#1e7897;box-shadow:inset 3px 0 0 #56e1ee}
.ops-side-bottom{padding:13px 12px;background:#07151e}
.ops-side-bottom strong{font-size:10px;letter-spacing:.03em}
.ops-side-bottom span{font-size:11px;line-height:1.6}
.ops-side-bottom a{display:inline-block;margin-top:8px;color:#68dce8;font-size:11px;text-decoration:none}
.ops-side-bottom a:hover{color:#d9fbfd}
.ops-topbar{height:62px;padding:0 20px;gap:14px;background:rgba(5,13,20,.96)}
.ops-topbar-context{min-width:170px;font-size:14px}
.ops-top-search{max-width:600px;height:40px;border-color:#294e60;background:#07151e}
.ops-top-search input{font-size:13px!important}
.ops-status{padding:6px 9px}
.ops-top-links a{font-size:12px}

body.os-app-shell.home.command-center .os23-command-center>.wrap{width:min(var(--os-workspace),calc(100% - 48px));padding:24px 0 0}
body.os-app-shell.home.command-center .os23-tool-head{align-items:end;gap:20px;margin:0 0 12px}
body.os-app-shell.home.command-center .os23-tool-head .section-index{display:none}
body.os-app-shell.home.command-center .os23-tool-head h2{font-size:36px;letter-spacing:-.035em}
body.os-app-shell.home.command-center .os23-tool-head p{max-width:520px;font-size:14px;text-align:left;color:#9bb1bc}
body.os-app-shell.home.command-center .os20-hero-statbar{
  max-width:820px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 0 14px;border:0;background:transparent;overflow:visible;
}
body.os-app-shell.home.command-center .os20-stat{
  min-height:56px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:9px 13px;border:1px solid #244657!important;border-radius:9px;background:#07151e;
}
body.os-app-shell.home.command-center .os20-stat strong{font-size:25px;color:#69e2ed}
body.os-app-shell.home.command-center .os20-stat span{font-size:9px;line-height:1.35;color:#90a7b2}
body.os-app-shell.home.command-center .os20-stat-pro strong{color:#efc35f}
body.os-app-shell.home.command-center .os23-top-toolsbar{margin:0 1px 8px}
body.os-app-shell.home.command-center .os23-tool-deck{gap:10px}

body.os-app-shell.home.command-center .os23-app-card{
  min-height:190px;display:grid!important;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto auto auto 1fr auto;
  column-gap:12px;row-gap:4px;padding:15px 16px;border-color:#213f4e;border-radius:10px;background:#07151e;
}
body.os-app-shell.home.command-center .os23-app-card::after{width:120px;height:120px;right:-65px;bottom:-70px;background:rgba(70,211,227,.035)}
body.os-app-shell.home.command-center .os23-app-card:hover,
body.os-app-shell.home.command-center .os23-app-card:focus-visible{background:#0d2a38;border-color:#4c879d;box-shadow:0 16px 38px rgba(0,0,0,.18)}
body.os-app-shell.home.command-center .os23-app-card>.os23-app-meta{grid-column:1/-1;grid-row:1;margin:0 0 7px}
body.os-app-shell.home.command-center .os23-app-card>.os23-app-icon{grid-column:1;grid-row:2/4;width:48px;height:48px;margin:0}
body.os-app-shell.home.command-center .os23-app-card>strong{grid-column:2;grid-row:2;margin:1px 0 2px;font-size:18px}
body.os-app-shell.home.command-center .os23-app-card>small{grid-column:2;grid-row:3;font-size:13px;line-height:1.4}
body.os-app-shell.home.command-center .os23-app-card>.os23-tool-preview{grid-column:1/-1;grid-row:4;min-height:42px;margin:10px 0 0;padding:8px 10px;border:1px solid #1b3948;border-radius:7px;background:#06131b}
body.os-app-shell.home.command-center .os23-app-card>.os23-open-tool{grid-column:1/-1;grid-row:5;min-height:36px;margin-top:8px;border-color:#2b5364;border-radius:7px;background:#0a1f2a;font-size:12px}
body.os-app-shell.home.command-center .os23-preview-simple{display:flex;align-items:center;justify-content:space-around;gap:8px}
body.os-app-shell.home.command-center .os23-preview-simple span{color:#7896a4;font:700 9px ui-monospace,SFMono-Regular,Consolas,monospace}

body.os-app-shell.home.command-center .os23-app-featured{
  grid-column:1/-1;min-height:220px;display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.85fr);grid-template-rows:auto auto 1fr auto;
  column-gap:28px;row-gap:8px;padding:18px 20px;border-color:#454067;border-radius:11px;
  background:radial-gradient(circle at 94% 8%,rgba(150,116,255,.11),transparent 31%),#091722;
}
body.os-app-shell.home.command-center .os23-app-featured>.os23-app-meta{grid-column:1/-1;grid-row:1}
body.os-app-shell.home.command-center .os23-featured-main{grid-column:1;grid-row:2;gap:14px}
body.os-app-shell.home.command-center .os23-featured-main .os23-app-icon{width:58px;height:58px;background:#17132e;border-color:#6b58a2}
body.os-app-shell.home.command-center .os23-featured-main strong{font-size:26px}
body.os-app-shell.home.command-center .os23-featured-main small{font-size:14px;line-height:1.45}
body.os-app-shell.home.command-center .os23-builder-mini{grid-column:1;grid-row:3;gap:6px;margin:2px 0 0}
body.os-app-shell.home.command-center .os23-builder-mini>div{min-height:58px;padding:8px 9px;border-radius:7px;background:#081922}
body.os-app-shell.home.command-center .os23-builder-mini span{font-size:12px;margin-top:4px}
body.os-app-shell.home.command-center .os23-builder-mini small{font-size:10px}
body.os-app-shell.home.command-center .os23-app-featured .os23-preview-terminal{
  grid-column:2;grid-row:2/4;min-height:150px;margin:0;padding:16px 18px;border-color:#284a5a;border-radius:9px;background:#050f17;
}
body.os-app-shell.home.command-center .os23-featured-bottom{grid-column:1/-1;grid-row:4;align-items:center;padding-top:9px}
body.os-app-shell.home.command-center .os23-featured-bottom span:last-child{
  min-width:210px;min-height:36px;display:flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid #654e9e;border-radius:7px;
  background:linear-gradient(90deg,#4f2180,#602f93);color:#fff;font-size:11px;
}
body.os-app-shell.home.command-center .os23-app-featured:hover .os23-featured-bottom span:last-child{background:linear-gradient(90deg,#6729a0,#7640ad);border-color:#8d73c8}

body.os-app-shell.home.command-center .os23-command-lower{gap:10px;margin-top:10px}
body.os-app-shell.home.command-center .os23-panel{min-height:185px;padding:15px 16px;border-color:#213f4e;border-radius:10px;background:#07151e}
body.os-app-shell.home.command-center .os23-panel .os23-kicker{margin-bottom:10px;color:#92a8b2;font-size:10px}
body.os-app-shell.home.command-center .os23-item{padding:7px 8px;border-color:#193746;border-radius:7px;background:#06131b}
body.os-app-shell.home.command-center .os23-item-copy strong{font-size:13px}
body.os-app-shell.home.command-center .os23-item-copy small{font-size:11px}
body.os-app-shell.home.command-center .os23-library-count strong{font-size:34px;color:#69e2ed}
body.os-app-shell.home.command-center .os23-library-panel .btn{min-height:38px;margin-top:14px;font-size:12px}

/* ---------- Real controls must look interactive, metadata must not ---------- */
body.os-app-shell.tool-app .field label{color:#b2c5cd;font-size:12px;font-weight:750}
body.os-app-shell.tool-app .field input,
body.os-app-shell.tool-app .field select,
body.os-app-shell.tool-app .field textarea{
  min-height:44px;border:1px solid #397083!important;border-radius:8px!important;background:#071b25!important;color:#f0f8fa!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important;
}
body.os-app-shell.tool-app .field input::placeholder,
body.os-app-shell.tool-app .field textarea::placeholder{color:#6f8994}
body.os-app-shell.tool-app .field input:hover,
body.os-app-shell.tool-app .field select:hover,
body.os-app-shell.tool-app .field textarea:hover{background:#0a2632!important;border-color:#5a91a4!important}
body.os-app-shell.tool-app .field input:focus,
body.os-app-shell.tool-app .field select:focus,
body.os-app-shell.tool-app .field textarea:focus{background:#0a2632!important;border-color:#66e1ea!important;box-shadow:0 0 0 3px rgba(97,233,245,.08)!important}

/* ---------- PowerShell selected-script workspace: less noise, clearer action ---------- */
.builder-page .os20-selected-workspace .selected-panel{
  width:min(1060px,calc(100vw - 32px));padding:22px 26px 24px;border-color:#31596a;border-radius:14px;background:#081821;
}
.builder-page .os20-selected-workspace .selected-panel::before{left:26px;top:9px;color:#5c7b88}
.builder-page .os20-selected-workspace .os20-selected-top{padding-top:12px;padding-right:44px;gap:16px}
.builder-page .os20-selected-workspace .os20-selected-top h2{margin:7px 0 4px;font-size:clamp(30px,3.3vw,42px);line-height:1.04}
.builder-page .os20-selected-workspace .selected-purpose{font-size:14px;line-height:1.45;color:#96acb6}
.builder-page .os20-selected-workspace .os20-selected-actions button{min-height:36px;padding:7px 10px;font-size:12px}
.builder-page .os20-selection-breadcrumb{
  display:flex!important;align-items:center;gap:8px;margin:12px 0 0;padding:0;border:0;background:transparent;
}
.builder-page .os20-selection-breadcrumb .os20-selection-step{
  min-height:auto!important;display:flex;align-items:center;gap:7px;padding:0!important;border:0!important;background:transparent!important;
}
.builder-page .os20-selection-breadcrumb .os20-selection-step+.os20-selection-step::before{content:'›';color:#4f6e7c}
.builder-page .os20-selection-breadcrumb .os20-selection-step span{font-size:9px;color:#6fdfe8}
.builder-page .os20-selection-breadcrumb .os20-selection-step strong{font-size:11px;color:#a9bdc6;font-weight:650}

.builder-page .os20-selected-workspace .os20-runtime-control{
  display:grid;grid-template-columns:300px minmax(0,1fr);align-items:end;gap:14px;margin-top:16px;padding:0;border:0;background:transparent;
}
.builder-page .os20-selected-workspace .os20-runtime-control .field{
  padding:12px 13px;border:1px solid #284d5d;border-radius:10px;background:#0a1c26;
}
.builder-page .os20-selected-workspace .os20-runtime-control label::before{content:'RUNTIME  ';color:#62dce6;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.08em}
.builder-page .os20-selected-workspace .os20-runtime-control #compatibility{padding:0 0 11px;font-size:12px;line-height:1.5;color:#829aa5}

.builder-page .os20-config-surface{
  margin-top:14px;padding:15px 16px 16px;border:1px solid #315a6b;border-radius:11px;background:linear-gradient(180deg,#0b202b,#091923);
  box-shadow:inset 3px 0 0 rgba(91,225,235,.38);
}
.builder-page .os20-config-surface .os20-config-head{margin:0 0 12px;padding:0;border:0;background:transparent}
.builder-page .os20-config-surface .os20-config-head strong{font-size:18px}
.builder-page .os20-config-surface .os20-config-head>span:last-child{font-size:12px;color:#8fa6b0}
.builder-page .os20-config-surface .os20-script-fields{margin:0;gap:10px}
.builder-page .os20-config-surface .os20-script-fields .field{position:relative;padding-top:18px}
.builder-page .os20-config-surface .os20-script-fields .field:not(.hidden)::before{
  content:'INPUT';position:absolute;left:0;top:0;color:#65e1ea;font:800 8px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;
}
.builder-page .os20-config-surface .os20-script-fields label{display:block;margin-bottom:7px;font-size:13px;color:#d7e5e9}
.builder-page .os20-config-surface .os20-script-fields input{min-height:48px!important;background:#06151e!important;border-color:#3f7b8f!important;font-size:14px!important}
.builder-page .os20-config-surface .os20-script-fields input:focus{border-color:#70e7ef!important;background:#09232e!important}

.builder-page .os20-selected-workspace .os20-generate-panel{
  margin-top:12px;padding:13px 15px;border-color:#2f6072;border-radius:10px;background:#0a1e28;
}
.builder-page .os20-selected-workspace .os20-generate-panel strong{font-size:15px}
.builder-page .os20-selected-workspace .os20-generate-panel>div:first-child>span:last-child{font-size:11px;color:#829ca7}
.builder-page .os20-selected-workspace .os20-generate-panel .primary{min-width:180px;background:#dff6f9!important;border-color:#effdfe!important;color:#051018!important}
.builder-page .os20-selected-workspace .os20-generate-panel .primary:hover{background:#fff!important}

/* Metadata is available, but does not compete with the input flow. */
.builder-page .os20-selected-workspace .os20-advanced{
  margin-top:12px;padding:14px 15px;border-color:#203f4d;background:#07141d;
}
.builder-page .os20-profile-title{margin-bottom:8px;color:#829ba6;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}
.builder-page .os20-profile-meta{display:flex!important;gap:7px;margin:0 0 10px}
.builder-page .os20-profile-meta .os20-meta-item{
  min-height:0!important;display:inline-flex!important;align-items:center;gap:6px;padding:5px 8px!important;border:1px solid #1d3947!important;border-radius:999px!important;background:#06131b!important;
}
.builder-page .os20-profile-meta .os20-meta-item small{font-size:9px;color:#6c8793}
.builder-page .os20-profile-meta .os20-meta-item strong{font-size:10px;color:#b8cad1}
.builder-page .os20-detail-grid{gap:7px}
.builder-page .os20-detail-grid>div{min-height:54px;padding:8px 10px;border-radius:8px;background:#06131b;border-color:#1b3745}

.builder-page .os20-output-head{margin:16px 0 7px}
.builder-page .os20-selected-workspace #output{
  min-height:120px!important;max-height:120px;resize:none;padding:14px 15px;border-color:#294c5c;background:#040d13!important;color:#cfeef3;font:12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;
}
.builder-page .os20-selected-workspace .selected-panel.has-output #output{min-height:300px!important;max-height:none;resize:vertical}
.builder-page .os20-selected-workspace #output::placeholder{color:#55727f}
.builder-page .os20-selected-workspace .script-safety-warning{margin-top:10px;padding:9px 11px;border-color:#514421;background:#151208}
.builder-page .os20-selected-workspace .script-safety-warning strong{font-size:11px}
.builder-page .os20-selected-workspace .script-safety-warning p{font-size:10px;color:#99988a}

/* ---------- Responsive refinements for the approved concept ---------- */
@media(max-width:1100px){
  body.home:not(.os-app-shell) .hero-layout{grid-template-columns:1fr 420px;gap:38px}
  body.home:not(.os-app-shell) .home-tool-row{grid-template-columns:1fr 1fr}
  body.home:not(.os-app-shell) #powershell-library .os23-library-copy{grid-template-columns:auto 1fr auto}
  body.home:not(.os-app-shell) #powershell-library p{display:none}
  .builder-page .os20-selected-workspace .os20-runtime-control{grid-template-columns:1fr}
  .builder-page .os20-selected-workspace .os20-runtime-control #compatibility{padding:0}
}
@media(max-width:980px){
  body.os-app-shell.home.command-center .os23-app-card{grid-template-columns:48px minmax(0,1fr)}
  body.os-app-shell.home.command-center .os23-app-featured{grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto}
  body.os-app-shell.home.command-center .os23-app-featured .os23-preview-terminal{grid-column:1;grid-row:4;min-height:110px}
  body.os-app-shell.home.command-center .os23-featured-bottom{grid-row:5}
}
@media(max-width:820px){
  body.home:not(.os-app-shell)>header .nav{width:calc(100% - 28px)}
  body.home:not(.os-app-shell)>header .tool-nav>a:not(.tester-nav):not(.support-nav),body.home:not(.os-app-shell)>header .tool-menu{display:none}
  body.home:not(.os-app-shell) .hero-layout{width:calc(100% - 30px);grid-template-columns:1fr;min-height:auto}
  body.home:not(.os-app-shell) .hero-copy{padding:42px 0 28px}
  body.home:not(.os-app-shell) .hero-copy h1{font-size:46px}
  body.home:not(.os-app-shell) .hero-mark{display:none}
  body.home:not(.os-app-shell) #powershell-library>.wrap,
  body.home:not(.os-app-shell) .home-top-tools>.wrap,
  body.home:not(.os-app-shell) .os20-flow-zone>.wrap,
  body.home:not(.os-app-shell) #faq>.wrap{width:calc(100% - 30px)}
  body.home:not(.os-app-shell) #powershell-library .os23-library-copy{grid-template-columns:auto 1fr;gap:14px}
  body.home:not(.os-app-shell) #powershell-library .btn{grid-column:1/-1;width:100%}
  body.home:not(.os-app-shell) .home-more-details,
  body.home:not(.os-app-shell) .home-community-row{width:calc(100% - 30px)}
  body.home:not(.os-app-shell) .home-community-row{grid-template-columns:1fr}
  body.home:not(.os-app-shell) #faq .faq-list{grid-template-columns:1fr}
  body.os-app-shell.home.command-center .os20-hero-statbar{grid-template-columns:1fr 1fr}
  body.os-app-shell.home.command-center .os23-tool-head{grid-template-columns:1fr}
  body.os-app-shell.home.command-center .os23-tool-head p{text-align:left}
}
@media(max-width:620px){
  body.home:not(.os-app-shell)>header .support-nav{display:none!important}
  body.home:not(.os-app-shell) .hero-copy h1{font-size:40px}
  body.home:not(.os-app-shell) .hero-copy>p{font-size:15px}
  body.home:not(.os-app-shell) .hero-cta{display:grid;grid-template-columns:1fr}
  body.home:not(.os-app-shell) .hero-cta .btn{width:100%;justify-content:center}
  body.home:not(.os-app-shell) .home-tool-row{grid-template-columns:1fr}
  body.home:not(.os-app-shell) .os20-flow{grid-template-columns:1fr}
  body.home:not(.os-app-shell) .os20-flow-step+.os20-flow-step{border-left:0!important;border-top:1px solid #1d3a49!important}
  body.home:not(.os-app-shell) #powershell-library h2{font-size:21px}
  body.home:not(.os-app-shell) #faq .section-split{grid-template-columns:1fr}
  .builder-page .os20-selection-breadcrumb{display:none!important}
  .builder-page .os20-profile-meta{display:grid!important;grid-template-columns:1fr 1fr}
  .builder-page .os20-profile-meta .os20-meta-item{border-radius:8px!important}
  .builder-page .os20-selected-workspace .os20-generate-panel .actions{display:grid;grid-template-columns:1fr}
  .builder-page .os20-selected-workspace .os20-generate-panel .actions button{width:100%}
}
/* Small final alignment fixes for the approved homepage concept. */
body.home:not(.os-app-shell).command-center .hero-label::after{display:none!important;content:none!important}
body.home:not(.os-app-shell) #powershell-library h2{white-space:nowrap;font-size:23px}
@media(max-width:980px){body.home:not(.os-app-shell) #powershell-library h2{white-space:normal}}
body.home:not(.os-app-shell) #powershell-library .os23-library-copy{max-width:none!important;grid-template-columns:50px minmax(360px,1.05fr) minmax(300px,.9fr) minmax(230px,auto)}
@media(max-width:820px){
  body.home:not(.os-app-shell) #powershell-library .os23-library-copy{grid-template-columns:50px minmax(0,1fr)!important;gap:12px!important}
  body.home:not(.os-app-shell) #powershell-library h2{white-space:normal!important;font-size:21px!important;min-width:0}
  body.home:not(.os-app-shell) #powershell-library p{display:none!important}
  body.home:not(.os-app-shell) #powershell-library .btn{grid-column:1/-1!important;width:100%!important;min-width:0!important;white-space:normal!important}
}

/* ========================================================================== */
/* P0.5G - Focus-first product interface                                      */
/* One screen = one task = one primary action.                               */
/* ========================================================================== */

:root{--os-workspace:1320px}

/* ---------- Public homepage: reduce the visible story ---------- */
body.home:not(.os-app-shell) .home-hero{background:radial-gradient(circle at 78% 22%,rgba(67,207,229,.055),transparent 25%),#050d14}
body.home:not(.os-app-shell) .hero-layout{min-height:500px;gap:64px}
body.home:not(.os-app-shell) .hero-copy{padding:52px 0 44px}
body.home:not(.os-app-shell) .hero-copy h1{font-size:clamp(50px,5vw,70px);max-width:700px}
body.home:not(.os-app-shell) .hero-copy>p{font-size:16px;max-width:590px}
body.home:not(.os-app-shell) .hero-mark{height:300px}
body.home:not(.os-app-shell) .hero-mark .orbit{opacity:.35}
body.home:not(.os-app-shell) .hero-mark-caption{font-size:11px;color:#78929f}
body.home:not(.os-app-shell) #powershell-library{padding:18px 0!important;border-top:0!important;border-bottom:1px solid #152d39!important;background:#061019!important}
body.home:not(.os-app-shell) #powershell-library .os23-library-copy{min-height:72px;padding:14px 18px!important;border:1px solid #27354f!important;border-radius:10px!important;background:linear-gradient(90deg,#0b1724,#10152b)!important}
body.home:not(.os-app-shell) #powershell-library .section-index{display:none!important}
body.home:not(.os-app-shell) #powershell-library h2{font-size:21px!important;letter-spacing:-.025em!important}
body.home:not(.os-app-shell) #powershell-library p{font-size:12px!important;line-height:1.45!important;color:#8fa8b4!important}
body.home:not(.os-app-shell) #powershell-library .btn{min-height:38px!important;font-size:12px!important}
body.home:not(.os-app-shell) .home-top-tools{padding:18px 0 14px!important}
body.home:not(.os-app-shell) .home-top-tools .os23-top-tools-label{margin-bottom:10px}
body.home:not(.os-app-shell) .home-tool-row{gap:8px!important}
body.home:not(.os-app-shell) .home-tool-card{min-height:78px!important;padding:13px 14px!important;border-color:#1d3948!important;border-radius:9px!important;background:#07141d!important;box-shadow:none!important}
body.home:not(.os-app-shell) .home-tool-card:hover{background:#0d2937!important;border-color:#46839a!important;transform:translateY(-1px)!important}
body.home:not(.os-app-shell) .home-tool-card strong{font-size:14px!important}
body.home:not(.os-app-shell) .home-tool-card small{font-size:11px!important;line-height:1.35!important}
body.home:not(.os-app-shell) .os20-flow-zone{padding:14px 0 20px!important}
body.home:not(.os-app-shell) .home-flow-title{display:flex;align-items:baseline;gap:16px;margin-bottom:10px}
body.home:not(.os-app-shell) .home-flow-title .section-index{margin:0!important;color:#6b8794!important}
body.home:not(.os-app-shell) .home-flow-title h2{margin:0;font-size:18px;letter-spacing:-.02em}
body.home:not(.os-app-shell) .os20-flow{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;border:1px solid #1b3745!important;border-radius:9px!important;background:#06131b!important;overflow:hidden}
body.home:not(.os-app-shell) .os20-flow-step{min-height:66px!important;display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:10px 14px!important;border:0!important;background:transparent!important}
body.home:not(.os-app-shell) .os20-flow-step+.os20-flow-step{border-left:1px solid #1b3745!important}
body.home:not(.os-app-shell) .os20-flow-step>span{width:28px;height:28px;display:grid;place-items:center;border:1px solid #285365;border-radius:7px;color:#6bdfe9;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace}
body.home:not(.os-app-shell) .os20-flow-step strong{display:block;font-size:13px;color:#e8f3f6}
body.home:not(.os-app-shell) .os20-flow-step small{display:block;margin-top:2px;font-size:11px;line-height:1.35;color:#76909c}
body.home:not(.os-app-shell) .home-more-details,
body.home:not(.os-app-shell) .home-support-details{width:min(1360px,calc(100% - 48px));margin:12px auto 0;border:1px solid #183544;border-radius:9px;background:#06131b}
body.home:not(.os-app-shell) .home-more-details>summary,
body.home:not(.os-app-shell) .home-support-details>summary{list-style:none;cursor:pointer;padding:12px 15px;color:#9fb5bf;font-size:12px;font-weight:700}
body.home:not(.os-app-shell) .home-more-details>summary::-webkit-details-marker,
body.home:not(.os-app-shell) .home-support-details>summary::-webkit-details-marker{display:none}
body.home:not(.os-app-shell) .home-more-details>summary::after,
body.home:not(.os-app-shell) .home-support-details>summary::after{content:'+';float:right;color:#6bdfe9;font-size:16px;font-weight:400}
body.home:not(.os-app-shell) .home-more-details[open]>summary::after,
body.home:not(.os-app-shell) .home-support-details[open]>summary::after{content:'−'}
body.home:not(.os-app-shell) .home-support-details>#faq,
body.home:not(.os-app-shell) .home-support-details>.home-cta{padding-left:18px!important;padding-right:18px!important}
body.home:not(.os-app-shell) .home-community-row{width:min(1360px,calc(100% - 48px));display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;margin:12px auto 18px!important;padding:11px 14px!important;border:0!important;border-top:1px solid #17313f!important;background:transparent!important}
body.home:not(.os-app-shell) .home-community-copy{display:flex;align-items:baseline;gap:9px;min-width:0}
body.home:not(.os-app-shell) .home-community-copy strong{font-size:12px;color:#c8d8de}
body.home:not(.os-app-shell) .home-community-copy span{font-size:11px;color:#718b97}
body.home:not(.os-app-shell) .home-community-actions{display:flex;align-items:center;gap:4px;flex:none}
body.home:not(.os-app-shell) .home-quiet-action{min-height:32px;padding:6px 9px;border:0!important;border-radius:7px;background:transparent!important;color:#8fa8b3!important;font-size:11px!important;font-weight:700;text-decoration:none}
body.home:not(.os-app-shell) .home-quiet-action:hover{background:#0d2937!important;color:#ecf8fa!important}

/* ---------- Application canvas: align like software, not a centered website ---------- */
body.os-app-shell.home.command-center .os23-command-center>.wrap,
body.os-app-shell.tool-app .ops-content>main.wrap{width:min(var(--os-workspace),calc(100% - 56px))!important;max-width:none!important;margin-left:34px!important;margin-right:auto!important}

/* ---------- Command Center: launcher first ---------- */
body.os-app-shell.home.command-center .os23-command-center>.wrap{padding-top:24px!important}
body.os-app-shell.home.command-center .os23-tool-head{display:block!important;margin-bottom:20px!important;max-width:780px}
body.os-app-shell.home.command-center .os23-tool-head .section-index{margin-bottom:6px!important;color:#688592!important}
body.os-app-shell.home.command-center .os23-tool-head h2{font-size:36px!important;letter-spacing:-.04em!important}
body.os-app-shell.home.command-center .os23-tool-head p{margin-top:7px!important;max-width:640px!important;font-size:14px!important;line-height:1.5!important;text-align:left!important;color:#91aab5!important}
body.os-app-shell.home.command-center .os20-hero-statbar{display:none!important}
body.os-app-shell.home.command-center .os23-top-toolsbar{margin:0 0 8px!important}
body.os-app-shell.home.command-center .os23-top-tools-label{font-size:9px!important;color:#66818e!important}
body.os-app-shell.home.command-center .os23-tool-deck{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
body.os-app-shell.home.command-center .os23-app-card{min-height:132px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-rows:1fr!important;align-items:center!important;column-gap:12px!important;padding:14px!important;border:1px solid #1d3a49!important;border-radius:9px!important;background:#07141d!important;box-shadow:none!important;overflow:hidden!important}
body.os-app-shell.home.command-center .os23-app-card::after{display:none!important}
body.os-app-shell.home.command-center .os23-app-card:hover,
body.os-app-shell.home.command-center .os23-app-card:focus-visible{transform:translateY(-1px)!important;background:#0d2b39!important;border-color:#4c879d!important;box-shadow:0 12px 28px rgba(0,0,0,.16)!important}
body.os-app-shell.home.command-center .os23-app-card>.os23-app-icon{grid-column:1!important;grid-row:1!important;width:44px!important;height:44px!important;margin:0!important;border-radius:9px!important}
body.os-app-shell.home.command-center .os23-card-copy{grid-column:2;grid-row:1;min-width:0}
body.os-app-shell.home.command-center .os23-card-copy strong{display:block;margin:0 0 4px;font-size:16px;line-height:1.2;color:#eef7fa}
body.os-app-shell.home.command-center .os23-card-copy small{display:block;font-size:12px;line-height:1.4;color:#819ba7}
body.os-app-shell.home.command-center .os23-app-card>.os23-open-tool{grid-column:3!important;grid-row:1!important;align-self:center!important;min-height:auto!important;margin:0!important;padding:7px!important;border:0!important;background:transparent!important;color:#8fc8d8!important;font-size:12px!important;font-weight:750!important;white-space:nowrap}
body.os-app-shell.home.command-center .os23-app-card:hover>.os23-open-tool{color:#e9fbfd!important}
body.os-app-shell.home.command-center .os23-app-featured{grid-column:1/-1!important;min-height:184px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(330px,.72fr)!important;grid-template-rows:1fr auto!important;align-items:stretch!important;column-gap:22px!important;row-gap:8px!important;padding:18px!important;border-color:#3d3d5f!important;background:radial-gradient(circle at 96% 8%,rgba(151,118,255,.075),transparent 30%),#081620!important}
body.os-app-shell.home.command-center .os23-featured-main{grid-column:1!important;grid-row:1!important;display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;gap:14px!important}
body.os-app-shell.home.command-center .os23-featured-main .os23-app-icon{width:54px!important;height:54px!important;background:#16132d!important;border-color:#66549d!important;color:#dbd2ff!important}
body.os-app-shell.home.command-center .os23-signature{display:block;margin-bottom:5px;color:#9b83ec;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.1em;text-transform:uppercase}
body.os-app-shell.home.command-center .os23-featured-main strong{font-size:24px!important;line-height:1.1!important}
body.os-app-shell.home.command-center .os23-featured-main small{max-width:560px!important;margin-top:5px!important;font-size:13px!important;line-height:1.45!important;color:#90a9b4!important}
body.os-app-shell.home.command-center .os23-app-featured .os23-preview-terminal{grid-column:2!important;grid-row:1/3!important;min-height:120px!important;margin:0!important;padding:15px!important;border:1px solid #233f4f!important;border-radius:8px!important;background:#050f16!important}
body.os-app-shell.home.command-center .os23-app-featured>.os23-open-workbench{grid-column:1!important;grid-row:2!important;justify-self:start!important;min-width:160px!important;padding:8px 12px!important;border:1px solid #624b94!important;border-radius:7px!important;background:#39225f!important;color:#f5efff!important}
body.os-app-shell.home.command-center .os23-app-featured:hover>.os23-open-workbench{background:#513078!important;border-color:#8068b4!important}
body.os-app-shell.home.command-center .os23-builder-mini,
body.os-app-shell.home.command-center .os23-app-meta,
body.os-app-shell.home.command-center .os23-featured-bottom,
body.os-app-shell.home.command-center .os23-app-card>.os23-tool-preview:not(.os23-preview-terminal){display:none!important}
body.os-app-shell.home.command-center .os23-command-lower{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)!important;gap:8px!important;margin-top:10px!important}
body.os-app-shell.home.command-center .os23-panel{min-height:0!important;padding:12px 14px!important;border:1px solid #1b3745!important;border-radius:9px!important;background:#06131b!important}
body.os-app-shell.home.command-center .os23-panel.is-empty{padding:10px 14px!important;background:transparent!important;border-style:dashed!important}
body.os-app-shell.home.command-center .os23-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px}
body.os-app-shell.home.command-center .os23-panel-head strong{font-size:13px;color:#dce9ed}
body.os-app-shell.home.command-center .os23-panel-head a{font-size:10px;color:#75b8ca}
body.os-app-shell.home.command-center .os23-panel.is-empty .os23-panel-head{margin-bottom:0}
body.os-app-shell.home.command-center .os23-panel.is-empty .os23-list{display:none}
body.os-app-shell.home.command-center .os23-list{gap:4px!important;margin-top:0!important}
body.os-app-shell.home.command-center .os23-item{min-height:38px!important;padding:6px 7px!important;border:0!important;border-radius:7px!important;background:transparent!important}
body.os-app-shell.home.command-center .os23-item:hover{background:#0b2532!important}
body.os-app-shell.home.command-center .os23-item-icon{width:26px!important;height:26px!important;font-size:8px!important}
body.os-app-shell.home.command-center .os23-item-copy strong{font-size:12px!important}
body.os-app-shell.home.command-center .os23-item-copy small{display:none!important}
body.os-app-shell.home.command-center .os23-item-copy em{display:none!important}
body.os-app-shell.home.command-center .os23-item-actions{opacity:.55}
body.os-app-shell.home.command-center .os23-item:hover .os23-item-actions{opacity:1}
body.os-app-shell.home.command-center .os23-empty{padding:0!important;font-size:11px!important;color:#718995!important}

/* App states remain useful without resurrecting dashboard noise. */
body.os-app-shell.home.ops-view-favorites .os23-tool-deck,
body.os-app-shell.home.ops-view-recent .os23-tool-deck{display:none!important}
body.os-app-shell.home.ops-view-favorites .os23-command-lower,
body.os-app-shell.home.ops-view-recent .os23-command-lower{grid-template-columns:minmax(0,760px)!important}
body.os-app-shell.home.ops-view-favorites .os23-command-lower>.os23-panel,
body.os-app-shell.home.ops-view-recent .os23-command-lower>.os23-panel{display:none!important}
body.os-app-shell.home.ops-view-favorites .os23-command-lower>.os23-favorite-panel,
body.os-app-shell.home.ops-view-recent .os23-command-lower>.os23-recent-panel{display:block!important}

/* ---------- Tool pages: task first, references second ---------- */
body.os-app-shell.tool-app .tool-app-main>.tool-hero{display:block!important;padding:26px 0 16px!important;max-width:900px}
body.os-app-shell.tool-app .tool-app-main>.tool-hero .eyebrow{font-size:9px!important;color:#63818e!important}
body.os-app-shell.tool-app .tool-app-main>.tool-hero h1{margin:6px 0 6px!important;font-size:38px!important}
body.os-app-shell.tool-app .tool-app-main>.tool-hero p{font-size:14px!important;line-height:1.5!important;max-width:720px!important}
body.os-app-shell.tool-app .tool-hero-status{display:none!important}
body.os-app-shell.tool-app .tool-workspace{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;border-radius:11px!important;border-color:#1e3c4b!important;box-shadow:none!important;background:#07151e!important}
body.os-app-shell.tool-app .workspace-state{display:none!important}
body.os-app-shell.tool-app .workspace-kicker{font-size:9px!important;color:#62808d!important}
body.os-app-shell.tool-app .tool-workspace-head h2,
body.os-app-shell.tool-app .tool-section-head h2{font-size:18px!important}
body.os-app-shell.tool-app .tool-workspace-head p{font-size:13px!important;color:#8199a4!important}
body.os-app-shell.tool-app .tool-section-head{border-color:#173341!important}
body.os-app-shell.tool-app .tool-workspace input,
body.os-app-shell.tool-app .tool-workspace select,
body.os-app-shell.tool-app .tool-workspace textarea{border-color:#356a7e!important;background:#061820!important}
body.os-app-shell.tool-app .converter-workspace>.tool-workspace-head,
body.os-app-shell.tool-app .converter-flow{display:none!important}
body.os-app-shell.tool-app .converter-grid{border-top:0!important}
body.os-app-shell.tool-app .converter-input-panel,
body.os-app-shell.tool-app .converter-config-panel{padding-top:20px!important}
body.os-app-shell.tool-app .converter-output-panel{padding-top:18px!important}
body.os-app-shell.tool-app .converter-note{margin-top:0!important;border:0!important;border-top:1px solid #173341!important;border-radius:0!important;background:transparent!important}
body.os-app-shell.tool-app .ops-tool-more{margin-top:14px;border:1px solid #183746;border-radius:9px;background:#06131b}
body.os-app-shell.tool-app .ops-tool-more>summary{list-style:none;cursor:pointer;padding:12px 14px;color:#91aab5;font-size:12px;font-weight:700}
body.os-app-shell.tool-app .ops-tool-more>summary::-webkit-details-marker{display:none}
body.os-app-shell.tool-app .ops-tool-more>summary::after{content:'+';float:right;color:#6bdfe9;font-size:16px;font-weight:400}
body.os-app-shell.tool-app .ops-tool-more[open]>summary::after{content:'−'}
body.os-app-shell.tool-app .ops-tool-more-content{border-top:1px solid #183746;padding:0 14px 14px}
body.os-app-shell.tool-app .ops-tool-more-content>.seo-copy,
body.os-app-shell.tool-app .ops-tool-more-content>.converter-guide,
body.os-app-shell.tool-app .ops-tool-more-content>.tool-nav-cta{margin:14px 0 0!important;padding:18px!important;border-radius:9px!important;box-shadow:none!important}

/* ---------- PowerShell library: search first, filters on demand ---------- */
body.os-app-shell.tool-app .builder-page>.tool-hero{padding-bottom:14px!important}
body.os-app-shell.tool-app .os20-builder-workbench{border-radius:11px!important;border-color:#1e3d4c!important;box-shadow:none!important}
body.os-app-shell.tool-app .os20-workbench-head{padding:17px 20px 12px!important;background:#07151e!important}
body.os-app-shell.tool-app .os20-workbench-head .section-index{display:none!important}
body.os-app-shell.tool-app .os20-workbench-head h2{font-size:22px!important;margin:0 0 4px!important}
body.os-app-shell.tool-app .os20-workbench-head p{font-size:13px!important}
body.os-app-shell.tool-app .os20-workbench-stat{min-width:0!important;padding:0!important;border:0!important;background:transparent!important;text-align:right}
body.os-app-shell.tool-app .os20-workbench-stat strong{font-size:12px!important;color:#9cb2bc!important}
body.os-app-shell.tool-app .os20-workbench-stat span{display:none!important}
body.os-app-shell.tool-app .os20-workbench-search{padding:10px 20px 13px!important;background:#07151e!important}
body.os-app-shell.tool-app .os20-workbench-search input{min-height:44px!important;font-size:14px!important;background:#05141c!important}
body.os-app-shell.tool-app .os20-workbench-search #clearSearch{min-height:36px!important;padding:7px 10px!important;background:transparent!important;border-color:transparent!important;color:#78939f!important;font-size:11px!important}
body.os-app-shell.tool-app .os20-workbench-body{grid-template-columns:205px minmax(0,1fr)!important}
body.os-app-shell.tool-app .os20-builder-sidebar{padding:13px!important;background:#06131b!important}
body.os-app-shell.tool-app .os20-builder-sidebar>.os20-filter-title{font-size:9px!important}
body.os-app-shell.tool-app .os20-primary-library{margin-bottom:10px!important}
body.os-app-shell.tool-app .os20-primary-library .cat{min-height:34px!important;font-size:12px!important}
body.os-app-shell.tool-app .os20-builder-collapse{margin-top:7px!important}
body.os-app-shell.tool-app .os20-builder-collapse>summary{min-height:36px!important;padding:8px 9px!important;font-size:11px!important}
body.os-app-shell.tool-app .os20-library-main{padding:13px 16px 18px!important}
body.os-app-shell.tool-app .os20-library-tabs{margin-bottom:10px}
body.os-app-shell.tool-app .os20-library-tabs .os20-workflow-actions{display:flex!important;gap:4px!important;margin:0!important;overflow-x:auto}
body.os-app-shell.tool-app .os20-library-tabs .os20-workflow-button{width:auto!important;min-height:32px!important;flex:0 0 auto;gap:8px;padding:6px 9px!important;border:1px solid #1d3a49!important;background:#06131b!important;font-size:10px!important;box-shadow:none!important}
body.os-app-shell.tool-app .os20-library-tabs .os20-workflow-button.active{background:#0d2937!important;border-color:#397083!important;color:#e8f6f8!important}
body.os-app-shell.tool-app #toolkitSidebar{margin:0 0 10px!important;padding:10px!important;border:1px solid #1a3745!important;border-radius:8px!important;background:#06131b!important}
body.os-app-shell.tool-app .os20-library-bar{margin-bottom:8px!important}
body.os-app-shell.tool-app .os20-keyhint{display:none!important}
body.os-app-shell.tool-app .os20-script-grid .script{min-height:90px!important;padding:11px 38px 10px 12px!important;border-radius:8px!important;background:#071821!important}
body.os-app-shell.tool-app .os20-script-grid .script b{font-size:14px!important}
body.os-app-shell.tool-app .os20-script-grid .script small{font-size:12px!important;margin-top:4px!important}
body.os-app-shell.tool-app .os20-script-grid .script-meta{font-size:8px!important;margin-top:6px!important;color:#587581!important}
body.os-app-shell.tool-app .os20-selection-prompt{display:none!important}

/* ---------- Selected PowerShell script: Required input -> Generate -> Result ---------- */
.builder-page .os20-selected-workspace .selected-panel{width:min(1120px,calc(100vw - 48px))!important;max-height:calc(100vh - 34px)!important;padding:18px 20px 18px!important;border-radius:12px!important;border-color:#2b5567!important;background:#071720!important;box-shadow:0 28px 90px rgba(0,0,0,.55)!important}
.builder-page .os20-selected-top{padding-right:42px!important;margin-bottom:12px!important}
.builder-page .os20-selected-top .section-index{display:none!important}
.builder-page .os20-selected-top h2{margin:5px 0 3px!important;font-size:34px!important;line-height:1.04!important;letter-spacing:-.04em!important}
.builder-page #heading:focus{outline:none!important}
.builder-page .selected-purpose{font-size:13px!important;line-height:1.45!important;color:#8da6b1!important}
.builder-page .plan-badge{font-size:9px!important}
.builder-page .os20-selected-actions{gap:4px!important}
.builder-page .os20-selected-actions button{min-height:34px!important;padding:6px 9px!important;background:transparent!important;border-color:#244858!important;font-size:11px!important}
.builder-page .os20-selection-breadcrumb{display:none!important}
.builder-page .os20-selected-workspace .os20-runtime-control{grid-template-columns:270px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;margin-top:8px!important;padding:0!important}
.builder-page .os20-selected-workspace .os20-runtime-control .field{padding:0!important;border:0!important;background:transparent!important}
.builder-page .os20-selected-workspace .os20-runtime-control label{margin-bottom:6px!important;font-size:12px!important;color:#a9bec7!important}
.builder-page .os20-selected-workspace .os20-runtime-control label::before{display:none!important;content:none!important}
.builder-page .os20-selected-workspace .os20-runtime-control select{min-height:42px!important}
.builder-page .os20-selected-workspace .os20-runtime-control #compatibility{padding:18px 0 0!important;font-size:11px!important;color:#6f8995!important}
.builder-page .os20-config-surface{margin-top:14px!important;padding:15px 16px!important;border:0!important;border-top:1px solid #234756!important;border-bottom:1px solid #234756!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.builder-page .os20-config-surface .os20-config-head{display:flex!important;align-items:baseline!important;gap:10px!important;margin-bottom:12px!important}
.builder-page .os20-config-surface .os20-config-head strong{font-size:17px!important}
.builder-page .os20-config-surface .os20-config-head span{font-size:11px!important;color:#78929e!important}
.builder-page .os20-config-surface .os20-script-fields{gap:10px!important}
.builder-page .os20-config-surface .os20-script-fields .field{padding-top:0!important}
.builder-page .os20-config-surface .os20-script-fields .field::before{display:none!important;content:none!important}
.builder-page .os20-config-surface .os20-script-fields label{margin-bottom:6px!important;font-size:12px!important;color:#b9cbd2!important}
.builder-page .os20-config-surface .os20-script-fields input{min-height:44px!important;border-color:#477f92!important;background:#05151d!important}
.builder-page .os20-selected-workspace .os20-generate-panel{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-top:13px!important;padding:13px 0!important;border:0!important;background:transparent!important}
.builder-page .os20-selected-workspace .os20-generate-panel>div:first-child strong{font-size:14px!important}
.builder-page .os20-selected-workspace .os20-generate-panel>div:first-child span{display:block;margin-top:3px;font-size:10px!important;color:#6e8995!important}
.builder-page .os20-selected-workspace .os20-generate-panel .actions{margin-left:auto!important;gap:6px!important;flex-wrap:nowrap!important}
.builder-page .os20-selected-workspace .os20-generate-panel .actions button{min-height:40px!important}
.builder-page .os20-selected-workspace .os20-generate-panel .primary{min-width:160px!important}
.builder-page .selected-panel:not(.has-output) .os20-output-head,
.builder-page .selected-panel:not(.has-output) #output,
.builder-page .selected-panel:not(.has-output) .script-safety-warning,
.builder-page .selected-panel:not(.has-output) #reviewPanel{display:none!important}
.builder-page .os20-output-head{margin:14px 0 7px!important;padding-top:13px!important;border-top:1px solid #234756}
.builder-page .os20-output-head .section-index{font-size:9px!important}
.builder-page .os20-selected-workspace #output{min-height:280px!important;max-height:none!important;border-color:#2b5262!important;background:#040d13!important}
.builder-page .os20-selected-workspace .script-safety-warning{margin-top:9px!important;padding:8px 10px!important}
.builder-page .os20-selected-workspace .os20-advanced{margin-top:10px!important;padding:12px!important;border-color:#1d3947!important;background:#06131b!important}

/* ---------- Responsive focus-first ---------- */
@media(max-width:1280px){
  body.os-app-shell.home.command-center .os23-command-center>.wrap,
  body.os-app-shell.tool-app .ops-content>main.wrap{width:calc(100% - 44px)!important;margin-left:22px!important;margin-right:22px!important}
  body.os-app-shell.home.command-center .os23-app-featured{grid-template-columns:minmax(0,1fr) 330px!important}
}
@media(max-width:980px){
  body.os-app-shell.home.command-center .os23-tool-deck{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.os-app-shell.home.command-center .os23-app-featured{grid-column:1/-1!important;grid-template-columns:1fr!important;grid-template-rows:auto auto auto!important}
  body.os-app-shell.home.command-center .os23-featured-main{grid-column:1!important;grid-row:1!important}
  body.os-app-shell.home.command-center .os23-app-featured .os23-preview-terminal{grid-column:1!important;grid-row:2!important;min-height:95px!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-open-workbench{grid-column:1!important;grid-row:3!important}
  body.os-app-shell.tool-app .os20-workbench-body{grid-template-columns:180px minmax(0,1fr)!important}
}
@media(max-width:820px){
  body.home:not(.os-app-shell) .home-community-row{width:calc(100% - 30px);display:block!important}
  body.home:not(.os-app-shell) .home-community-copy{display:block}
  body.home:not(.os-app-shell) .home-community-copy span{display:block;margin-top:3px}
  body.home:not(.os-app-shell) .home-community-actions{margin-top:8px;flex-wrap:wrap}
  body.home:not(.os-app-shell) .home-more-details,
  body.home:not(.os-app-shell) .home-support-details{width:calc(100% - 30px)}
  body.os-app-shell.home.command-center .os23-command-center>.wrap,
  body.os-app-shell.tool-app .ops-content>main.wrap{width:calc(100% - 28px)!important;margin-left:14px!important;margin-right:14px!important}
  body.os-app-shell.home.command-center .os23-command-lower{grid-template-columns:1fr!important}
  body.os-app-shell.tool-app .os20-workbench-body{grid-template-columns:1fr!important}
  body.os-app-shell.tool-app .os20-builder-sidebar{border-right:0!important;border-bottom:1px solid #1a3745!important}
  .builder-page .os20-selected-workspace .os20-runtime-control{grid-template-columns:1fr!important}
  .builder-page .os20-selected-workspace .os20-runtime-control #compatibility{padding-top:0!important}
}
@media(max-width:620px){
  body.home:not(.os-app-shell) .os20-flow{grid-template-columns:1fr!important}
  body.home:not(.os-app-shell) .os20-flow-step+.os20-flow-step{border-left:0!important;border-top:1px solid #1b3745!important}
  body.os-app-shell.home.command-center .os23-tool-deck{grid-template-columns:1fr!important}
  body.os-app-shell.home.command-center .os23-app-card{grid-template-columns:42px minmax(0,1fr) auto!important;min-height:108px!important}
  body.os-app-shell.home.command-center .os23-card-copy strong{font-size:15px!important}
  body.os-app-shell.home.command-center .os23-card-copy small{font-size:11px!important}
  body.os-app-shell.home.command-center .os23-app-featured{padding:15px!important}
  body.os-app-shell.home.command-center .os23-featured-main{grid-template-columns:48px minmax(0,1fr)!important}
  body.os-app-shell.home.command-center .os23-featured-main .os23-app-icon{width:48px!important;height:48px!important}
  body.os-app-shell.home.command-center .os23-featured-main strong{font-size:21px!important}
  body.os-app-shell.tool-app .tool-app-main>.tool-hero h1{font-size:32px!important}
  .builder-page .os20-selected-workspace .selected-panel{width:100%!important;max-height:100vh!important;border-radius:0!important;padding:16px!important}
  .builder-page .os20-selected-top h2{font-size:28px!important}
  .builder-page .os20-selected-workspace .os20-generate-panel{display:block!important}
  .builder-page .os20-selected-workspace .os20-generate-panel .actions{display:grid!important;grid-template-columns:1fr!important;margin-top:10px!important}
  .builder-page .os20-selected-workspace .os20-generate-panel .actions button{width:100%!important}
}

/* P0.5G final visual corrections after Chromium review. */
body.home:not(.os-app-shell) #powershell-library .section-index{
  display:grid!important;grid-column:1!important;grid-row:1!important;
  width:42px!important;height:42px!important;place-items:center;margin:0!important;
  border:1px solid #655099!important;border-radius:9px!important;
  background:#14132a!important;color:#d8d0ff!important;
}
body.home:not(.os-app-shell) #powershell-library .os23-library-copy{grid-template-columns:42px minmax(0,1.15fr) minmax(250px,.8fr) auto!important;align-items:center!important;column-gap:16px!important}
body.home:not(.os-app-shell) #powershell-library h2{grid-column:2!important;grid-row:1!important;margin:0!important;min-width:0!important}
body.home:not(.os-app-shell) #powershell-library p{grid-column:3!important;grid-row:1!important;margin:0!important;min-width:0!important}
body.home:not(.os-app-shell) #powershell-library .btn{grid-column:4!important;grid-row:1!important;justify-self:end!important}

body.os-app-shell.home.command-center .os23-featured-main .os23-app-icon{grid-column:1!important;grid-row:1!important;margin:0!important}
body.os-app-shell.home.command-center .os23-featured-main>div{grid-column:2!important;grid-row:1!important;min-width:0!important}

/* Only the Command Center belongs in the app state. Public-home support/story blocks stay on Home. */
body.os-app-shell.home.os-command-state .home-hero,
body.os-app-shell.home.os-command-state #powershell-library,
body.os-app-shell.home.os-command-state .home-top-tools,
body.os-app-shell.home.os-command-state .os20-flow-zone,
body.os-app-shell.home.os-command-state .home-more-details,
body.os-app-shell.home.os-command-state .home-community-row,
body.os-app-shell.home.os-command-state .home-support-details{display:none!important}

@media(max-width:820px){
  body.home:not(.os-app-shell) #powershell-library .os23-library-copy{grid-template-columns:42px minmax(0,1fr)!important;row-gap:10px!important}
  body.home:not(.os-app-shell) #powershell-library h2{grid-column:2!important;grid-row:1!important}
  body.home:not(.os-app-shell) #powershell-library p{display:none!important}
  body.home:not(.os-app-shell) #powershell-library .btn{grid-column:1/-1!important;grid-row:2!important;justify-self:stretch!important;width:100%!important}
}

/* P0.5G mobile corrections: keep the featured launcher and Core strip readable. */
@media(max-width:620px){
  body.os-app-shell.home.command-center .os23-app-featured{
    grid-template-columns:1fr!important;grid-template-rows:auto auto auto!important;
    min-height:0!important;
  }
  body.os-app-shell.home.command-center .os23-featured-main{
    grid-column:1!important;grid-row:1!important;width:100%!important;
    grid-template-columns:48px minmax(0,1fr)!important;
  }
  body.os-app-shell.home.command-center .os23-app-featured .os23-preview-terminal{
    grid-column:1!important;grid-row:2!important;width:100%!important;min-height:92px!important;
  }
  body.os-app-shell.home.command-center .os23-app-featured>.os23-open-workbench{
    grid-column:1!important;grid-row:3!important;justify-self:stretch!important;width:100%!important;text-align:center!important;
  }
}
@media(max-width:820px){
  body.home:not(.os-app-shell) #powershell-library .os23-library-copy{
    min-height:0!important;height:auto!important;padding:14px!important;
  }
  body.home:not(.os-app-shell) #powershell-library .btn{position:static!important;margin:0!important}
}

/* Quiet feedback dock: ratings remain one click away without covering work. */
.feedback-panel .feedback-trigger{
  min-height:30px;padding:5px 9px;border:1px solid #2b5668;border-radius:8px;
  background:#0a202b;color:#a8dce7;font-size:10px;font-weight:800;letter-spacing:.02em;
}
.feedback-panel:not(.is-open){padding:6px!important;gap:0!important;border-color:#203f4e!important;background:rgba(5,14,20,.92)!important}
.feedback-panel:not(.is-open) .feedback-copy,
.feedback-panel:not(.is-open) .feedback-options{display:none!important}
.feedback-panel.is-open .feedback-trigger{background:#103341;border-color:#4a899e;color:#eefbfc}
.feedback-panel.is-open{max-width:310px!important}
@media(max-width:620px){
  .feedback-panel:not(.is-open){right:10px!important;bottom:10px!important;left:auto!important;width:auto!important}
  .feedback-panel .feedback-trigger{min-height:32px;padding:5px 10px}
}

/* Empty results stay compact; the workspace expands only when there is output. */
body.os-app-shell.tool-app .converter-output-panel #result:placeholder-shown{min-height:118px!important;height:118px!important}
body.os-app-shell.tool-app .converter-output-panel #result:not(:placeholder-shown){min-height:280px!important;height:auto!important}

/* ========================================================================== 
   P0.5H - Calm Workspace
   One screen = one task = one primary action.
   This layer intentionally reduces visible metadata and control-like decoration.
   ========================================================================== */

/* ---------- Global readability / interaction hierarchy ---------- */
:root{
  --os-calm-text:#ecf7fa;
  --os-calm-muted:#9db6c1;
  --os-calm-subtle:#6f8b97;
  --os-calm-line:#1d3b49;
  --os-calm-line-strong:#2f6375;
  --os-calm-surface:#07151e;
  --os-calm-surface-2:#0a1d27;
  --os-calm-hover:#102d3b;
  --os-calm-cyan:#67ddea;
  --os-calm-purple:#9d75ff;
}

/* ---------- PUBLIC HOME: product first, information second ---------- */
body.home:not(.os-app-shell) .home-hero{border-bottom:0!important}
body.home:not(.os-app-shell) .hero-layout{width:min(1360px,calc(100% - 72px));min-height:515px!important;gap:70px!important}
body.home:not(.os-app-shell) .hero-copy{padding:74px 0 58px!important}
body.home:not(.os-app-shell) .hero-copy h1{max-width:690px;font-size:58px!important;line-height:1.02!important;letter-spacing:-.045em!important}
body.home:not(.os-app-shell) .hero-copy>p{max-width:610px;font-size:17px!important;line-height:1.55!important;color:#a9bec7!important}
body.home:not(.os-app-shell) .hero-cta{margin-top:28px!important;gap:12px!important}
body.home:not(.os-app-shell) .hero-cta .btn{min-height:48px!important;padding:0 22px!important;font-size:14px!important;border-radius:9px!important}
body.home:not(.os-app-shell) .hero-trust{margin-top:22px!important;font-size:12px!important;color:#86a4af!important}
body.home:not(.os-app-shell) .hero-mark{align-self:center!important;max-width:565px!important}

/* Tools are the first real product surface after the hero. */
body.home:not(.os-app-shell) .home-top-tools{
  padding:58px 0 62px!important;
  background:linear-gradient(180deg,#061019 0%,#07131c 100%)!important;
  border-top:1px solid #132c38!important;
  border-bottom:0!important;
}
body.home:not(.os-app-shell) .home-top-tools>.wrap{width:min(1360px,calc(100% - 72px))!important}
body.home:not(.os-app-shell) .home-section-label{font-size:10px!important;letter-spacing:.16em!important;margin-bottom:10px!important;color:var(--os-calm-cyan)!important}
body.home:not(.os-app-shell) .home-tools-heading{
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,470px) auto!important;
  align-items:end!important;gap:32px!important;margin-bottom:28px!important;
}
body.home:not(.os-app-shell) .home-tools-heading h2{margin:0!important;font-size:34px!important;line-height:1.12!important;letter-spacing:-.035em!important;color:var(--os-calm-text)!important}
body.home:not(.os-app-shell) .home-tools-heading p{margin:0!important;font-size:15px!important;line-height:1.55!important;color:var(--os-calm-muted)!important}
body.home:not(.os-app-shell) .home-tools-link{align-self:center!important;justify-self:end!important;color:var(--os-calm-cyan)!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important;white-space:nowrap!important}
body.home:not(.os-app-shell) .home-tool-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
body.home:not(.os-app-shell) .home-tool-module{
  min-height:132px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr) auto!important;
  align-items:center!important;gap:18px!important;padding:22px!important;border:1px solid var(--os-calm-line)!important;
  border-radius:12px!important;background:var(--os-calm-surface)!important;box-shadow:none!important;text-decoration:none!important;
}
body.home:not(.os-app-shell) .home-tool-module:hover,
body.home:not(.os-app-shell) .home-tool-module:focus-visible{background:var(--os-calm-hover)!important;border-color:#438397!important;transform:translateY(-1px)!important}
body.home:not(.os-app-shell) .home-tool-icon{width:58px!important;height:58px!important;border-radius:11px!important;font-size:13px!important}
body.home:not(.os-app-shell) .home-tool-module strong{display:block!important;font-size:19px!important;line-height:1.2!important;color:#f2fafb!important;margin:0 0 6px!important}
body.home:not(.os-app-shell) .home-tool-module small{display:block!important;max-width:460px!important;font-size:14px!important;line-height:1.5!important;color:#9db5c0!important}
body.home:not(.os-app-shell) .home-tool-module>b{font-size:20px!important;color:#8acbd8!important;font-weight:500!important}

/* PowerShell: wide flagship strip, with the script count demoted to metadata. */
body.home:not(.os-app-shell) #powershell-library{padding:0 0 58px!important;background:#07131c!important;border:0!important}
body.home:not(.os-app-shell) #powershell-library>.wrap{width:min(1360px,calc(100% - 72px))!important}
body.home:not(.os-app-shell) #powershell-library .os23-library-copy{
  width:100%!important;max-width:none!important;min-height:142px!important;
  display:grid!important;grid-template-columns:64px minmax(0,1fr) minmax(330px,.9fr) auto!important;
  grid-template-rows:auto auto!important;align-items:center!important;column-gap:24px!important;row-gap:5px!important;
  padding:28px 30px!important;border:1px solid #34365b!important;border-radius:13px!important;
  background:linear-gradient(110deg,#0b1825 0%,#10182a 58%,#17152d 100%)!important;
}
body.home:not(.os-app-shell) #powershell-library .section-index{
  grid-column:1!important;grid-row:1/3!important;width:58px!important;height:58px!important;display:grid!important;place-items:center!important;
  border:1px solid #7356aa!important;border-radius:12px!important;background:#17132e!important;color:#d9ceff!important;
  font:800 12px ui-monospace,SFMono-Regular,Consolas,monospace!important;letter-spacing:.08em!important;
}
body.home:not(.os-app-shell) #powershell-library h2{grid-column:2!important;grid-row:1!important;margin:0!important;font-size:27px!important;line-height:1.15!important;letter-spacing:-.025em!important;white-space:normal!important}
body.home:not(.os-app-shell) #powershell-library p{grid-column:3!important;grid-row:1/3!important;display:block!important;margin:0!important;font-size:14px!important;line-height:1.55!important;color:#a4b8c2!important}
body.home:not(.os-app-shell) #powershell-library .home-ps-meta{grid-column:2!important;grid-row:2!important;color:#887fa6!important;font-size:11px!important;line-height:1.3!important}
body.home:not(.os-app-shell) #powershell-library .btn{grid-column:4!important;grid-row:1/3!important;position:static!important;justify-self:end!important;min-height:44px!important;padding:0 18px!important;border-color:#7658ad!important;background:#17142e!important;color:#ddd3ff!important;font-size:13px!important}
body.home:not(.os-app-shell) #powershell-library .btn:hover{background:#241d43!important;border-color:#9b7bd1!important;color:#fff!important}

/* Explanatory steps must read like explanation, not controls. */
body.home:not(.os-app-shell) .os20-flow-zone{padding:54px 0 64px!important;background:#07131c!important;border:0!important}
body.home:not(.os-app-shell) .os20-flow-zone>.wrap{width:min(1360px,calc(100% - 72px))!important}
body.home:not(.os-app-shell) .home-flow-title{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,520px)!important;gap:32px!important;align-items:end!important;margin-bottom:30px!important}
body.home:not(.os-app-shell) .home-flow-title .section-index{grid-column:1/-1!important;margin:0 0 -14px!important;font-size:10px!important;letter-spacing:.16em!important}
body.home:not(.os-app-shell) .home-flow-title h2{margin:0!important;font-size:30px!important;letter-spacing:-.03em!important;line-height:1.15!important}
body.home:not(.os-app-shell) .home-flow-title p{margin:0!important;font-size:15px!important;line-height:1.5!important;color:#91aab5!important}
body.home:not(.os-app-shell) .os20-flow{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:36px!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}
body.home:not(.os-app-shell) .os20-flow-step{position:relative!important;min-height:88px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;align-items:start!important;gap:14px!important;padding:0!important;border:0!important;background:transparent!important}
body.home:not(.os-app-shell) .os20-flow-step+.os20-flow-step{border:0!important}
body.home:not(.os-app-shell) .os20-flow-step:not(:last-child)::after{content:'→';position:absolute;right:-23px;top:8px;color:#426d79;font-size:18px;font-weight:400}
body.home:not(.os-app-shell) .os20-flow-step>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:0!important;border-radius:50%!important;background:#0b2834!important;color:#6bdfe9!important;font:800 10px ui-monospace,SFMono-Regular,Consolas,monospace!important}
body.home:not(.os-app-shell) .os20-flow-step strong{display:block!important;font-size:17px!important;line-height:1.2!important;color:#eef8fa!important;margin:4px 0 6px!important}
body.home:not(.os-app-shell) .os20-flow-step small{display:block!important;font-size:14px!important;line-height:1.5!important;color:#8fa7b1!important}

/* Information chapter: permanently open and visually separate from the product launcher. */
body.home:not(.os-app-shell) .home-about-section{
  width:100%!important;max-width:none!important;margin:0!important;padding:0 0 28px!important;
  border:0!important;border-top:1px solid #294a58!important;border-radius:0!important;background:#081720!important;
}
body.home:not(.os-app-shell) .home-about-header{padding:70px 0 42px!important;background:linear-gradient(180deg,#0a1a24 0%,#081720 100%)!important;border-bottom:1px solid #17333f!important}
body.home:not(.os-app-shell) .home-about-header>.wrap{width:min(1360px,calc(100% - 72px))!important}
body.home:not(.os-app-shell) .home-about-header .section-index{display:block!important;margin:0 0 10px!important;font-size:10px!important;letter-spacing:.17em!important;color:#69dce7!important}
body.home:not(.os-app-shell) .home-about-header h2{margin:0!important;font-size:38px!important;line-height:1.12!important;letter-spacing:-.035em!important;color:#eff8fa!important}
body.home:not(.os-app-shell) .home-about-header p{max-width:720px!important;margin:12px 0 0!important;font-size:16px!important;line-height:1.55!important;color:#9fb5be!important}
body.home:not(.os-app-shell) .home-more-inner{width:100%!important;max-width:none!important;padding:0!important}
body.home:not(.os-app-shell) .home-about-section .featured-zone,
body.home:not(.os-app-shell) .home-about-section .principle-zone,
body.home:not(.os-app-shell) .home-about-section .role-zone{background:transparent!important}
body.home:not(.os-app-shell) .home-community-row{width:min(1360px,calc(100% - 72px))!important;margin:28px auto!important}
body.home:not(.os-app-shell) .home-about-faq{display:block!important;width:100%!important;margin:0!important;border:0!important;background:transparent!important}
body.home:not(.os-app-shell) .home-about-faq>#faq{display:block!important}
body.home:not(.os-app-shell) .home-about-faq .home-cta{display:block!important}

/* ---------- COMMAND CENTER: launcher, not dashboard ---------- */
body.os-app-shell.home.command-center .ops-top-status{display:none!important}
body.os-app-shell.home.command-center .ops-topbar{min-height:64px!important}
body.os-app-shell.home.command-center .ops-top-search{max-width:540px!important}
body.os-app-shell.home.command-center .os20-hero-statbar,
body.os-app-shell.home.command-center .os23-top-toolsbar{display:none!important}
body.os-app-shell.home.command-center .os23-command-center>.wrap{
  width:min(1120px,calc(100% - 72px))!important;max-width:none!important;margin:0 0 0 48px!important;padding:54px 0 74px!important;
}
body.os-app-shell.home.command-center .os23-tool-head{display:block!important;margin:0 0 30px!important;padding:0!important;border:0!important}
body.os-app-shell.home.command-center .os23-tool-head .section-index{display:block!important;margin:0 0 8px!important;color:#69dce7!important;font-size:9px!important;letter-spacing:.17em!important}
body.os-app-shell.home.command-center .os23-tool-head h2{margin:0!important;font-size:36px!important;line-height:1.1!important;letter-spacing:-.04em!important;color:#f1f9fa!important}
body.os-app-shell.home.command-center .os23-tool-head p{max-width:660px!important;margin:10px 0 0!important;font-size:15px!important;line-height:1.55!important;color:#96afb9!important;text-align:left!important}

body.os-app-shell.home.command-center .os23-tool-deck{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important}
body.os-app-shell.home.command-center .os23-app-card{
  min-height:154px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;grid-template-rows:auto auto!important;
  column-gap:18px!important;row-gap:18px!important;align-content:start!important;padding:24px!important;
  border:1px solid var(--os-calm-line)!important;border-radius:12px!important;background:var(--os-calm-surface)!important;
  box-shadow:none!important;overflow:hidden!important;text-decoration:none!important;
}
body.os-app-shell.home.command-center .os23-app-card::after{display:none!important}
body.os-app-shell.home.command-center .os23-app-card:hover,
body.os-app-shell.home.command-center .os23-app-card:focus-visible{transform:translateY(-1px)!important;background:var(--os-calm-hover)!important;border-color:#47869b!important;box-shadow:0 14px 34px rgba(0,0,0,.18)!important}
body.os-app-shell.home.command-center .os23-app-card>.os23-app-icon{grid-column:1!important;grid-row:1!important;width:58px!important;height:58px!important;margin:0!important;display:grid!important;place-items:center!important;border-radius:11px!important;border:1px solid #2a5d6f!important;background:#071b24!important;color:#7be5ec!important;font-size:11px!important;font-weight:850!important}
body.os-app-shell.home.command-center .os23-card-copy{grid-column:2!important;grid-row:1!important;align-self:center!important;min-width:0!important}
body.os-app-shell.home.command-center .os23-card-copy strong{display:block!important;margin:0 0 7px!important;font-size:20px!important;line-height:1.18!important;letter-spacing:-.025em!important;color:#f1f9fa!important}
body.os-app-shell.home.command-center .os23-card-copy small{display:block!important;margin:0!important;font-size:15px!important;line-height:1.5!important;color:#9db6c1!important}
body.os-app-shell.home.command-center .os23-app-card>.os23-open-tool{grid-column:2!important;grid-row:2!important;align-self:end!important;justify-self:start!important;min-height:auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#77dbe5!important;font-size:13px!important;font-weight:800!important;white-space:normal!important;text-align:left!important}
body.os-app-shell.home.command-center .os23-app-card:hover>.os23-open-tool{background:transparent!important;color:#e8fbfd!important}

/* Flagship: prominent through scale and accent, not through extra information. */
body.os-app-shell.home.command-center .os23-app-featured{
  grid-column:1/-1!important;min-height:178px!important;display:grid!important;grid-template-columns:70px minmax(0,1fr) auto!important;grid-template-rows:1fr!important;
  align-items:center!important;gap:22px!important;padding:28px 30px!important;border-color:#4b3f73!important;
  background:linear-gradient(112deg,#0a1722 0%,#0c1825 62%,#17152b 100%)!important;
}
body.os-app-shell.home.command-center .os23-app-featured>.os23-app-icon{grid-column:1!important;grid-row:1!important;width:68px!important;height:68px!important;border-color:#7255aa!important;background:#17132e!important;color:#d8ceff!important;font-size:13px!important}
body.os-app-shell.home.command-center .os23-app-featured>.os23-card-copy{grid-column:2!important;grid-row:1!important;align-self:center!important}
body.os-app-shell.home.command-center .os23-app-featured>.os23-card-copy strong{font-size:28px!important;margin-bottom:9px!important}
body.os-app-shell.home.command-center .os23-app-featured>.os23-card-copy small{max-width:630px!important;font-size:16px!important;color:#b0c2ca!important}
body.os-app-shell.home.command-center .os23-app-featured>.os23-open-tool{grid-column:3!important;grid-row:1!important;align-self:center!important;justify-self:end!important;min-height:44px!important;padding:0 18px!important;border:1px solid #7857b5!important;border-radius:9px!important;background:#251b47!important;color:#eee8ff!important;font-size:13px!important;display:flex!important;align-items:center!important}
body.os-app-shell.home.command-center .os23-app-featured:hover>.os23-open-tool{background:#352360!important;border-color:#9a77d2!important;color:#fff!important}
body.os-app-shell.home.command-center .os23-app-featured .os23-tool-preview,
body.os-app-shell.home.command-center .os23-signature,
body.os-app-shell.home.command-center .os23-featured-main{display:none!important}

/* Recent and pinned are secondary and exist only when useful. */
body.os-app-shell.home.command-center .os23-command-lower{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin-top:34px!important}
body.os-app-shell.home.command-center .os23-panel{min-height:0!important;padding:0!important;border:0!important;border-top:1px solid #244553!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body.os-app-shell.home.command-center .os23-panel.is-empty{display:none!important}
body.os-app-shell.home.command-center .os23-panel-head{padding:18px 0 10px!important}
body.os-app-shell.home.command-center .os23-panel-head strong{font-size:16px!important;color:#dcebed!important}
body.os-app-shell.home.command-center .os23-panel-head a{font-size:11px!important;color:#6fcfd9!important}
body.os-app-shell.home.command-center .os23-list{display:grid!important;gap:6px!important}
body.os-app-shell.home.command-center .os23-item{min-height:50px!important;border:0!important;border-radius:8px!important;background:#081a23!important}
body.os-app-shell.home.command-center .os23-item:hover{background:#0d2935!important}
body.os-app-shell.home.command-center .os23-item-copy strong{font-size:13px!important}
body.os-app-shell.home.command-center .os23-item-copy small,
body.os-app-shell.home.command-center .os23-item-copy em{font-size:10px!important}

/* Dedicated Favorites/Recent states may show the selected list even when empty. */
body.os-app-shell.home.ops-view-favorites .os23-favorite-panel.is-empty,
body.os-app-shell.home.ops-view-recent .os23-recent-panel.is-empty{display:block!important}
body.os-app-shell.home.ops-view-favorites .os23-command-lower,
body.os-app-shell.home.ops-view-recent .os23-command-lower{grid-template-columns:minmax(0,760px)!important;margin-top:10px!important}

/* ---------- Responsive Calm Workspace ---------- */
@media(max-width:1180px){
  body.home:not(.os-app-shell) .home-tools-heading{grid-template-columns:1fr auto!important}
  body.home:not(.os-app-shell) .home-tools-heading p{grid-column:1!important;grid-row:2!important}
  body.home:not(.os-app-shell) .home-tools-link{grid-column:2!important;grid-row:1/3!important}
  body.home:not(.os-app-shell) #powershell-library .os23-library-copy{grid-template-columns:58px minmax(0,1fr) auto!important}
  body.home:not(.os-app-shell) #powershell-library p{grid-column:2!important;grid-row:2!important}
  body.home:not(.os-app-shell) #powershell-library .home-ps-meta{display:none!important}
  body.home:not(.os-app-shell) #powershell-library .btn{grid-column:3!important;grid-row:1/3!important}
}
@media(max-width:980px){
  body.os-app-shell.home.command-center .os23-command-center>.wrap{width:calc(100% - 48px)!important;margin-left:24px!important;margin-right:24px!important}
  body.os-app-shell.home.command-center .os23-app-featured{grid-template-columns:64px minmax(0,1fr)!important;grid-template-rows:auto auto!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-app-icon{grid-column:1!important;grid-row:1!important;width:60px!important;height:60px!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-card-copy{grid-column:2!important;grid-row:1!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-open-tool{grid-column:2!important;grid-row:2!important;justify-self:start!important}
  body.home:not(.os-app-shell) .hero-layout{width:calc(100% - 48px)!important;grid-template-columns:1fr 390px!important;gap:38px!important}
  body.home:not(.os-app-shell) .hero-copy h1{font-size:50px!important}
}
@media(max-width:820px){
  body.home:not(.os-app-shell) .hero-layout,
  body.home:not(.os-app-shell) .home-top-tools>.wrap,
  body.home:not(.os-app-shell) #powershell-library>.wrap,
  body.home:not(.os-app-shell) .os20-flow-zone>.wrap,
  body.home:not(.os-app-shell) .home-about-header>.wrap,
  body.home:not(.os-app-shell) .home-community-row{width:calc(100% - 30px)!important}
  body.home:not(.os-app-shell) .home-tools-heading{display:block!important}
  body.home:not(.os-app-shell) .home-tools-heading p{margin-top:9px!important}
  body.home:not(.os-app-shell) .home-tools-link{display:inline-block!important;margin-top:14px!important}
  body.home:not(.os-app-shell) .home-tool-row{grid-template-columns:1fr!important}
  body.home:not(.os-app-shell) #powershell-library .os23-library-copy{grid-template-columns:54px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;padding:22px!important}
  body.home:not(.os-app-shell) #powershell-library .section-index{width:52px!important;height:52px!important;grid-row:1/3!important}
  body.home:not(.os-app-shell) #powershell-library h2{grid-column:2!important;grid-row:1!important;font-size:24px!important}
  body.home:not(.os-app-shell) #powershell-library p{grid-column:2!important;grid-row:2!important;display:block!important;font-size:13px!important}
  body.home:not(.os-app-shell) #powershell-library .btn{grid-column:1/-1!important;grid-row:3!important;justify-self:stretch!important;width:100%!important;margin-top:8px!important}
  body.home:not(.os-app-shell) .home-flow-title{display:block!important}
  body.home:not(.os-app-shell) .home-flow-title .section-index{margin:0 0 8px!important}
  body.home:not(.os-app-shell) .home-flow-title p{margin-top:8px!important}
  body.home:not(.os-app-shell) .os20-flow{grid-template-columns:1fr!important;gap:22px!important}
  body.home:not(.os-app-shell) .os20-flow-step:not(:last-child)::after{content:'↓';right:auto;left:11px;top:auto;bottom:-19px!important}
  body.home:not(.os-app-shell) .home-about-header{padding:48px 0 30px!important}
  body.home:not(.os-app-shell) .home-about-header h2{font-size:32px!important}
  body.os-app-shell.home.command-center .os23-command-center>.wrap{width:calc(100% - 28px)!important;margin:0 14px!important;padding-top:34px!important}
  body.os-app-shell.home.command-center .os23-tool-deck{grid-template-columns:1fr!important}
  body.os-app-shell.home.command-center .os23-app-card{min-height:140px!important}
  body.os-app-shell.home.command-center .os23-command-lower{grid-template-columns:1fr!important}
}
@media(max-width:620px){
  body.home:not(.os-app-shell) .hero-copy{padding-top:44px!important}
  body.home:not(.os-app-shell) .hero-copy h1{font-size:40px!important}
  body.home:not(.os-app-shell) .home-top-tools{padding:42px 0 46px!important}
  body.home:not(.os-app-shell) .home-tools-heading h2{font-size:28px!important}
  body.home:not(.os-app-shell) .home-tool-module{min-height:118px!important;grid-template-columns:50px minmax(0,1fr) auto!important;padding:18px!important;gap:14px!important}
  body.home:not(.os-app-shell) .home-tool-icon{width:50px!important;height:50px!important}
  body.home:not(.os-app-shell) .home-tool-module strong{font-size:17px!important}
  body.home:not(.os-app-shell) .home-tool-module small{font-size:13px!important}
  body.home:not(.os-app-shell) .os20-flow-zone{padding:42px 0 50px!important}
  body.os-app-shell.home.command-center .os23-tool-head h2{font-size:30px!important}
  body.os-app-shell.home.command-center .os23-tool-head p{font-size:14px!important}
  body.os-app-shell.home.command-center .os23-app-card{grid-template-columns:52px minmax(0,1fr)!important;grid-template-rows:auto auto!important;padding:19px!important;gap:14px!important}
  body.os-app-shell.home.command-center .os23-app-card>.os23-app-icon{width:50px!important;height:50px!important}
  body.os-app-shell.home.command-center .os23-card-copy strong{font-size:18px!important}
  body.os-app-shell.home.command-center .os23-card-copy small{font-size:14px!important}
  body.os-app-shell.home.command-center .os23-app-card>.os23-open-tool{grid-column:2!important;grid-row:2!important;font-size:13px!important}
  body.os-app-shell.home.command-center .os23-app-featured{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;grid-template-rows:auto auto!important;min-height:168px!important;padding:20px!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-app-icon{width:54px!important;height:54px!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-card-copy strong{font-size:23px!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-card-copy small{font-size:14px!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-open-tool{grid-column:1/-1!important;grid-row:2!important;justify-self:stretch!important;justify-content:center!important;width:100%!important;margin-top:4px!important}
}

/* Command Center app state must not leak the public-home information chapter. */
body.os-app-shell.home.os-command-state .home-about-section{display:none!important}


/* ========================================================================== 
   P0.5I - Shell Alignment & Consistency
   One centered workspace, one shared topbar/search component, clearer home info.
   ========================================================================== */

/* Shared shell: Command Center and every tool use the same topbar geometry. */
body.os-app-shell .ops-topbar{
  height:64px!important;
  min-height:64px!important;
  padding:0 22px!important;
  gap:14px!important;
}
body.os-app-shell .ops-topbar-context{
  flex:0 0 176px!important;
  min-width:176px!important;
  max-width:176px!important;
}
body.os-app-shell .ops-top-search{
  flex:1 1 420px!important;
  width:auto!important;
  max-width:560px!important;
  min-height:42px!important;
  padding:3px 6px 3px 11px!important;
  gap:9px!important;
  border:1px solid #285264!important;
  border-radius:10px!important;
  background:#071720!important;
  box-shadow:none!important;
}
body.os-app-shell .ops-top-search:focus-within{
  border-color:#58bfd0!important;
  box-shadow:0 0 0 3px rgba(97,233,245,.07)!important;
  background:#081b25!important;
}
body.os-app-shell .ops-search-icon{
  flex:0 0 20px!important;
  display:grid!important;
  place-items:center!important;
  color:#7899a6!important;
  font:700 19px/1 ui-sans-serif,system-ui,sans-serif!important;
  transform:translateY(-1px);
}
body.os-app-shell .ops-top-search input{
  min-width:0!important;
  width:100%!important;
  height:34px!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#e9f5f8!important;
  font-size:14px!important;
}
body.os-app-shell .ops-top-search input:focus,
body.os-app-shell .ops-top-search input:focus-visible{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
body.os-app-shell .ops-top-search input::placeholder{color:#78929e!important}
body.os-app-shell .ops-top-search kbd{
  flex:0 0 auto!important;
  min-width:46px!important;
  padding:5px 7px!important;
  border:1px solid #315e70!important;
  border-radius:6px!important;
  background:#0b202b!important;
  color:#a9c0c9!important;
  text-align:center!important;
  font:800 9px/1.1 ui-monospace,SFMono-Regular,Consolas,monospace!important;
}
body.os-app-shell .ops-top-status{
  display:flex!important;
  margin-left:auto!important;
}
body.os-app-shell.home.command-center .ops-top-status{display:flex!important}
body.os-app-shell.home.command-center .ops-topbar{min-height:64px!important}
body.os-app-shell.home.command-center .ops-top-search{max-width:560px!important}

/* Center the application workspace inside the space to the right of the sidebar. */
body.os-app-shell.home.command-center .os23-command-center>.wrap{
  width:min(1220px,calc(100% - 72px))!important;
  max-width:1220px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-top:54px!important;
}
body.os-app-shell.tool-app .ops-content>main.wrap{
  width:min(1320px,calc(100% - 72px))!important;
  max-width:1320px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.os-app-shell.tool-app .tool-app-main>.tool-hero{
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.os-app-shell.tool-app .tool-workspace,
body.os-app-shell.tool-app .os20-builder-workbench{
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.os-app-shell.tool-app .ops-tool-more,
body.os-app-shell.tool-app .tool-app-main>.feedback-panel{
  width:min(1180px,100%)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* About chapter readability: labels and principles must remain legible on the darker information surface. */
body.home:not(.os-app-shell) .home-about-section .section-index{
  color:#72e4ed!important;
  opacity:1!important;
  text-shadow:none!important;
}
body.home:not(.os-app-shell) .principle-zone .section-split.light h2,
body.home:not(.os-app-shell) .principle-zone .principle-grid h3{
  color:#edf7fa!important;
}
body.home:not(.os-app-shell) .principle-zone .section-split.light>p,
body.home:not(.os-app-shell) .principle-zone .principle-grid p{
  color:#9db5c0!important;
}
body.home:not(.os-app-shell) .principle-zone .principle-number{
  color:#78dce6!important;
  opacity:1!important;
}
body.home:not(.os-app-shell) .role-zone .section-index{color:#72e4ed!important;opacity:1!important}

/* Responsive shell remains one system rather than page-specific variants. */
@media(max-width:1380px){
  body.os-app-shell .ops-topbar-context{flex-basis:158px!important;min-width:158px!important;max-width:158px!important}
  body.os-app-shell .ops-top-search{max-width:470px!important}
  body.os-app-shell .ops-status{padding:5px 7px!important;font-size:8px!important}
  body.os-app-shell .ops-top-links a{padding:7px 6px!important;font-size:11px!important}
}
@media(max-width:1180px){
  body.os-app-shell .ops-top-status{display:none!important}
  body.os-app-shell.home.command-center .ops-top-status{display:none!important}
  body.os-app-shell .ops-top-search{max-width:none!important}
  body.os-app-shell.home.command-center .ops-top-search{max-width:none!important}
}
@media(max-width:980px){
  body.os-app-shell.home.command-center .os23-command-center>.wrap,
  body.os-app-shell.tool-app .ops-content>main.wrap{
    width:calc(100% - 48px)!important;
    max-width:none!important;
    margin-left:24px!important;
    margin-right:24px!important;
  }
}
@media(max-width:820px){
  body.os-app-shell.home.command-center .os23-command-center>.wrap,
  body.os-app-shell.tool-app .ops-content>main.wrap{
    width:calc(100% - 28px)!important;
    margin-left:14px!important;
    margin-right:14px!important;
  }
}
@media(max-width:1500px){
  body.os-app-shell .ops-top-status,
  body.os-app-shell.home.command-center .ops-top-status{display:none!important}
}


/* ========================================================================== */
/* P0.5J - live search + signature emphasis                                   */
/* ========================================================================== */

/* Topbar search stays focused while live suggestions update. */
body.os-app-shell .ops-top-search{position:relative!important;overflow:visible!important}
body.os-app-shell .ops-top-search-results{
  position:absolute;z-index:120;top:calc(100% + 8px);left:0;right:0;
  max-height:min(460px,62vh);overflow:auto;padding:7px;
  border:1px solid #31576a;border-radius:10px;background:#07151e;
  box-shadow:0 22px 52px rgba(0,0,0,.42)
}
body.os-app-shell .ops-top-search-results[hidden]{display:none!important}
body.os-app-shell .ops-top-search-results a{
  min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:8px 11px;border:1px solid transparent;border-radius:7px;color:#e7f2f5;text-decoration:none
}
body.os-app-shell .ops-top-search-results a:hover,
body.os-app-shell .ops-top-search-results a.is-active{background:#0e2a36;border-color:#32677a;color:#fff}
body.os-app-shell .ops-top-search-results strong{font-size:13px;line-height:1.25}
body.os-app-shell .ops-top-search-results small{flex:none;color:#7f9aa6;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
body.os-app-shell .ops-top-search-empty{padding:11px;color:#879fa9;font-size:12px}

/* Command Center is a launcher. Recent work remains available in its dedicated sidebar view. */
body.os-app-shell.home.ops-view-command-center .os23-command-lower,
body.os-app-shell.home.ops-view-tools .os23-command-lower{display:none!important}
body.os-app-shell.home.ops-view-recent .os23-command-lower,
body.os-app-shell.home.ops-view-favorites .os23-command-lower{display:grid!important}

/* Homepage PowerShell is the unmistakable signature tool without adding noise. */
body.home:not(.os-app-shell) #powershell-library .os23-library-copy{
  min-height:162px!important;grid-template-rows:auto auto auto!important;
  border-color:#4b4074!important;background:linear-gradient(108deg,#0b1825 0%,#11192d 55%,#1b1734 100%)!important;
  box-shadow:inset 3px 0 0 #7756b8!important
}
body.home:not(.os-app-shell) #powershell-library .section-index{grid-row:1/4!important}
body.home:not(.os-app-shell) #powershell-library .home-ps-signature{
  grid-column:2!important;grid-row:1!important;display:block!important;margin:0 0 2px!important;
  color:#b69aff!important;font:850 10px ui-monospace,SFMono-Regular,Consolas,monospace!important;
  letter-spacing:.15em!important;text-transform:uppercase!important
}
body.home:not(.os-app-shell) #powershell-library h2{grid-column:2!important;grid-row:2!important;font-size:30px!important}
body.home:not(.os-app-shell) #powershell-library .home-ps-meta{grid-column:2!important;grid-row:3!important;color:#9a8eb8!important;font-size:11px!important}
body.home:not(.os-app-shell) #powershell-library p{grid-column:3!important;grid-row:1/4!important;font-size:15px!important}
body.home:not(.os-app-shell) #powershell-library .btn{grid-column:4!important;grid-row:1/4!important}

@media(max-width:1180px){
  body.home:not(.os-app-shell) #powershell-library .os23-library-copy{grid-template-columns:58px minmax(0,1fr) auto!important}
  body.home:not(.os-app-shell) #powershell-library .home-ps-signature{grid-column:2!important;grid-row:1!important}
  body.home:not(.os-app-shell) #powershell-library h2{grid-column:2!important;grid-row:2!important}
  body.home:not(.os-app-shell) #powershell-library .home-ps-meta{grid-column:2!important;grid-row:3!important;display:block!important}
  body.home:not(.os-app-shell) #powershell-library p{grid-column:2!important;grid-row:4!important;margin-top:5px!important}
  body.home:not(.os-app-shell) #powershell-library .btn{grid-column:3!important;grid-row:1/5!important}
  body.home:not(.os-app-shell) #powershell-library .section-index{grid-row:1/5!important}
}
@media(max-width:820px){
  body.os-app-shell .ops-top-search-results{left:0;right:0;max-height:54vh}
  body.home:not(.os-app-shell) #powershell-library .home-ps-signature{font-size:9px!important}
}

/* ========================================================================== */
/* P0.5K - signature presence + wider launcher + homepage rhythm              */
/* ========================================================================== */

/* Command Center: use the available software canvas, while staying centered. */
body.os-app-shell.home.command-center .os23-command-center>.wrap{
  width:min(1480px,calc(100% - 64px))!important;
  max-width:1480px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-top:58px!important;
  padding-bottom:88px!important;
}
body.os-app-shell.home.command-center .os23-tool-head{
  max-width:860px!important;
  margin-bottom:34px!important;
}
body.os-app-shell.home.command-center .os23-tool-head h2{font-size:40px!important}
body.os-app-shell.home.command-center .os23-tool-head p{font-size:16px!important;max-width:760px!important}
body.os-app-shell.home.command-center .os23-tool-deck{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
body.os-app-shell.home.command-center .os23-app-card{
  min-height:176px!important;
  grid-template-columns:64px minmax(0,1fr)!important;
  column-gap:20px!important;
  row-gap:20px!important;
  padding:28px 30px!important;
  border-radius:14px!important;
}
body.os-app-shell.home.command-center .os23-app-card>.os23-app-icon{
  width:64px!important;height:64px!important;border-radius:12px!important;font-size:12px!important;
}
body.os-app-shell.home.command-center .os23-card-copy strong{font-size:22px!important;margin-bottom:8px!important}
body.os-app-shell.home.command-center .os23-card-copy small{font-size:16px!important;line-height:1.52!important;max-width:580px!important}
body.os-app-shell.home.command-center .os23-app-card>.os23-open-tool{font-size:14px!important}
body.os-app-shell.home.command-center .os23-app-featured{
  min-height:224px!important;
  grid-template-columns:84px minmax(0,1fr) auto!important;
  gap:28px!important;
  padding:34px 38px!important;
  border-radius:16px!important;
  border-color:#584985!important;
  background:radial-gradient(circle at 78% 28%,rgba(144,105,230,.13),transparent 28%),linear-gradient(112deg,#0b1825 0%,#111a2b 58%,#1b1735 100%)!important;
}
body.os-app-shell.home.command-center .os23-app-featured>.os23-app-icon{width:82px!important;height:82px!important;border-radius:15px!important;font-size:15px!important}
body.os-app-shell.home.command-center .os23-app-featured>.os23-card-copy strong{font-size:32px!important}
body.os-app-shell.home.command-center .os23-app-featured>.os23-card-copy small{font-size:17px!important;max-width:720px!important}
body.os-app-shell.home.command-center .os23-app-featured>.os23-open-tool{
  min-height:48px!important;padding:0 22px!important;font-size:14px!important;border-radius:10px!important;
}

/* Homepage signature module: a flagship product surface, not another small banner. */
body.home:not(.os-app-shell) #powershell-library{
  padding:82px 0 94px!important;
  background:linear-gradient(180deg,#07121b 0%,#08131d 100%)!important;
  border-top:1px solid #182b38!important;border-bottom:1px solid #1c3340!important;
}
body.home:not(.os-app-shell) #powershell-library>.wrap{
  width:min(1460px,calc(100% - 72px))!important;max-width:1460px!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-card{
  min-height:330px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr)!important;
  gap:46px!important;
  align-items:stretch!important;
  padding:42px 44px!important;
  border:1px solid #5a4a88!important;
  border-radius:20px!important;
  background:radial-gradient(circle at 86% 18%,rgba(148,106,235,.18),transparent 30%),linear-gradient(112deg,#0b1926 0%,#10192c 56%,#1b1736 100%)!important;
  box-shadow:inset 4px 0 0 #8465c6,0 26px 70px rgba(0,0,0,.22)!important;
  overflow:hidden!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-copy{align-self:center!important;min-width:0!important}
body.home:not(.os-app-shell) #powershell-library .home-ps-signature{
  display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0 0 16px!important;
  color:#c2aeff!important;font:850 11px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace!important;
  letter-spacing:.16em!important;text-transform:uppercase!important;
}
body.home:not(.os-app-shell) #powershell-library .home-ps-signature::before{
  content:'';width:8px;height:8px;border-radius:50%;background:#9d7be8;box-shadow:0 0 16px rgba(157,123,232,.7);
}
body.home:not(.os-app-shell) #powershell-library h2{
  margin:0 0 14px!important;font-size:clamp(40px,4.4vw,64px)!important;line-height:.98!important;letter-spacing:-.05em!important;color:#f5f3ff!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-copy>p{
  max-width:700px!important;margin:0!important;font-size:17px!important;line-height:1.65!important;color:#b2c2ca!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-meta{
  display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin:24px 0!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-stat{
  min-width:90px!important;display:flex!important;align-items:baseline!important;gap:7px!important;padding:9px 12px!important;
  border:1px solid #354458!important;border-radius:9px!important;background:rgba(5,15,24,.55)!important;color:#a8bac3!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-stat strong{font-size:18px!important;color:#eff7fa!important}
body.home:not(.os-app-shell) #powershell-library .home-signature-stat small{font-size:11px!important;color:#8ea4ae!important}
body.home:not(.os-app-shell) #powershell-library .home-signature-stat.pro{border-color:#6a5428!important}
body.home:not(.os-app-shell) #powershell-library .home-signature-stat.pro strong{color:#f2c35c!important}
body.home:not(.os-app-shell) #powershell-library .home-signature-cta{
  display:inline-flex!important;min-height:48px!important;align-items:center!important;padding:0 20px!important;margin:0!important;
  background:#7854bc!important;border-color:#9a78d6!important;color:#fff!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-cta:hover{background:#8b63cf!important;border-color:#b393e6!important}
body.home:not(.os-app-shell) #powershell-library .home-signature-console{
  min-height:246px!important;align-self:stretch!important;display:grid!important;grid-template-rows:auto 1fr auto!important;
  border:1px solid #345369!important;border-radius:15px!important;background:#050d14!important;box-shadow:inset 0 0 34px rgba(50,207,221,.025)!important;overflow:hidden!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-console-head,
body.home:not(.os-app-shell) #powershell-library .home-signature-console-foot{
  min-height:42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 16px!important;
  border-bottom:1px solid #1c3442!important;color:#9e86dd!important;font:800 9px/1 ui-monospace,SFMono-Regular,Consolas,monospace!important;letter-spacing:.13em!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-console-foot{border-top:1px solid #1c3442!important;border-bottom:0!important;color:#718b98!important}
body.home:not(.os-app-shell) #powershell-library .home-signature-console-foot strong{color:#65ddb5!important;font-size:9px!important}
body.home:not(.os-app-shell) #powershell-library .home-signature-console pre{
  margin:0!important;padding:28px 22px!important;white-space:pre-wrap!important;overflow:hidden!important;background:transparent!important;border:0!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-console code{
  color:#9fc0ca!important;font:650 13px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace!important;
}

/* The information chapter should read as separate editorial sections, not one dense slab. */
body.home:not(.os-app-shell) .home-about-section{
  padding-bottom:0!important;background:#07141d!important;border-top:1px solid #284956!important;
}
body.home:not(.os-app-shell) .home-about-header{
  padding:96px 0 62px!important;
  background:radial-gradient(circle at 18% 20%,rgba(70,210,225,.07),transparent 24%),linear-gradient(180deg,#0b1d27,#081720)!important;
}
body.home:not(.os-app-shell) .home-about-header>.wrap{width:min(1240px,calc(100% - 72px))!important}
body.home:not(.os-app-shell) .home-about-header h2{font-size:46px!important}
body.home:not(.os-app-shell) .home-about-header p{font-size:17px!important;max-width:680px!important}
body.home:not(.os-app-shell) .home-about-rhythm>section{
  padding:96px 0!important;border-bottom:1px solid #19333f!important;
}
body.home:not(.os-app-shell) .home-about-rhythm>section>.wrap{
  width:min(1240px,calc(100% - 72px))!important;max-width:1240px!important;margin-left:auto!important;margin-right:auto!important;
}
body.home:not(.os-app-shell) .home-about-rhythm>.featured-zone{background:#07141d!important}
body.home:not(.os-app-shell) .home-about-rhythm>.roadmap-zone{background:#091923!important}
body.home:not(.os-app-shell) .home-about-rhythm>.principle-zone{background:#07141d!important}
body.home:not(.os-app-shell) .home-about-rhythm>.role-zone{background:#091923!important}
body.home:not(.os-app-shell) .home-about-rhythm .section-split{margin-bottom:40px!important;gap:70px!important}
body.home:not(.os-app-shell) .home-about-rhythm .section-split h2{font-size:clamp(34px,3.4vw,48px)!important;line-height:1.08!important}
body.home:not(.os-app-shell) .home-about-rhythm .section-split>p{font-size:15px!important;line-height:1.7!important}

/* Roadmap: the homepage is a summary, not a changelog archive. */
body.home:not(.os-app-shell) .roadmap-zone .roadmap-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
body.home:not(.os-app-shell) .roadmap-zone .roadmap-card{min-height:210px!important;padding:24px!important;border-radius:14px!important;background:#0a1b25!important}
body.home:not(.os-app-shell) .roadmap-zone .roadmap-card.roadmap-live{display:none!important}
body.home:not(.os-app-shell) .roadmap-history{margin-top:70px!important;padding-top:38px!important;border-top:1px solid #244451!important}
body.home:not(.os-app-shell) .roadmap-history-head{display:grid!important;grid-template-columns:1fr minmax(300px,.9fr)!important;gap:42px!important;align-items:end!important;margin-bottom:24px!important}
body.home:not(.os-app-shell) .roadmap-history-head h3{font-size:28px!important}
body.home:not(.os-app-shell) .roadmap-history-head p{font-size:14px!important;line-height:1.6!important}
body.home:not(.os-app-shell) .roadmap-history-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
body.home:not(.os-app-shell) .roadmap-history-item{min-height:180px!important;padding:20px!important;border-radius:12px!important;background:#081720!important}
body.home:not(.os-app-shell) .roadmap-history-item:nth-child(n+5){display:none!important}
body.home:not(.os-app-shell) .roadmap-history-action{margin-top:22px!important;text-align:right!important}
body.home:not(.os-app-shell) .roadmap-history-action a{font-size:13px!important;font-weight:800!important;color:#73dce6!important}

/* Principles become four calm cards rather than a ruled data table. */
body.home:not(.os-app-shell) .principle-zone .section-split{margin-bottom:46px!important}
body.home:not(.os-app-shell) .principle-grid{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;border:0!important;
}
body.home:not(.os-app-shell) .principle-grid article,
body.home:not(.os-app-shell) .principle-grid article:not(:first-child){
  min-height:190px!important;padding:24px 26px!important;border:1px solid #1d3a47!important;border-radius:14px!important;background:#0a1a24!important;
}
body.home:not(.os-app-shell) .principle-grid article:last-child{border-right:1px solid #1d3a47!important}
body.home:not(.os-app-shell) .principle-grid h3{margin:16px 0 9px!important;font-size:20px!important}
body.home:not(.os-app-shell) .principle-grid p{font-size:15px!important;line-height:1.6!important}

/* Audience section is compact and editorial, so it does not become another heavy wall. */
body.home:not(.os-app-shell) .role-zone .role-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)!important;gap:88px!important;align-items:start!important}
body.home:not(.os-app-shell) .role-zone .role-title h2{font-size:clamp(34px,3.6vw,50px)!important;max-width:520px!important}
body.home:not(.os-app-shell) .role-zone .role-list{border-top:1px solid #274754!important}
body.home:not(.os-app-shell) .role-zone .role-list>div{min-height:64px!important;padding:16px 0!important;border-bottom:1px solid #1e3945!important}
body.home:not(.os-app-shell) .role-zone .role-list b{font-size:15px!important}
body.home:not(.os-app-shell) .role-zone .role-list span{font-size:14px!important}

/* Community + FAQ have their own breathing room outside the editorial chapter. */
body.home:not(.os-app-shell) .home-community-row{width:min(1240px,calc(100% - 72px))!important;margin:64px auto!important;padding:28px 0!important}
body.home:not(.os-app-shell) .home-about-faq>#faq{padding:96px 0!important;background:#07141d!important;border-top:1px solid #1d3946!important}
body.home:not(.os-app-shell) .home-about-faq>#faq>.wrap{width:min(1240px,calc(100% - 72px))!important;max-width:1240px!important}
body.home:not(.os-app-shell) .home-about-faq .home-cta{padding:72px 0 88px!important;background:#091923!important;border-top:1px solid #1c3642!important}
body.home:not(.os-app-shell) .home-about-faq .home-cta>.wrap{width:min(1240px,calc(100% - 72px))!important;max-width:1240px!important}

@media(max-width:1180px){
  body.home:not(.os-app-shell) #powershell-library .home-signature-card{grid-template-columns:1fr!important;gap:28px!important}
  body.home:not(.os-app-shell) #powershell-library .home-signature-console{min-height:220px!important}
  body.os-app-shell.home.command-center .os23-command-center>.wrap{width:calc(100% - 48px)!important;max-width:none!important}
}
@media(max-width:900px){
  body.os-app-shell.home.command-center .os23-tool-deck{grid-template-columns:1fr!important}
  body.os-app-shell.home.command-center .os23-app-featured{grid-template-columns:72px minmax(0,1fr)!important;grid-template-rows:auto auto!important;min-height:0!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-open-tool{grid-column:2!important;grid-row:2!important;justify-self:start!important}
  body.home:not(.os-app-shell) .roadmap-zone .roadmap-grid,
  body.home:not(.os-app-shell) .principle-grid{grid-template-columns:1fr!important}
  body.home:not(.os-app-shell) .roadmap-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.home:not(.os-app-shell) .role-zone .role-layout{grid-template-columns:1fr!important;gap:36px!important}
}
@media(max-width:620px){
  body.os-app-shell.home.command-center .os23-command-center>.wrap{width:calc(100% - 28px)!important;padding-top:34px!important;padding-bottom:56px!important}
  body.os-app-shell.home.command-center .os23-app-card{min-height:0!important;padding:20px!important;grid-template-columns:50px minmax(0,1fr)!important}
  body.os-app-shell.home.command-center .os23-app-card>.os23-app-icon{width:50px!important;height:50px!important}
  body.os-app-shell.home.command-center .os23-card-copy strong{font-size:19px!important}
  body.os-app-shell.home.command-center .os23-card-copy small{font-size:14px!important}
  body.os-app-shell.home.command-center .os23-app-featured{padding:24px!important;grid-template-columns:58px minmax(0,1fr)!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-app-icon{width:58px!important;height:58px!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-card-copy strong{font-size:25px!important}
  body.os-app-shell.home.command-center .os23-app-featured>.os23-card-copy small{font-size:15px!important}
  body.home:not(.os-app-shell) #powershell-library{padding:58px 0!important}
  body.home:not(.os-app-shell) #powershell-library>.wrap,
  body.home:not(.os-app-shell) .home-about-header>.wrap,
  body.home:not(.os-app-shell) .home-about-rhythm>section>.wrap,
  body.home:not(.os-app-shell) .home-community-row,
  body.home:not(.os-app-shell) .home-about-faq>#faq>.wrap,
  body.home:not(.os-app-shell) .home-about-faq .home-cta>.wrap{width:calc(100% - 32px)!important}
  body.home:not(.os-app-shell) #powershell-library .home-signature-card{padding:26px 22px!important;border-radius:16px!important}
  body.home:not(.os-app-shell) #powershell-library h2{font-size:38px!important}
  body.home:not(.os-app-shell) #powershell-library .home-signature-copy>p{font-size:15px!important}
  body.home:not(.os-app-shell) .home-about-header{padding:70px 0 46px!important}
  body.home:not(.os-app-shell) .home-about-rhythm>section{padding:70px 0!important}
  body.home:not(.os-app-shell) .roadmap-history-head{grid-template-columns:1fr!important;gap:10px!important}
  body.home:not(.os-app-shell) .roadmap-history-grid{grid-template-columns:1fr!important}
  body.home:not(.os-app-shell) .roadmap-history-item:nth-child(n+4){display:none!important}
}
body.home:not(.os-app-shell) #powershell-library .home-ps-meta{display:none!important}
@media(max-width:620px){
  body.os-app-shell.home.command-center .os23-app-featured>.os23-open-tool{
    padding:0 14px!important;font-size:13px!important;white-space:nowrap!important;
  }
}

/* ========================================================================== */
/* P0.5L - proportion, library width and editorial breathing room             */
/* ========================================================================== */

/* Homepage hierarchy: signature first, but compact enough to stay focused. */
body.home:not(.os-app-shell) #powershell-library{
  padding:52px 0 56px!important;
  background:linear-gradient(180deg,#061019 0%,#07131c 100%)!important;
  border-top:1px solid #142b38!important;
  border-bottom:1px solid #1b3441!important;
}
body.home:not(.os-app-shell) #powershell-library>.wrap{
  width:min(1360px,calc(100% - 72px))!important;
  max-width:1360px!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-card{
  min-height:262px!important;
  grid-template-columns:minmax(0,1.02fr) minmax(390px,.88fr)!important;
  gap:38px!important;
  padding:32px 36px!important;
  border-radius:17px!important;
  box-shadow:inset 3px 0 0 #8465c6,0 20px 52px rgba(0,0,0,.18)!important;
}
body.home:not(.os-app-shell) #powershell-library .home-ps-signature{
  margin-bottom:12px!important;
  font-size:10px!important;
}
body.home:not(.os-app-shell) #powershell-library h2{
  margin-bottom:11px!important;
  font-size:clamp(38px,3.8vw,52px)!important;
  line-height:1!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-copy>p{
  max-width:620px!important;
  font-size:16px!important;
  line-height:1.58!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-meta{
  margin:18px 0!important;
  gap:8px!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-stat{
  min-width:76px!important;
  padding:7px 10px!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-stat strong{font-size:16px!important}
body.home:not(.os-app-shell) #powershell-library .home-signature-stat small{font-size:10px!important}
body.home:not(.os-app-shell) #powershell-library .home-signature-cta{
  min-height:44px!important;
  padding:0 18px!important;
  font-size:13px!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-console{
  min-height:204px!important;
  border-radius:13px!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-console-head,
body.home:not(.os-app-shell) #powershell-library .home-signature-console-foot{
  min-height:36px!important;
  padding:0 14px!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-console pre{
  padding:22px 18px!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-console code{
  font-size:12px!important;
  line-height:1.7!important;
}

/* Ordinary tools follow the flagship without a large dead zone. */
body.home:not(.os-app-shell) .home-top-tools{
  padding:54px 0 62px!important;
  border-top:0!important;
}

/* PowerShell library: use the app canvas so script cards feel like real work items. */
body.os-app-shell.tool-app .ops-content>main.builder-page{
  width:min(1540px,calc(100% - 48px))!important;
  max-width:1540px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.os-app-shell.tool-app .builder-page>.tool-hero,
body.os-app-shell.tool-app .builder-page>.os20-builder-workbench,
body.os-app-shell.tool-app .builder-page>.os20-selected-workspace{
  width:min(1460px,100%)!important;
  max-width:1460px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.os-app-shell.tool-app .builder-page>.tool-hero{padding-left:4px!important;padding-right:4px!important}
body.os-app-shell.tool-app .os20-builder-workbench{padding:30px!important}
body.os-app-shell.tool-app .os20-workbench-body{
  grid-template-columns:245px minmax(0,1fr)!important;
  gap:24px!important;
}
body.os-app-shell.tool-app .os20-builder-sidebar{padding-right:20px!important}
body.os-app-shell.tool-app .os20-script-grid{
  gap:12px!important;
}
body.os-app-shell.tool-app .os20-script-grid .script{
  min-height:112px!important;
  padding:15px 44px 14px 16px!important;
  border-radius:10px!important;
}
body.os-app-shell.tool-app .os20-script-grid .script b{
  font-size:16px!important;
  line-height:1.28!important;
}
body.os-app-shell.tool-app .os20-script-grid .script small{
  margin-top:5px!important;
  font-size:13px!important;
  line-height:1.45!important;
}
body.os-app-shell.tool-app .os20-script-grid .script-meta{
  margin-top:7px!important;
  font-size:8.5px!important;
}
body.os-app-shell.tool-app .os20-library-bar{font-size:12px!important;margin-bottom:11px!important}
body.os-app-shell.tool-app .os20-workflow-button{min-height:38px!important;font-size:12px!important}

/* Lower homepage: broader editorial rhythm rather than stacked narrow card clusters. */
body.home:not(.os-app-shell) .home-about-header{
  padding:78px 0 52px!important;
}
body.home:not(.os-app-shell) .home-about-header>.wrap,
body.home:not(.os-app-shell) .home-about-rhythm>section>.wrap,
body.home:not(.os-app-shell) .home-community-row,
body.home:not(.os-app-shell) .home-about-faq>#faq>.wrap,
body.home:not(.os-app-shell) .home-about-faq .home-cta>.wrap{
  width:min(1320px,calc(100% - 72px))!important;
  max-width:1320px!important;
}
body.home:not(.os-app-shell) .home-about-header h2{font-size:42px!important}
body.home:not(.os-app-shell) .home-about-header p{font-size:16px!important;line-height:1.62!important}
body.home:not(.os-app-shell) .home-about-rhythm>section{
  padding:84px 0!important;
}
body.home:not(.os-app-shell) .home-about-rhythm .section-split{
  grid-template-columns:minmax(0,.95fr) minmax(330px,.72fr)!important;
  gap:64px!important;
  margin-bottom:34px!important;
}
body.home:not(.os-app-shell) .home-about-rhythm .section-split h2{
  font-size:clamp(32px,3vw,43px)!important;
}

/* Featured: give the script room; tester becomes a quiet horizontal follow-up. */
body.home:not(.os-app-shell) .featured-grid{
  grid-template-columns:1fr!important;
  gap:16px!important;
}
body.home:not(.os-app-shell) .featured-grid .script-week-card{
  min-height:230px!important;
  padding:32px 34px!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:42px!important;
}
body.home:not(.os-app-shell) .featured-grid .script-week-card h3{font-size:34px!important}
body.home:not(.os-app-shell) .featured-grid .tester-card{
  min-height:0!important;
  display:grid!important;
  grid-template-columns:minmax(220px,.55fr) minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:26px!important;
  padding:20px 24px!important;
  text-align:left!important;
  border-radius:13px!important;
}
body.home:not(.os-app-shell) .featured-grid .tester-card .section-index{grid-column:1!important;grid-row:1!important}
body.home:not(.os-app-shell) .featured-grid .tester-card h3{grid-column:1!important;grid-row:2!important;margin:3px 0 0!important;font-size:20px!important}
body.home:not(.os-app-shell) .featured-grid .tester-card p{grid-column:2!important;grid-row:1/3!important;font-size:14px!important;line-height:1.55!important}
body.home:not(.os-app-shell) .featured-grid .tester-card .tester-cta-points{display:none!important}
body.home:not(.os-app-shell) .featured-grid .tester-card .btn{grid-column:3!important;grid-row:1/3!important;margin:0!important;white-space:nowrap!important}

/* Roadmap remains a summary, but delivered history reads like an editorial list. */
body.home:not(.os-app-shell) .roadmap-zone .roadmap-grid{gap:20px!important}
body.home:not(.os-app-shell) .roadmap-zone .roadmap-card{min-height:190px!important;padding:26px!important}
body.home:not(.os-app-shell) .roadmap-history{margin-top:62px!important;padding-top:34px!important}
body.home:not(.os-app-shell) .roadmap-history-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0 28px!important;
}
body.home:not(.os-app-shell) .roadmap-history-item{
  min-height:0!important;
  padding:20px 0 22px!important;
  border:0!important;
  border-top:1px solid #23424f!important;
  border-radius:0!important;
  background:transparent!important;
}
body.home:not(.os-app-shell) .roadmap-history-item h4{font-size:16px!important;margin:9px 0 7px!important}
body.home:not(.os-app-shell) .roadmap-history-item p{font-size:13px!important;line-height:1.55!important}
body.home:not(.os-app-shell) .roadmap-history-action{text-align:left!important;margin-top:18px!important}

/* Principles / audience get slightly more room so the lower page does not feel compressed. */
body.home:not(.os-app-shell) .principle-grid{gap:20px!important}
body.home:not(.os-app-shell) .principle-grid article,
body.home:not(.os-app-shell) .principle-grid article:not(:first-child){min-height:176px!important;padding:26px 28px!important}
body.home:not(.os-app-shell) .role-zone .role-layout{gap:72px!important}
body.home:not(.os-app-shell) .home-community-row{margin:54px auto!important}

@media(max-width:1180px){
  body.home:not(.os-app-shell) #powershell-library .home-signature-card{
    grid-template-columns:1fr!important;
    min-height:0!important;
    gap:24px!important;
  }
  body.home:not(.os-app-shell) #powershell-library .home-signature-console{min-height:190px!important}
  body.os-app-shell.tool-app .ops-content>main.builder-page{width:calc(100% - 48px)!important;max-width:none!important}
}
@media(max-width:900px){
  body.os-app-shell.tool-app .os20-workbench-body{grid-template-columns:1fr!important;gap:18px!important}
  body.os-app-shell.tool-app .os20-builder-sidebar{padding-right:0!important}
  body.home:not(.os-app-shell) .home-about-rhythm .section-split{grid-template-columns:1fr!important;gap:14px!important}
  body.home:not(.os-app-shell) .featured-grid .tester-card{grid-template-columns:1fr auto!important}
  body.home:not(.os-app-shell) .featured-grid .tester-card p{grid-column:1/-1!important;grid-row:3!important}
  body.home:not(.os-app-shell) .featured-grid .tester-card .btn{grid-column:2!important;grid-row:1/3!important}
}
@media(max-width:620px){
  body.home:not(.os-app-shell) #powershell-library{padding:42px 0 46px!important}
  body.home:not(.os-app-shell) #powershell-library .home-signature-card{padding:24px 20px!important}
  body.home:not(.os-app-shell) #powershell-library h2{font-size:36px!important}
  body.home:not(.os-app-shell) .home-top-tools{padding:46px 0 52px!important}
  body.os-app-shell.tool-app .ops-content>main.builder-page{width:calc(100% - 28px)!important}
  body.os-app-shell.tool-app .os20-builder-workbench{padding:20px!important}
  body.os-app-shell.tool-app .os20-script-grid .script{min-height:96px!important;padding:13px 40px 12px 14px!important}
  body.os-app-shell.tool-app .os20-script-grid .script b{font-size:15px!important}
  body.home:not(.os-app-shell) .home-about-header{padding:64px 0 42px!important}
  body.home:not(.os-app-shell) .home-about-rhythm>section{padding:66px 0!important}
  body.home:not(.os-app-shell) .featured-grid .script-week-card{grid-template-columns:1fr!important;padding:24px!important;gap:20px!important}
  body.home:not(.os-app-shell) .featured-grid .tester-card{display:block!important;padding:22px!important}
  body.home:not(.os-app-shell) .featured-grid .tester-card p{margin-top:10px!important}
  body.home:not(.os-app-shell) .featured-grid .tester-card .btn{display:inline-flex!important;margin-top:16px!important}
  body.home:not(.os-app-shell) .roadmap-history-grid{grid-template-columns:1fr!important}
}


/* P0.8K browser polish: dedicated Favorites/Recent states must win over the later calm launcher deck rule. */
body.os-app-shell.home.ops-view-favorites .os23-tool-deck,
body.os-app-shell.home.ops-view-recent .os23-tool-deck{display:none!important}
body.os-app-shell.home.ops-view-favorites .os23-command-lower>.os23-panel,
body.os-app-shell.home.ops-view-recent .os23-command-lower>.os23-panel{display:none!important}
body.os-app-shell.home.ops-view-favorites .os23-command-lower>.os23-favorite-panel,
body.os-app-shell.home.ops-view-recent .os23-command-lower>.os23-recent-panel{display:block!important}

/* P0.8L Favorites + selected-script internal polish */
body.os-app-shell.home.ops-view-favorites .os23-command-lower{grid-template-columns:minmax(0,960px)!important;margin-top:14px!important}
body.os-app-shell.home.ops-view-favorites .os23-favorite-panel{border-top:0!important}
body.os-app-shell.home.ops-view-favorites .os23-favorite-panel>.os23-panel-head{display:none!important}
body.os-app-shell.home.ops-view-favorites .os23-favorites-dedicated{display:grid!important;gap:28px!important;margin-top:0!important}
body.os-app-shell.home.ops-view-favorites .os23-favorite-section{display:grid;gap:12px}
body.os-app-shell.home.ops-view-favorites .os23-favorite-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;padding-bottom:9px;border-bottom:1px solid #183b49}
body.os-app-shell.home.ops-view-favorites .os23-favorite-section-head>div{display:grid;gap:4px}
body.os-app-shell.home.ops-view-favorites .os23-favorite-section-head span{color:#68dce7;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.15em}
body.os-app-shell.home.ops-view-favorites .os23-favorite-section-head strong{color:#eaf5f7;font-size:16px;line-height:1.2}
body.os-app-shell.home.ops-view-favorites .os23-favorite-section-head small{color:#6d8995;font-size:11px}
body.os-app-shell.home.ops-view-favorites .os23-favorite-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:12px}
body.os-app-shell.home.ops-view-favorites .os23-favorite-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;min-height:132px;border:1px solid #1c4352;border-radius:12px;background:#071923;overflow:hidden;transition:border-color .16s ease,background .16s ease,transform .16s ease}
body.os-app-shell.home.ops-view-favorites .os23-favorite-card:hover{background:#0b2632;border-color:#36758a;transform:translateY(-1px)}
body.os-app-shell.home.ops-view-favorites .os23-favorite-main{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:start;min-width:0;padding:17px 12px 16px 16px;color:inherit;text-decoration:none}
body.os-app-shell.home.ops-view-favorites .os23-favorite-icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid #2a6072;border-radius:10px;background:#081e29;color:#8eeaf1;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em}
body.os-app-shell.home.ops-view-favorites .os23-favorite-card.is-script .os23-favorite-icon{border-color:#59467f;background:#17152b;color:#d8ccff}
body.os-app-shell.home.ops-view-favorites .os23-favorite-copy{display:block;min-width:0}
body.os-app-shell.home.ops-view-favorites .os23-favorite-copy strong{display:block;margin:7px 0 5px;color:#f1f8fa;font-size:16px;line-height:1.25;letter-spacing:-.015em}
body.os-app-shell.home.ops-view-favorites .os23-favorite-copy small{display:block;max-width:560px;color:#8fa8b2;font-size:13px;line-height:1.45}
body.os-app-shell.home.ops-view-favorites .os23-favorite-meta{display:flex;align-items:center;gap:7px;min-width:0;color:#678590;font:700 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em;text-transform:uppercase}
body.os-app-shell.home.ops-view-favorites .os23-favorite-meta>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.os-app-shell.home.ops-view-favorites .os23-favorite-badge{display:inline-flex;align-items:center;min-height:18px;padding:2px 6px;border:1px solid #2c6c59;border-radius:99px;color:#8ff0c6;background:#09231e;font-size:8px;line-height:1}
body.os-app-shell.home.ops-view-favorites .os23-favorite-badge.pro{border-color:#7a6330;color:#f2d77d;background:#211b0c}
body.os-app-shell.home.ops-view-favorites .os23-favorite-actions{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:8px;padding:13px 13px 13px 4px}
body.os-app-shell.home.ops-view-favorites .os23-favorite-star{width:34px;height:34px;min-height:34px;padding:0;border:1px solid #285163;border-radius:8px;background:#0a202b;color:#7edce7;font-size:14px}
body.os-app-shell.home.ops-view-favorites .os23-favorite-star:hover{background:#123240;border-color:#4b8295;color:#d6fbff}
body.os-app-shell.home.ops-view-favorites .os23-favorite-open{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 3px;color:#71dbe5;font-size:11px;font-weight:800;white-space:nowrap}
body.os-app-shell.home.ops-view-favorites .os23-favorite-open:hover{color:#d7fbff}
body.os-app-shell.home.ops-view-favorites .os23-favorite-empty{display:grid;justify-items:start;max-width:560px;padding:24px;border:1px dashed #27505f;border-radius:12px;background:#071720}
body.os-app-shell.home.ops-view-favorites .os23-favorite-empty>span{color:#6edbe5;font-size:22px}
body.os-app-shell.home.ops-view-favorites .os23-favorite-empty strong{margin-top:8px;color:#ecf7f9;font-size:16px}
body.os-app-shell.home.ops-view-favorites .os23-favorite-empty p{margin:6px 0 0;color:#829ba6;font-size:13px;line-height:1.5}

/* Keep the approved 1120px dialog width; improve how that space is used. */
.builder-page .os20-selected-workspace .selected-panel{width:min(1120px,calc(100vw - 48px))!important;padding:20px 24px 20px!important}
.builder-page .os20-selected-workspace .os20-runtime-control{grid-template-columns:300px minmax(0,1fr)!important;gap:16px!important}
.builder-page .os20-config-surface{padding:16px 14px!important}
.builder-page .os20-config-surface .os20-script-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:14px!important;row-gap:10px!important}
.builder-page .os20-selected-workspace #output{min-height:320px!important;height:min(38vh,420px)!important;max-height:460px!important;resize:vertical!important}
.builder-page .os20-review-panel{margin-top:10px!important;padding:10px 12px!important;border-radius:10px!important}
.builder-page .os20-review-head{gap:12px!important}
.builder-page .os20-review-head strong{font-size:14px!important}
.builder-page .os20-review-head>div>span:last-child{font-size:9px!important}
.builder-page .os20-review-grid{gap:6px!important;margin-top:8px!important}
.builder-page .os20-review-grid>div{padding:7px 8px!important;border-radius:7px!important}
.builder-page .os20-review-grid small{margin-bottom:3px!important;font-size:8px!important}
.builder-page .os20-review-grid strong{font-size:10px!important}
.builder-page .os20-review-context{margin-top:7px!important;font-size:9px!important}

@media(max-width:760px){
  body.os-app-shell.home.ops-view-favorites .os23-favorite-grid{grid-template-columns:1fr!important}
  body.os-app-shell.home.ops-view-favorites .os23-favorite-card{min-height:0!important}
  body.os-app-shell.home.ops-view-favorites .os23-favorite-main{grid-template-columns:42px minmax(0,1fr)!important;padding:14px 8px 14px 12px!important}
  body.os-app-shell.home.ops-view-favorites .os23-favorite-icon{width:42px!important;height:42px!important}
  .builder-page .os20-config-surface .os20-script-fields{grid-template-columns:1fr!important}
  .builder-page .os20-selected-workspace .os20-runtime-control{grid-template-columns:1fr!important;gap:8px!important}
}
@media(max-width:620px){
  .builder-page .os20-selected-workspace .selected-panel{width:100vw!important;padding:16px!important}
  .builder-page .os20-selected-workspace #output{min-height:260px!important;height:34vh!important;max-height:380px!important}
}


/* P0.8R PRE-GOLD readability gate: interactive text must remain readable at >=14px.
   Metadata/microcopy may stay smaller; this block targets only interactive controls and code-entry/output surfaces. */
body.home:not(.os-app-shell) .os20-command,
body.home:not(.os-app-shell) .home-quiet-action,
.feedback-panel .feedback-trigger{
  font-size:14px!important;
}
body.home:not(.os-app-shell) .home-quiet-action,
.feedback-panel .feedback-trigger{
  min-height:36px;
}
body.tool-app textarea{
  font-size:14px!important;
}
/* P0.8S: .builder-page is the <main>, not the <body>. Keep the selector anchored to
   the actual Builder surface so late legacy rules cannot push controls back to 11/12px. */
.builder-page button,
.builder-page input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.builder-page select,
.builder-page textarea{
  font-size:14px!important;
}

/* P0.8T PRE-GOLD accessibility/readability remediation.
   Keep the approved P0.8L layout while fixing the real staging axe findings. */
body.os-app-shell.home.command-center .os23-tool-head #command-center-title{
  margin:0!important;
  color:#f1f9fa!important;
  font-size:36px!important;
  line-height:1.1!important;
  letter-spacing:-.04em!important;
}

/* Five terminal status lines were the public-homepage contrast failures. */
body.home:not(.os-app-shell) .hero-mark .os20-terminal .dim{
  color:#829ba7!important;
}

/* Tool-specific muted operational text: >=4.5:1 on every current dark surface. */
body.os-app-shell.tool-app .converter-action-note,
body.os-app-shell.tool-app .converter-result-format,
body.os-app-shell.tool-app .password-step small,
body.os-app-shell.tool-app .field-hint,
body.os-app-shell.tool-app .password-generate-bar>div>span,
body.os-app-shell.tool-app .result-label,
body.os-app-shell.tool-app .password-clear-row,
body.os-app-shell.tool-app .jwt-step small,
body.os-app-shell.tool-app .jwt-input-footer>span,
body.os-app-shell.tool-app .jwt-limitation{
  color:#829ba7!important;
}

/* The eight computed sub-14px controls: Clear search, three plan filters and
   four library-view tabs. Specificity must beat the late compact-layout rules. */
body.os-app-shell.tool-app .builder-page .os20-workbench-search #clearSearch,
body.os-app-shell.tool-app .builder-page .os20-primary-library .cat,
body.os-app-shell.tool-app .builder-page .os20-library-tabs .os20-workflow-button{
  font-size:14px!important;
  line-height:1.2!important;
}

/* Eleven Builder contrast nodes: eight script metadata rows and the three
   inactive library-view counters. Keep active count accenting unchanged. */
body.os-app-shell.tool-app .builder-page .os20-script-grid .script-meta,
body.os-app-shell.tool-app .builder-page .os20-library-tabs .os20-workflow-button:not(.active) span:last-child,
body.os-app-shell.tool-app .builder-page .os20-builder-sidebar>.os20-filter-title{
  color:#829ba7!important;
}

/* P0.8U final real-browser contrast and Builder control remediation. */
body.home:not(.os-app-shell) .roadmap-history-head>p,
body.home:not(.os-app-shell) .roadmap-history-item>p{
  color:#91aab4!important;
}
body.os-app-shell.tool-app .workspace-kicker{
  color:#91aab4!important;
  font-size:11px!important;
}
body.os-app-shell.tool-app .builder-page .os20-builder-collapse>summary{
  font-size:14px!important;
}
body.os-app-shell.tool-app .builder-page .os20-builder-collapse>summary #categorySummaryState,
body.os-app-shell.tool-app .builder-page .os20-builder-collapse>summary #filterSummaryState{
  color:#91aab4!important;
  font-size:14px!important;
  letter-spacing:.04em!important;
}


/* Opselith 2.3.1 mobile primary-navigation hotfix */
body.home:not(.os-app-shell)>header .os-public-mobile-menu{display:none}
@media(max-width:820px){
  body.home:not(.os-app-shell)>header .nav{position:relative;gap:10px}
  body.home:not(.os-app-shell)>header .brand{display:flex;align-items:center;min-width:0}
  body.home:not(.os-app-shell)>header .brand img{width:142px;max-width:100%;height:auto}
  body.home:not(.os-app-shell)>header .os-public-mobile-menu{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:92px;min-height:44px;margin-left:auto;padding:0 13px;
    border:1px solid #31576a;border-radius:9px;background:#0a1c27;color:#e8f5f8;font-size:14px;font-weight:750;line-height:1;cursor:pointer;
  }
  body.home:not(.os-app-shell)>header .os-public-mobile-menu:hover{background:#0e2a38;border-color:#4d879b;color:#fff}
  body.home:not(.os-app-shell)>header .os-public-mobile-menu:focus-visible{outline:2px solid #61f4ff;outline-offset:2px}
  body.home:not(.os-app-shell)>header .os-public-mobile-menu-icon{font-size:18px;line-height:1}
  body.home:not(.os-app-shell)>header .tool-nav{display:none!important}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open{
    position:absolute;left:0;right:0;top:calc(100% + 1px);z-index:90;display:grid!important;grid-template-columns:1fr 1fr;gap:7px;padding:12px;
    max-height:calc(100vh - 76px);overflow:auto;border:1px solid #244655;border-radius:0 0 12px 12px;background:#07151e;box-shadow:0 18px 42px rgba(0,0,0,.48);
  }
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>a,
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.tool-menu,
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.os20-command{display:flex!important}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>a,
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.os20-command,
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.tool-menu>summary{
    min-height:44px!important;align-items:center;justify-content:flex-start;padding:0 12px!important;border:1px solid #1d3b49!important;border-radius:8px!important;
    background:#091c26!important;color:#d7e7ec!important;font-size:14px!important;font-weight:700!important;
  }
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>a:hover,
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.os20-command:hover,
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.tool-menu>summary:hover{background:#0d2a38!important;border-color:#38687b!important;color:#fff!important}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.tester-nav{color:#f0cf77!important}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.support-nav{display:flex!important;color:#cdeff4!important}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.os20-command{grid-column:1/-1;margin:0!important;width:100%;font-family:"Segoe UI",system-ui,sans-serif!important}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.os20-command kbd{margin-left:auto}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.tool-menu{grid-column:1/-1;position:static;width:100%}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.tool-menu>summary{display:flex!important;width:100%;justify-content:space-between}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open .tool-menu-panel{
    position:static;right:auto;top:auto;transform:none;min-width:0;width:100%;margin-top:6px;grid-template-columns:1fr 1fr;box-shadow:none;
  }
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open .tool-menu-panel a{min-height:44px;font-size:14px}
}
@media(max-width:520px){
  body.home:not(.os-app-shell)>header .nav{width:calc(100% - 24px)}
  body.home:not(.os-app-shell)>header .brand img{width:132px}
  body.home:not(.os-app-shell)>header .os-public-mobile-menu{min-width:86px;padding:0 11px}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open{grid-template-columns:1fr}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.tool-menu,
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>.os20-command{grid-column:1}
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open .tool-menu-panel{grid-template-columns:1fr}
}


/* Opselith 2.3.1 RC3 mobile Tools submenu layout correction */
@media(max-width:820px){
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>details.tool-menu{
    display:block!important;
    min-height:0!important;
  }
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>details.tool-menu>summary{
    min-height:44px!important;
    width:100%!important;
  }
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>details.tool-menu[open]>.tool-menu-panel{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    min-width:0!important;
    margin:7px 0 0!important;
    padding:7px!important;
  }
  body.home:not(.os-app-shell)>header .tool-nav.is-mobile-open>details.tool-menu[open]>.tool-menu-panel>a{
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
  }
}

/* Opselith 2.4 Phase 2 — Builder schema v2 + generation console */
.builder-page .os24-v2-fields{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}
.builder-page .os24-v2-fields.hidden{display:none!important}
.builder-page .os24-v2-field{min-width:0}
.builder-page .os24-v2-field label{display:block;margin-bottom:6px;font-size:12px;color:#b9cbd2}
.builder-page .os24-v2-field input:not([type="checkbox"]),
.builder-page .os24-v2-field select{width:100%;min-height:44px;border:1px solid #477f92;border-radius:9px;background:#05151d;color:#edf7fb;padding:0 11px;font-size:14px}
.builder-page .os24-v2-field input:not([type="checkbox"]):focus,
.builder-page .os24-v2-field select:focus{outline:none;border-color:#70e7ef;background:#09232e;box-shadow:0 0 0 3px rgba(97,233,245,.08)}
.builder-page .os24-v2-field .os24-input-note{display:block;margin-top:5px;color:#78919d;font-size:10px;line-height:1.45}
.builder-page .os24-v2-checkbox{display:flex;align-items:flex-start;gap:10px;min-height:44px;padding:10px 11px;border:1px solid #315b6e;border-radius:9px;background:#061820}
.builder-page .os24-v2-checkbox input{width:18px;height:18px;margin:1px 0 0;accent-color:#61f4ff}
.builder-page .os24-v2-checkbox span{display:flex;flex-direction:column;gap:2px;line-height:1.35}
.builder-page .os24-v2-checkbox strong{font-size:12px;color:#dcebf0}
.builder-page .os24-v2-checkbox small{font-size:10px;color:#78919d}
.builder-page .os24-v2-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:10px 0 12px}
.builder-page .os24-v2-details.hidden{display:none!important}
.builder-page .os24-v2-details>div{min-width:0;padding:9px 10px;border:1px solid #223f4d;border-radius:9px;background:#07141c}
.builder-page .os24-v2-details small{display:block;margin-bottom:3px;color:#718b97;font-size:9px;text-transform:uppercase;letter-spacing:.07em}
.builder-page .os24-v2-details strong{display:block;color:#cfe0e6;font-size:11px;line-height:1.45;overflow-wrap:anywhere}
.builder-page .os24-generation-console{margin:14px 0 9px;border:1px solid #244b5c;border-radius:11px;overflow:hidden;background:#02090e;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.builder-page .os24-generation-console.hidden{display:none!important}
.builder-page .os24-console-bar{display:flex;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid #193543;background:#06131b;color:#6edbe8;font:800 9px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.11em}
.builder-page .os24-console-lines{min-height:132px;padding:14px 16px 16px;color:#a8bfca;font:12px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap}
.builder-page .os24-console-line{display:block;min-height:20px;overflow-wrap:anywhere}
.builder-page .os24-console-line.command{color:#d9f7fb}
.builder-page .os24-console-line.step{color:#79d9e7}
.builder-page .os24-console-line.ok{color:#72ddb5}
.builder-page .os24-console-line.warn{color:#e2bd7e}
.builder-page .os24-console-cursor{display:inline-block;width:7px;height:13px;margin-left:5px;vertical-align:-2px;background:#4d7d89;animation:os24-console-blink 1s steps(1,end) infinite}
@keyframes os24-console-blink{0%,48%{opacity:1}49%,100%{opacity:.18}}
@media(prefers-reduced-motion:reduce){.builder-page .os24-console-cursor{animation:none}}
@media(max-width:760px){.builder-page .os24-v2-fields,.builder-page .os24-v2-details{grid-template-columns:1fr}.builder-page .os24-console-lines{min-height:120px;padding:12px 13px;font-size:11px}}


/* Opselith 2.5 — trust, clarity and visual refinement */

/* Script Trust Layer: deliberately quiet. Validation evidence appears only after a script is selected
   or when the reader expands the validation section on a detail page. */
.os25-trust-pill{
  display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:3px 9px;
  border:1px solid rgba(105,211,190,.22);border-radius:999px;background:rgba(56,134,118,.08);
  color:#9fcfc4;font-size:10px;font-weight:760;letter-spacing:.06em;text-transform:uppercase;
}
.os25-trust-pill::before{content:'';width:5px;height:5px;border-radius:50%;background:#69d3be;box-shadow:0 0 0 3px rgba(105,211,190,.07)}
.os25-validation-compact{margin-top:14px;border-top:1px solid rgba(112,163,185,.14);padding-top:13px}
.os25-validation-compact>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;color:#b8cbd3;font-size:12px;font-weight:720}
.os25-validation-compact>summary::-webkit-details-marker{display:none}
.os25-validation-compact>summary::after{content:'+';color:#78cfd8;font-size:15px;font-weight:500}
.os25-validation-compact[open]>summary::after{content:'−'}
.os25-validation-compact .os25-validation-grid{margin-top:12px}
.os25-validation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}
.os25-validation-grid>div{min-width:0;padding:9px 10px;border:1px solid rgba(111,164,186,.13);border-radius:9px;background:rgba(8,23,32,.34)}
.os25-validation-grid small{display:block;margin-bottom:3px;color:#78939e;font-size:10px;text-transform:uppercase;letter-spacing:.055em}
.os25-validation-grid strong{display:block;color:#c9d8de;font-size:12px;line-height:1.35}
.os25-validation-note{margin:10px 0 0!important;color:#8098a2!important;font-size:11px!important;line-height:1.5!important}
.os25-validation-panel{margin-top:18px;border:1px solid rgba(111,164,186,.16);border-radius:12px;background:rgba(7,20,29,.28);overflow:hidden}
.os25-validation-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;cursor:pointer;list-style:none}
.os25-validation-panel>summary::-webkit-details-marker{display:none}
.os25-validation-panel>summary>span:first-child{display:grid;gap:2px}
.os25-validation-panel>summary strong{font-size:13px;color:#d5e2e6}
.os25-validation-panel>summary small{font-size:11px;color:#78939e;font-weight:500}
.os25-validation-state{font-size:10px;font-weight:800;letter-spacing:.065em;text-transform:uppercase;color:#9fcfc4}
.os25-validation-panel[open]{background:rgba(7,20,29,.43)}
.os25-validation-panel>.os25-validation-grid{padding:0 16px 14px;grid-template-columns:repeat(5,minmax(0,1fr))}
.os25-validation-panel>p{margin:0;padding:0 16px 15px;color:#7e98a3;font-size:11px;line-height:1.5}

@media(max-width:900px){.os25-validation-panel>.os25-validation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.os25-validation-grid,.os25-validation-panel>.os25-validation-grid{grid-template-columns:1fr}.os25-trust-pill{font-size:9px}}

/* Homepage 2.5: more hierarchy, less repeated chrome. */
body.home:not(.os-app-shell) .hero-copy{max-width:690px}
body.home:not(.os-app-shell) .hero-copy>p{max-width:610px}
body.home:not(.os-app-shell) .hero-trust{gap:8px 18px;flex-wrap:wrap}
body.home:not(.os-app-shell) .hero-trust span{position:relative;padding-left:13px;color:#8fa7b1}
body.home:not(.os-app-shell) .hero-trust span::before{content:'';position:absolute;left:0;top:.62em;width:4px;height:4px;border-radius:50%;background:#5bcbd6}
body.home:not(.os-app-shell) .home-top-tools{border-top:1px solid rgba(99,159,182,.08);border-bottom:1px solid rgba(99,159,182,.08)}
body.home:not(.os-app-shell) .home-tools-heading{align-items:end}
body.home:not(.os-app-shell) .home-tools-heading p{max-width:620px}
body.home:not(.os-app-shell) .os20-flow-zone{padding-top:42px!important;padding-bottom:50px!important}
body.home:not(.os-app-shell) .home-about-header{padding-bottom:24px!important}
body.home:not(.os-app-shell) .home-about-header p{max-width:700px}
body.home:not(.os-app-shell) .featured-zone,
body.home:not(.os-app-shell) .roadmap-zone,
body.home:not(.os-app-shell) .principle-zone,
body.home:not(.os-app-shell) .role-zone{scroll-margin-top:92px}
body.home:not(.os-app-shell) .roadmap-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.home:not(.os-app-shell) .roadmap-card{min-height:0!important}
body.home:not(.os-app-shell) .roadmap-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.home:not(.os-app-shell) .roadmap-history-item:nth-child(n+3){display:none!important}
body.home:not(.os-app-shell) .principle-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body.home:not(.os-app-shell) .home-community-row{border-top:1px solid rgba(103,160,183,.14);border-bottom:1px solid rgba(103,160,183,.14)}

/* Command Center: search is a first-class control, cards remain the primary launcher. */
body.home .os23-command-engine{display:block!important;margin:20px 0 24px!important}
body.home .os23-command-engine[hidden]{display:block!important}
body.home .os23-command-engine .os23-search{min-height:56px;border:1px solid #244454!important;border-radius:13px!important;background:#071720!important;box-shadow:0 14px 36px rgba(0,0,0,.12)}
body.home .os23-command-engine .os23-search:focus-within{border-color:#4fb7c5!important;box-shadow:0 0 0 3px rgba(79,183,197,.08),0 14px 36px rgba(0,0,0,.12)}
body.home .os23-command-engine input{font-size:15px!important}
body.home .os23-tool-deck{align-items:stretch}
body.home .os23-app-card{transition:transform .15s ease,border-color .15s ease,background .15s ease}
body.home .os23-app-card:hover{transform:translateY(-1px)}
body.home .os23-app-featured{border-color:#315568!important;background:linear-gradient(135deg,rgba(15,41,54,.96),rgba(8,25,35,.96))!important}
body.home .os23-command-lower{margin-top:18px!important}

@media(max-width:850px){body.home:not(.os-app-shell) .roadmap-grid,body.home:not(.os-app-shell) .roadmap-history-grid,body.home:not(.os-app-shell) .principle-grid{grid-template-columns:1fr!important}}

@media(prefers-reduced-motion:reduce){body.home .os23-app-card{transition:none!important}.terminal-cursor{animation:none!important}}


/* Opselith 2.5 Phase 3: calm Builder action-state polish */
.builder-page .os20-output-subtitle.is-change{color:#cdb573!important}
.builder-page .os20-review-state.is-change{border-color:rgba(228,190,98,.32);background:rgba(228,190,98,.07);color:#e4c978}
.builder-page #favorite[aria-pressed="true"]{border-color:#5a5131!important;color:#e5ca78!important;background:rgba(228,190,98,.05)!important}
@media (prefers-reduced-motion: reduce){.builder-page button,.builder-page .script{transition:none!important}}

/* Opselith 2.5 Phase 4: sitewide component rhythm */
body.os-app-shell.tool-app .tool-nav-cta{align-items:center!important;min-height:112px!important}
body.os-app-shell.tool-app .tool-nav-cta .section-index{color:#6f8d99!important}
body.os-app-shell.tool-app .tool-nav-cta .tool-nav-actions{display:flex!important;align-items:center!important;gap:7px!important}
body.os-app-shell.tool-app .tool-nav-cta .tool-nav-actions .btn{min-width:118px!important}
@media(max-width:620px){body.os-app-shell.tool-app .tool-nav-cta{min-height:0!important;padding:16px!important}body.os-app-shell.tool-app .tool-nav-cta .tool-nav-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}body.os-app-shell.tool-app .tool-nav-cta .tool-nav-actions .btn{width:100%!important;min-width:0!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}body.os20-site *,body.os20-site *::before,body.os20-site *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}body.os20-site .back-to-top,body.os20-site .script,body.os20-site .os23-app-card,body.os20-site .home-tool-module{transform:none!important}}

/* Opselith 2.5 Phase 5: homepage and Command Center hierarchy */
body.home:not(.os-app-shell).command-center #command-center{
  padding:78px 0 84px!important;
  background:linear-gradient(180deg,#07141d 0%,#07111a 100%)!important;
  border-top:0!important;
  border-bottom:1px solid #183440!important;
}
body.home:not(.os-app-shell).command-center #command-center>.wrap{
  width:min(1240px,calc(100% - 72px))!important;
  max-width:1240px!important;
  margin:0 auto!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-head{
  display:block!important;
  max-width:760px!important;
  margin:0 0 20px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-head .section-index{
  display:block!important;
  margin:0 0 8px!important;
  color:#69dce7!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-head h2{
  margin:0!important;
  font-size:clamp(34px,4vw,48px)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
  color:#f2f8fa!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-head p{
  max-width:700px!important;
  margin:10px 0 0!important;
  color:#96aeb8!important;
  font-size:15px!important;
  line-height:1.6!important;
  text-align:left!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-command-engine{
  max-width:880px!important;
  margin:22px 0 30px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:0!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-card{
  min-height:142px!important;
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-content:start!important;
  gap:13px 15px!important;
  padding:20px!important;
  border:1px solid #1c3a48!important;
  border-radius:12px!important;
  background:#081720!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-card::after{display:none!important}
body.home:not(.os-app-shell).command-center #command-center .os23-app-card:hover,
body.home:not(.os-app-shell).command-center #command-center .os23-app-card:focus-visible{
  transform:translateY(-1px)!important;
  border-color:#3f7488!important;
  background:#0b2430!important;
  box-shadow:0 13px 30px rgba(0,0,0,.16)!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-icon{
  grid-column:1!important;
  grid-row:1!important;
  width:50px!important;
  height:50px!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #28586a!important;
  border-radius:10px!important;
  background:#071b24!important;
  color:#7be5ec!important;
  font-size:10px!important;
  font-weight:850!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-card-copy{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  align-self:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-card-copy strong{
  display:block!important;
  margin:0 0 5px!important;
  color:#edf6f8!important;
  font-size:17px!important;
  line-height:1.2!important;
  letter-spacing:-.02em!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-card-copy small{
  display:block!important;
  margin:0!important;
  color:#8fa8b3!important;
  font-size:13px!important;
  line-height:1.48!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-open-tool{
  grid-column:2!important;
  grid-row:2!important;
  align-self:end!important;
  justify-self:start!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#72d5df!important;
  font-size:12px!important;
  font-weight:800!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured{
  grid-column:1/-1!important;
  min-height:166px!important;
  grid-template-columns:68px minmax(0,1fr) auto!important;
  grid-template-rows:1fr!important;
  align-items:center!important;
  gap:22px!important;
  padding:26px 28px!important;
  border-color:#514277!important;
  background:linear-gradient(112deg,#0a1722 0%,#0d1927 62%,#17152b 100%)!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured .os23-app-icon{
  width:66px!important;height:66px!important;border-color:#7054a7!important;background:#17132e!important;color:#d8ceff!important;font-size:13px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured .os23-card-copy{grid-column:2!important;grid-row:1!important}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured .os23-card-copy strong{font-size:26px!important;margin-bottom:7px!important}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured .os23-card-copy small{max-width:680px!important;font-size:15px!important;color:#aebfc7!important}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured .os23-open-tool{
  grid-column:3!important;grid-row:1!important;align-self:center!important;justify-self:end!important;min-height:42px!important;padding:0 16px!important;
  display:flex!important;align-items:center!important;border:1px solid #7455ad!important;border-radius:9px!important;background:#241a43!important;color:#ede7ff!important;font-size:13px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-command-lower{display:none!important}
body.home:not(.os-app-shell) #powershell-library{padding-top:72px!important}
body.home:not(.os-app-shell) .os20-flow-zone{border-top:1px solid rgba(99,159,182,.08)!important}

/* The standalone Command Center uses the same flagship hierarchy as the homepage preview. */
body.os-app-shell.home.ops-view-command-center .os23-command-engine{margin:0 0 30px!important}
body.os-app-shell.home.ops-view-command-center .os23-app-featured{grid-column:1/-1!important}

@media(max-width:900px){
  body.home:not(.os-app-shell).command-center #command-center>.wrap{width:calc(100% - 48px)!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured{grid-column:1/-1!important}
}
@media(max-width:620px){
  body.home:not(.os-app-shell).command-center #command-center{padding:58px 0 64px!important}
  body.home:not(.os-app-shell).command-center #command-center>.wrap{width:calc(100% - 32px)!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{grid-template-columns:1fr!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured,
  body.home:not(.os-app-shell).command-center #command-center .os23-app-card{
    grid-column:auto!important;grid-template-columns:50px minmax(0,1fr)!important;grid-template-rows:auto auto!important;min-height:0!important;padding:18px!important;gap:12px 14px!important;
  }
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured .os23-app-icon{width:50px!important;height:50px!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured .os23-card-copy strong{font-size:19px!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured .os23-card-copy small{font-size:13px!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured .os23-open-tool{grid-column:2!important;grid-row:2!important;justify-self:start!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;color:#cdbfff!important}
}


/* Opselith 2.5 RC3: screenshot-led visual polish. */
body.home:not(.os-app-shell) .hero-copy h1>.hero-accent{
  display:inline-block!important;font-size:.94em!important;line-height:1.03!important;color:#69dcea!important;
}
body.home:not(.os-app-shell) .hero-mark{max-width:590px!important}
body.home:not(.os-app-shell) .hero-mark-caption{margin-top:11px!important;color:#8ea8b3!important;font-size:12px!important;line-height:1.4!important}
body.home:not(.os-app-shell) .hero-trust{gap:8px 20px!important;color:#8da5af!important}
body.home:not(.os-app-shell) .hero-trust span{padding-left:12px!important;color:#8da5af!important}
body.home:not(.os-app-shell) .hero-trust span::before{width:3px!important;height:3px!important;background:#63c9d3!important}
body.home:not(.os-app-shell)>header .tester-nav{color:#aabdc5!important;font-weight:700!important;text-decoration:none!important}
body.home:not(.os-app-shell)>header .tester-nav:hover,
body.home:not(.os-app-shell)>header .tester-nav:focus-visible{color:#e9f8fa!important;text-decoration:none!important}
body.home:not(.os-app-shell)>header .support-nav{border-color:#213f4d!important;background:#07151e!important;color:#aabdc5!important;box-shadow:none!important}
body.home:not(.os-app-shell)>header .support-nav:hover,
body.home:not(.os-app-shell)>header .support-nav:focus-visible{border-color:#376578!important;background:#0a202a!important;color:#eef9fb!important}
body.home:not(.os-app-shell) #powershell-library{padding-top:72px!important;padding-bottom:80px!important}
body.home:not(.os-app-shell) #powershell-library .home-signature-card{
  border-color:#504471!important;
  background:radial-gradient(circle at 86% 18%,rgba(148,106,235,.12),transparent 30%),linear-gradient(112deg,#0b1926 0%,#10192c 58%,#18162f 100%)!important;
  box-shadow:inset 3px 0 0 #765bb2,0 22px 56px rgba(0,0,0,.18)!important;
}
body.home:not(.os-app-shell) .os20-flow-zone{padding-top:36px!important;padding-bottom:42px!important}
body.home:not(.os-app-shell) .home-more-details{margin-top:8px!important;background:#06121a!important;border-color:#18323f!important}
body.home:not(.os-app-shell) .home-more-details>summary{color:#97adb6!important}
body.home:not(.os-app-shell) .home-more-details>summary:hover,
body.home:not(.os-app-shell) .home-more-details>summary:focus-visible{color:#dce9ed!important;background:#081b24!important}

@media(min-width:981px){
  body.home:not(.os-app-shell) .hero-layout{
    grid-template-columns:minmax(0,1.04fr) minmax(480px,.96fr)!important;gap:54px!important;
  }
  body.home:not(.os-app-shell) .hero-copy h1>.hero-nowrap{white-space:nowrap!important;color:inherit!important}
  body.os-app-shell.home.ops-view-command-center .os23-command-center>.wrap{
    padding-top:46px!important;padding-bottom:72px!important;
  }
  body.os-app-shell.home.ops-view-command-center .os23-tool-head{margin-bottom:28px!important}
  body.os-app-shell.home.ops-view-command-center .os23-tool-head h2{font-size:38px!important}
  body.os-app-shell.home.ops-view-command-center .os23-tool-head p{font-size:15px!important;max-width:720px!important}
  body.os-app-shell.home.ops-view-command-center .os23-tool-deck{gap:14px!important}
  body.os-app-shell.home.ops-view-command-center .os23-app-card{
    min-height:150px!important;padding:22px 24px!important;column-gap:17px!important;row-gap:14px!important;border-radius:12px!important;
  }
  body.os-app-shell.home.ops-view-command-center .os23-app-card>.os23-app-icon{width:56px!important;height:56px!important;border-radius:11px!important}
  body.os-app-shell.home.ops-view-command-center .os23-card-copy strong{font-size:20px!important;margin-bottom:6px!important}
  body.os-app-shell.home.ops-view-command-center .os23-card-copy small{font-size:14px!important;line-height:1.48!important}
  body.os-app-shell.home.ops-view-command-center .os23-app-featured{
    min-height:192px!important;grid-template-columns:72px minmax(0,1fr) auto!important;gap:22px!important;padding:27px 30px!important;border-radius:14px!important;
    border-color:#4d426f!important;
    background:radial-gradient(circle at 80% 24%,rgba(144,105,230,.09),transparent 30%),linear-gradient(112deg,#0a1824 0%,#101a2a 61%,#18162f 100%)!important;
  }
  body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-app-icon{width:70px!important;height:70px!important;border-radius:13px!important;font-size:14px!important}
  body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-card-copy strong{font-size:29px!important;margin-bottom:7px!important}
  body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-card-copy small{font-size:15px!important;line-height:1.5!important;max-width:680px!important}
  body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-open-tool{min-height:44px!important;padding:0 18px!important;font-size:13px!important;border-radius:9px!important}
}

/* Opselith 2.5 RC4: keep the collapsed feedback control truly compact.
   A legacy workspace-width rule made the fixed rating dock span across script cards. */
body.os-app-shell.tool-app .tool-app-main>.feedback-panel:not(.is-open){
  width:auto!important;
  min-width:0!important;
  max-width:max-content!important;
  margin:0!important;
}
body.os-app-shell.tool-app .tool-app-main>.feedback-panel.is-open{
  width:auto!important;
  margin:0!important;
}

/* Opselith 3.0 Phase 2 — Admin Workflows inside Command Center. */
body.home .os30-workflow-zone{
  margin-top:28px;
  padding:24px;
  border:1px solid #1d3946;
  border-radius:14px;
  background:linear-gradient(145deg,rgba(7,22,30,.94),rgba(9,18,29,.96));
}
body.home .os30-workflow-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:18px;
}
body.home .os30-workflow-head h2{
  margin:5px 0 6px;
  color:#edf8fb;
  font-size:22px;
  line-height:1.2;
}
body.home .os30-workflow-head p{
  margin:0;
  max-width:720px;
  color:#9bb1ba;
  font-size:13px;
  line-height:1.55;
}
body.home .os30-workflow-counts{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:7px;
}
body.home .os30-workflow-counts span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 9px;
  border:1px solid #25505c;
  border-radius:999px;
  background:#091c24;
  color:#a7d9df;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
}
body.home .os30-workflow-counts span.pro{
  border-color:#554779;
  background:#17152a;
  color:#d2c3ff;
}
body.home .os30-pro-preview-note{
  display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;
  margin:16px 0 18px;padding:14px 16px;border:1px solid #5b4b2a;border-radius:14px;
  background:linear-gradient(90deg,#15130e,#0b171d);
}
body.home .os30-pro-preview-note>span{color:#e1bd69;font:800 9px ui-monospace,Consolas,monospace;letter-spacing:.14em;white-space:nowrap}
body.home .os30-pro-preview-note strong{display:block;color:#e9e1cf;font-size:12px;line-height:1.4}
body.home .os30-pro-preview-note p{margin:3px 0 0;color:#8fa0a8;font-size:10px;line-height:1.45}
body.home .os30-pro-preview-note a{color:#dcc681;font-size:10px;font-weight:750;text-decoration:none;white-space:nowrap}
body.home .os30-pro-preview-note a:hover,body.home .os30-pro-preview-note a:focus-visible{color:#f1dda0;text-decoration:underline;outline:0}
body.home .os30-pro-availability{display:grid;gap:4px;margin-top:13px;padding:11px 12px;border:1px solid #4b4027;border-radius:10px;background:#12120e}
body.home .os30-pro-availability strong{color:#ead69e;font-size:11px}
body.home .os30-pro-availability span{color:#8fa0a8;font-size:10px;line-height:1.45}
body.home .os30-pro-availability a{color:#dcc681;font-size:10px;font-weight:750;text-decoration:none}
body.home .os30-pro-availability a:hover,body.home .os30-pro-availability a:focus-visible{color:#f1dda0;text-decoration:underline;outline:0}
body.home .os30-workflow-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
body.home .os30-workflow-card{
  display:flex;
  min-width:0;
  min-height:184px;
  flex-direction:column;
  gap:9px;
  padding:17px;
  border:1px solid #1c3744;
  border-radius:11px;
  background:#07161e;
  color:inherit;
  text-decoration:none;
  transition:border-color .16s ease,background .16s ease,transform .16s ease;
}
body.home .os30-workflow-card:hover,
body.home .os30-workflow-card:focus-visible{
  border-color:#397083;
  background:#09202a;
  transform:translateY(-1px);
  outline:none;
}
body.home .os30-workflow-card.is-pro{
  border-color:#40385f;
  background:linear-gradient(145deg,#0b1721,#15152a);
}
body.home .os30-workflow-card.is-pro:hover,
body.home .os30-workflow-card.is-pro:focus-visible{
  border-color:#6c5b98;
  background:linear-gradient(145deg,#0d1c27,#1b1934);
}
body.home .os30-workflow-card-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
body.home .os30-workflow-card-meta b{
  color:#83dbe3;
  font-size:10px;
  line-height:1;
  letter-spacing:.08em;
}
body.home .os30-workflow-card.is-pro .os30-workflow-card-meta b{color:#c9b8ff}
body.home .os30-workflow-card-meta em{
  color:#78939d;
  font-size:10px;
  font-style:normal;
}
body.home .os30-workflow-card>strong{
  color:#eef8fb;
  font-size:16px;
  line-height:1.3;
}
body.home .os30-workflow-card>small{
  display:block;
  color:#9eb1b9;
  font-size:12px;
  line-height:1.5;
}
body.home .os30-workflow-workloads{
  margin-top:auto;
  color:#718d98;
  font-size:10px;
  line-height:1.4;
}
body.home .os30-workflow-open{
  color:#9fdde3;
  font-size:11px;
  font-weight:750;
}
body.home .os30-workflow-card.is-pro .os30-workflow-open{color:#c6b8f4}
body.home .os30-workflow-preview{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  margin-top:12px;
  padding:18px;
  border:1px solid #2a5362;
  border-radius:11px;
  background:#081b24;
}
body.home .os30-workflow-preview[hidden]{display:none!important}
body.home .os30-workflow-preview-copy>span{
  display:block;
  margin-bottom:5px;
  color:#8ddfe6;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
}
body.home .os30-workflow-preview-copy>strong{
  display:block;
  color:#f0f8fa;
  font-size:18px;
}
body.home .os30-workflow-preview-copy>p{
  margin:6px 0 10px;
  max-width:780px;
  color:#9db2ba;
  font-size:12px;
  line-height:1.5;
}
body.home .os30-workflow-preview-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
body.home .os30-workflow-preview-meta span{
  padding:5px 7px;
  border:1px solid #23424f;
  border-radius:6px;
  color:#89a4ad;
  font-size:10px;
}
body.home .os30-workflow-preview-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
body.home .os30-workflow-preview-actions button{
  min-height:38px;
  padding:0 12px;
  border:1px solid #294653;
  border-radius:8px;
  background:#07151d;
  color:#a8bcc4;
  cursor:pointer;
  font:inherit;
  font-size:12px;
  font-weight:700;
}
body.home .os30-workflow-preview-actions button:hover,
body.home .os30-workflow-preview-actions button:focus-visible{
  border-color:#487486;
  color:#edf8fb;
  outline:none;
}
@media(max-width:980px){
  body.home .os30-workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home .os30-workflow-preview{grid-template-columns:1fr}
  body.home .os30-workflow-preview-actions{justify-content:flex-start}
}
@media(max-width:620px){
  body.home .os30-workflow-zone{padding:17px}
  body.home .os30-pro-preview-note{grid-template-columns:1fr;align-items:start}
  body.home .os30-pro-preview-note a{white-space:normal}
  body.home .os30-workflow-head{align-items:flex-start;flex-direction:column}
  body.home .os30-workflow-counts{justify-content:flex-start}
  body.home .os30-workflow-grid{grid-template-columns:1fr}
  body.home .os30-workflow-card{min-height:0}
  body.home .os30-workflow-preview-actions{align-items:stretch;flex-direction:column}
  body.home .os30-workflow-preview-actions .btn,
  body.home .os30-workflow-preview-actions button{width:100%;justify-content:center}
}
@media(prefers-reduced-motion:reduce){
  body.home .os30-workflow-card{transition:none}
  body.home .os30-workflow-card:hover,
  body.home .os30-workflow-card:focus-visible{transform:none}
}

/* Opselith 3.0 Phase 3 — My Toolkit */
.os30-toolkit-sidebar{min-width:0}.os30-toolkit-sidebar .os20-toolkit-note strong{color:#cbe7ee}.os30-toolkit-modes{display:grid;gap:6px;margin:10px 0}.os30-toolkit-modes button{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;align-items:center;width:100%;padding:8px 9px;border:1px solid #1a3442;border-radius:8px;background:#08141c;color:#8ea5b1;text-align:left}.os30-toolkit-modes button span{font-weight:700}.os30-toolkit-modes button b{font:700 9px ui-monospace,Consolas,monospace}.os30-toolkit-modes button em{grid-column:1/-1;color:#b68cff;font:700 8px ui-monospace,Consolas,monospace;font-style:normal;letter-spacing:.06em}.os30-toolkit-modes button:hover,.os30-toolkit-modes button.active{border-color:#31586b;background:#0d202b;color:#d9eef3}.os30-toolkit-modes button:focus-visible{outline:2px solid #61f4ff;outline-offset:1px}.os30-toolkit-pro-preview{margin-top:12px;padding:10px;border:1px solid #2d3654;border-radius:10px;background:linear-gradient(145deg,#111728,#0b1520)}.os30-toolkit-pro-preview>span,.os30-toolkit-tier{display:inline-flex;width:max-content;margin-bottom:5px;color:#caa8ff;font:800 8px ui-monospace,Consolas,monospace;letter-spacing:.08em}.os30-toolkit-tier.is-free{color:#74dcca}.os30-toolkit-pro-preview>strong{display:block;color:#e8f4f7;font-size:11px}.os30-toolkit-pro-preview>p{margin:5px 0 0;color:#839aa6;font-size:9px;line-height:1.5}.os30-toolkit-pro-preview.is-verified{border-color:#245b55}.os30-toolkit-pro-actions,.os30-toolkit-transfer{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.os30-toolkit-pro-actions a{font-size:9px;line-height:1.35}.os30-toolkit-license{display:grid;gap:6px;margin-top:8px}.os30-toolkit-license label{font-size:9px;color:#8ea5b1}.os30-toolkit-license input{min-width:0;padding:7px 8px;border:1px solid #1a3442;border-radius:7px;background:#07121a;color:#d9eef3}.os30-toolkit-pro-status{min-height:14px;margin:7px 0 0;color:#8ea5b1;font-size:9px;line-height:1.45}.os30-toolkit-transfer button:disabled,.os30-toolkit-pro-actions button:disabled{opacity:.5;cursor:not-allowed}.os30-toolkit-create-card,.os30-toolkit-lock-card,.os30-toolkit-empty-card{display:grid;gap:8px;padding:14px;border:1px dashed #294452;border-radius:11px;background:#091720}.os30-toolkit-create-card{grid-template-columns:minmax(0,1fr) auto;align-items:end}.os30-toolkit-create-card label,.os30-toolkit-create-card small{grid-column:1/-1}.os30-toolkit-create-card label{font-weight:700;color:#d9eef3}.os30-toolkit-create-card select,.os30-toolkit-create-card input{min-width:0;padding:9px 10px;border:1px solid #1a3442;border-radius:8px;background:#07121a;color:#d9eef3}.os30-toolkit-create-card small,.os30-toolkit-lock-card p,.os30-toolkit-empty-card span{color:#718896;font-size:10px;line-height:1.45}.os30-toolkit-lock-card>span{color:#caa8ff;font:800 8px ui-monospace,Consolas,monospace;letter-spacing:.08em}.os30-toolkit-lock-card>strong,.os30-toolkit-empty-card strong{color:#d9eef3}.os30-toolkit-step-links{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.os30-toolkit-step-links button,.os30-toolkit-step-links span{padding:4px 6px;border:1px solid #1a3442;border-radius:6px;background:#08141c;color:#8ea5b1;font-size:9px}.os30-toolkit-step-links button:hover{border-color:#31586b;color:#d9eef3}.os30-toolkit-step-links button:focus-visible{outline:2px solid #61f4ff;outline-offset:1px}.os30-toolkit-collection-head{display:flex;align-items:center;gap:10px;grid-column:1/-1;padding:10px 0}.os30-toolkit-collection-head strong{font-size:14px}.os30-toolkit-collection-head span{color:#718896;font-size:10px}.os30-toolkit-collection-head button{margin-right:auto}.os30-toolkit-collection-card .actions,.os30-toolkit-preset-card .actions{max-width:360px}.os30-toolkit-collection-card .actions button,.os30-toolkit-preset-card .actions button,.os30-toolkit-preset-card .actions a{white-space:nowrap}.os30-toolkit-preset-card .actions a{display:inline-flex;align-items:center;text-decoration:none;font-size:10px;padding:7px 9px;border-radius:7px}.os30-toolkit-preset-card .actions a.primary{background:#173747;color:#d9eef3;border:1px solid #31586b}.os30-toolkit-preset-card .actions a.primary:hover{background:#1b4355}@media(max-width:780px){.os30-toolkit-create-card{grid-template-columns:1fr}.os30-toolkit-create-card label,.os30-toolkit-create-card small{grid-column:auto}.os30-toolkit-collection-head{align-items:flex-start;flex-wrap:wrap}.os30-toolkit-collection-head button{width:100%;margin-right:0}.os30-toolkit-collection-card .actions,.os30-toolkit-preset-card .actions{max-width:none}}
.os30-toolkit-transfer small{flex:1 0 100%;color:#718896;font-size:8px;line-height:1.45}

/* Opselith 3.0 Phase 4 — Free Admin Workflows */
body.home .os30-workflow-preview.has-free-runbook{align-items:start}
body.home .os30-free-runbook-host{grid-column:1/-1;min-width:0}
body.home .os30-runbook{display:grid;gap:14px;padding-top:16px;border-top:1px solid #1d4351}
body.home .os30-runbook-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}
body.home .os30-runbook-head>div:first-child{display:grid;gap:4px}
body.home .os30-runbook-head>div:first-child>span{color:#71d8df;font:800 9px ui-monospace,Consolas,monospace;letter-spacing:.1em}
body.home .os30-runbook-head>div:first-child>strong{color:#eef8fb;font-size:15px}
body.home .os30-runbook-head p{max-width:760px;margin:0;color:#8ea5af;font-size:10px;line-height:1.55}
body.home .os30-runbook-progress{display:grid;grid-template-columns:auto auto;gap:1px 6px;min-width:150px;text-align:right}
body.home .os30-runbook-progress b{color:#d9f5f7;font:800 16px ui-monospace,Consolas,monospace}
body.home .os30-runbook-progress span{align-self:end;color:#78939d;font-size:9px}
body.home .os30-runbook-progressbar{grid-column:1/-1;position:relative;height:5px;margin-top:4px;overflow:hidden;border-radius:999px;background:#102b36}
body.home .os30-runbook-progressbar i{display:block;height:100%;border-radius:inherit;background:#55cbd3;transition:width .18s ease}
body.home .os30-runbook-boundary{padding:10px 12px;border:1px solid #315666;border-radius:9px;background:#0a1a22;color:#a8bbc2;font-size:10px;line-height:1.5}
body.home .os30-runbook-steps{display:grid;gap:8px;margin:0;padding:0;list-style:none;counter-reset:none}
body.home .os30-runbook-step{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:start;padding:12px;border:1px solid #1b3946;border-radius:10px;background:#071820}
body.home .os30-runbook-step.is-action{border-color:#51452c;background:#14130f}
body.home .os30-runbook-step.is-complete{border-color:#24594f;background:#081a19}
body.home .os30-runbook-toggle{display:inline-grid;width:30px;height:30px;place-items:center;padding:0;border:1px solid #315666;border-radius:50%;background:#0b2530;color:#a9e9ee;font:800 10px ui-monospace,Consolas,monospace;cursor:pointer}
body.home .os30-runbook-toggle:hover{border-color:#58b6c1;color:#e9fbfc}
body.home .os30-runbook-toggle:focus-visible{outline:2px solid #61f4ff;outline-offset:2px}
body.home .os30-runbook-step.is-complete .os30-runbook-toggle{border-color:#377a6d;background:#133d37;color:#bdf5e8}
body.home .os30-runbook-step-copy{display:grid;gap:4px;min-width:0}
body.home .os30-runbook-step-copy>span{width:max-content;max-width:100%;color:#77cfd6;font:800 8px ui-monospace,Consolas,monospace;letter-spacing:.09em}
body.home .os30-runbook-step.is-action .os30-runbook-step-copy>span{color:#e0bd73}
body.home .os30-runbook-step.is-complete .os30-runbook-step-copy>span{color:#76cdb8}
body.home .os30-runbook-step-copy>strong{color:#e8f3f6;font-size:12px;line-height:1.35}
body.home .os30-runbook-step-copy>p{margin:0;color:#8da2ab;font-size:10px;line-height:1.5}
body.home .os30-runbook-script{width:max-content;max-width:100%;margin-top:3px;color:#9de4e9;font-size:10px;font-weight:750;text-decoration:none}
body.home .os30-runbook-script:hover,body.home .os30-runbook-script:focus-visible{color:#d3f8fa;text-decoration:underline;outline:0}
body.home .os30-runbook-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px}
body.home .os30-runbook-footer span{color:#718b95;font-size:9px}
body.home .os30-runbook-footer button{padding:7px 9px;border:1px solid #294754;border-radius:7px;background:#08161d;color:#98adb6;font-size:9px;cursor:pointer}
body.home .os30-runbook-footer button:hover:not(:disabled){border-color:#477081;color:#dceef2}
body.home .os30-runbook-footer button:focus-visible{outline:2px solid #61f4ff;outline-offset:2px}
body.home .os30-runbook-footer button:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:720px){
  body.home .os30-runbook-head{grid-template-columns:1fr}
  body.home .os30-runbook-progress{justify-self:stretch;text-align:left}
  body.home .os30-runbook-footer{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){body.home .os30-runbook-progressbar i{transition:none}}

/* Opselith 3.0 Phase 5 — Pro Migration Suite */
body.home .os30-migration-pack-scope{grid-column:1/-1;display:grid;gap:14px;min-width:0;padding-top:16px;border-top:1px solid #3a2f55}
body.home .os30-migration-pack-head{display:grid;gap:4px}
body.home .os30-migration-pack-head>span{color:#c9a8ff;font:800 9px ui-monospace,Consolas,monospace;letter-spacing:.1em}
body.home .os30-migration-pack-head>strong{color:#f0e9ff;font-size:15px}
body.home .os30-migration-pack-head>p{max-width:900px;margin:0;color:#9b91ac;font-size:10px;line-height:1.55}
body.home .os30-migration-pack-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
body.home .os30-migration-pack-sections article{display:grid;gap:4px;padding:11px;border:1px solid #342b4b;border-radius:9px;background:#100e1b}
body.home .os30-migration-pack-sections strong{color:#e8ddff;font-size:10px}
body.home .os30-migration-pack-sections small{color:#8f85a1;font-size:8px;line-height:1.45}
body.home .os30-migration-pack-details{border:1px solid #2d2840;border-radius:9px;background:#0d0c16}
body.home .os30-migration-pack-details summary{padding:10px 12px;color:#cdb8f1;font-size:10px;font-weight:750;cursor:pointer}
body.home .os30-migration-pack-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:0 12px 12px}
body.home .os30-migration-pack-detail-grid strong{color:#eee7fb;font-size:10px}
body.home .os30-migration-pack-detail-grid ul{margin:7px 0 0;padding-left:18px;color:#8f86a0;font-size:9px;line-height:1.55}
body.home .os30-migration-pack-detail-grid code{color:#c8b6e8;font-size:8px}
body.home .os30-pro-pack-builder{display:grid;gap:10px;padding:13px;border:1px solid #46385f;border-radius:10px;background:linear-gradient(145deg,#141020,#0d1119)}
body.home .os30-pro-pack-builder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
body.home .os30-pro-pack-builder-head>div{display:grid;gap:4px}
body.home .os30-pro-pack-builder-head span:first-child{color:#c9a8ff;font:800 8px ui-monospace,Consolas,monospace;letter-spacing:.09em}
body.home .os30-pro-pack-builder-head strong{color:#f1ebfa;font-size:12px}
body.home .os30-pro-pack-builder-head p{max-width:800px;margin:0;color:#91899f;font-size:9px;line-height:1.5}
body.home .os30-pro-pack-access{flex:none;padding:4px 7px;border:1px solid #44375c;border-radius:999px;color:#c7a9f5;background:#151024;font:800 8px ui-monospace,Consolas,monospace;letter-spacing:.07em}
body.home .os30-pro-pack-controls{display:flex;flex-wrap:wrap;gap:7px;align-items:center}
body.home .os30-pro-pack-controls input{min-width:240px;flex:1 1 320px;padding:8px 9px;border:1px solid #3b3150;border-radius:7px;background:#090b12;color:#eee8fa}
body.home .os30-pro-pack-controls button{padding:8px 10px;border:1px solid #44375c;border-radius:7px;background:#13101c;color:#c7bdd4;font:700 9px inherit;cursor:pointer}
body.home .os30-pro-pack-controls button.primary{border-color:#72589c;background:#35264e;color:#f0e8ff}
body.home .os30-pro-pack-controls button:hover:not(:disabled){border-color:#8268ab;color:#fff}
body.home .os30-pro-pack-controls button:focus-visible{outline:2px solid #c9a8ff;outline-offset:2px}
body.home .os30-pro-pack-controls button:disabled{opacity:.45;cursor:not-allowed}
body.home .os30-pro-pack-status{min-height:14px;color:#9a8eaa;font-size:9px;line-height:1.45}
body.home .os30-pro-pack-output{display:grid;gap:8px;padding-top:10px;border-top:1px solid #312943}
body.home .os30-pro-pack-output>div{display:flex;align-items:center;justify-content:space-between;gap:10px}
body.home .os30-pro-pack-output strong{color:#e9e1f6;font-size:10px}
body.home .os30-pro-pack-output button{padding:7px 9px;border:1px solid #44375c;border-radius:7px;background:#111019;color:#c9bada;font-size:9px;cursor:pointer}
body.home .os30-pro-pack-output textarea{width:100%;min-height:340px;resize:vertical;padding:11px;border:1px solid #30283f;border-radius:8px;background:#070910;color:#c9d4da;font:9px/1.55 ui-monospace,Consolas,monospace;tab-size:2}
body.home .os30-pro-pack-output textarea:focus{outline:2px solid #8065a8;outline-offset:1px}
body.home .os30-pro-pack-output p{margin:0;color:#8a8295;font-size:9px;line-height:1.45}
@media(max-width:900px){body.home .os30-migration-pack-sections{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){body.home .os30-migration-pack-sections,body.home .os30-migration-pack-detail-grid{grid-template-columns:1fr}body.home .os30-pro-pack-builder-head{flex-direction:column}body.home .os30-pro-pack-controls{align-items:stretch;flex-direction:column}body.home .os30-pro-pack-controls input,body.home .os30-pro-pack-controls button{width:100%;min-width:0}}

/* Opselith 3.0 Phase 7 — Builder artifact + execution review */
body.tool-app .os30-artifact-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;padding:12px;border:1px solid #23414e;border-radius:9px;background:#08171e}
body.tool-app .os30-artifact-meta.hidden{display:none}
body.tool-app .os30-artifact-meta>div{display:grid;gap:3px;min-width:0}
body.tool-app .os30-artifact-meta small{color:#78929c;font-size:9px;text-transform:uppercase;letter-spacing:.06em}
body.tool-app .os30-artifact-meta strong,body.tool-app .os30-artifact-meta code{color:#dcecf0;font-size:10px;line-height:1.45;overflow-wrap:anywhere}
body.tool-app .os30-artifact-meta code{font-family:ui-monospace,Consolas,monospace}
body.tool-app .os30-execution-boundary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
body.tool-app .os30-execution-boundary>div{padding:11px;border:1px solid #233d48;border-radius:9px;background:#09161c}
body.tool-app .os30-execution-boundary small{display:block;margin-bottom:4px;color:#83a4ad;font-size:9px;text-transform:uppercase;letter-spacing:.06em}
body.tool-app .os30-execution-boundary p{margin:0;color:#a7bbc2;font-size:10px;line-height:1.5}
body.tool-app .os30-execution-checklist{margin-top:10px;padding:11px;border:1px solid #2a4652;border-radius:9px;background:#091920}
body.tool-app .os30-execution-checklist>strong{color:#dbecef;font-size:10px}
body.tool-app .os30-execution-checklist ul{margin:7px 0 0;padding-left:18px;color:#95abb3;font-size:10px;line-height:1.55}
@media(max-width:680px){body.tool-app .os30-artifact-meta,body.tool-app .os30-execution-boundary{grid-template-columns:1fr}}
/* Opselith 3.0 Phase 9: task-language search discovery */
.os30-search-examples{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px}.os30-search-examples>span{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.os30-search-examples button{appearance:none;border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:999px;padding:7px 10px;font:inherit;font-size:14px;cursor:pointer}.os30-search-examples button:hover,.os30-search-examples button:focus-visible{border-color:var(--accent);outline:none}.os20-palette-row.is-admin-task .os20-palette-item span{font-weight:800}.os20-palette-row.is-admin-task .os20-palette-item small{letter-spacing:.04em;text-transform:uppercase}@media(max-width:620px){.os30-search-examples{align-items:flex-start}.os30-search-examples>span{width:100%}}

/* Opselith 3.0 homepage polish: keep one animated PowerShell visual and simplify the signature card. */
body.home:not(.os-app-shell) #powershell-library .home-signature-card{
  min-height:0!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:0!important;
}
body.home:not(.os-app-shell) #powershell-library .home-signature-copy{
  max-width:980px!important;
}


/* Opselith 3.0.1 RC5 — calm-density UX polish */
/* Keep task search and suggestions useful in the standalone Command Center. */
body.os-app-shell.home.command-center .os23-command-engine{margin:0 0 16px!important}
body.os-app-shell.home.command-center .os30-search-examples{margin:0 0 22px}

/* Free workflow runbooks: compact by default; expand only the step the operator needs. */
body.home .os30-runbook{gap:10px}
body.home .os30-runbook-head{position:sticky;top:calc(var(--os-topbar,64px) + 8px);z-index:3;padding:10px 12px;border:1px solid #1b3946;border-radius:10px;background:rgba(7,24,32,.96);backdrop-filter:blur(8px)}
body.home .os30-runbook-boundary{padding:8px 10px}
body.home .os30-runbook-steps{gap:6px}
body.home .os30-runbook-step{grid-template-columns:30px minmax(0,1fr);gap:9px;padding:8px 10px}
body.home .os30-runbook-toggle{width:27px;height:27px}
body.home .os30-runbook-step-details{min-width:0}
body.home .os30-runbook-step-details>summary{display:grid;grid-template-columns:auto minmax(0,1fr);gap:3px 10px;align-items:center;cursor:pointer;list-style:none}
body.home .os30-runbook-step-details>summary::-webkit-details-marker{display:none}
body.home .os30-runbook-step-details>summary:after{content:'+';grid-column:3;grid-row:1/3;color:#6f8d99;font:800 13px ui-monospace,Consolas,monospace}
body.home .os30-runbook-step-details[open]>summary:after{content:'−'}
body.home .os30-runbook-step-details .os30-runbook-step-type{grid-column:1;color:#77cfd6;font:800 8px ui-monospace,Consolas,monospace;letter-spacing:.09em}
body.home .os30-runbook-step.is-action .os30-runbook-step-details .os30-runbook-step-type{color:#e0bd73}
body.home .os30-runbook-step-details .os30-runbook-step-title{grid-column:2;color:#e8f3f6;font-size:12px;line-height:1.35}
body.home .os30-runbook-step-body{display:grid;gap:5px;padding:7px 22px 2px 0}
body.home .os30-runbook-step-body p{margin:0;color:#8da2ab;font-size:10px;line-height:1.5}
body.home .os30-runbook-step-body .os30-runbook-script{margin-top:0}

/* Pro packs: progressive disclosure instead of exposing every workload and an empty editor at once. */
body.home .os30-migration-pack-scope{gap:10px}
body.home .os30-migration-pack-head>p{max-width:760px}
body.home .os30-migration-pack-contents{border:1px solid #2d2840;border-radius:9px;background:#0d0c16}
body.home .os30-migration-pack-contents>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;color:#d8c8f4;font-size:10px;font-weight:750;cursor:pointer}
body.home .os30-migration-pack-contents>summary span{color:#8f85a1;font-size:9px;font-weight:600}
body.home .os30-migration-pack-contents .os30-migration-pack-sections{padding:0 10px 10px}
body.home .os30-pro-pack-output[hidden]{display:none!important}
body.home .os30-pro-pack-output textarea{min-height:260px}

/* Trust metadata remains available, but no longer dominates first view. */
body.home details.os31-trust-summary{margin-top:10px;border:1px solid #24424e;border-radius:9px;background:#071820}
body.home details.os31-trust-summary>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;cursor:pointer;color:#a9c0c8;font-size:10px;font-weight:750}
body.home details.os31-trust-summary>summary span{color:#718b95;font-size:9px;font-weight:600}
body.home details.os31-trust-summary>div{padding:0 11px 10px}
body.home details.os31-trust-summary .os31-trust-eyebrow{display:block;margin-bottom:4px;color:#78cfd6;font:800 8px ui-monospace,Consolas,monospace;letter-spacing:.09em}
body.home details.os31-trust-summary strong{display:block;color:#d7e6ea;font-size:10px}
body.home details.os31-trust-summary p{margin:5px 0 0;color:#8199a3;font-size:9px;line-height:1.45}

@media(max-width:720px){body.home .os30-runbook-head{position:static}body.home .os30-runbook-step-details>summary{grid-template-columns:minmax(0,1fr) auto}body.home .os30-runbook-step-details .os30-runbook-step-type{grid-column:1}body.home .os30-runbook-step-details .os30-runbook-step-title{grid-column:1}body.home .os30-runbook-step-details>summary:after{grid-column:2;grid-row:1/3}}

/* Opselith 3.0.2 Phase 1 — calmer workflow density */
body.home .os30-workflow-preview{max-width:1240px;margin-left:auto;margin-right:auto}
body.home .os30-workflow-preview.has-free-runbook{max-width:1180px}
body.home .os30-runbook-step[hidden]{display:none!important}
body.home .os30-runbook-footer-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
body.home .os30-runbook-show-all{border-color:#315666!important;color:#b8dce1!important;background:#0a1b23!important}
body.home .os30-runbook-show-all:hover{border-color:#58aeb8!important;color:#effcfd!important}
body.home details.os31-trust-summary>summary .os31-trust-title{color:#a9c0c8;font-size:10px;font-weight:750;letter-spacing:0;text-transform:none;opacity:1}
body.home details.os31-trust-summary>summary>span:last-child{color:#718b95;font-size:9px;font-weight:600;letter-spacing:0;text-transform:none;opacity:1}
@media(max-width:720px){body.home .os30-runbook-footer-actions{width:100%;justify-content:flex-start}}

/* Opselith 3.0.2 Phase 2 — calmer collections and progressive disclosure */
.os20-builder-workbench.is-collections .os20-workbench-body{grid-template-columns:1fr}
.os20-builder-workbench.is-collections .os20-builder-sidebar{display:none}
.os32-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
.os32-collection-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;min-height:118px;padding:18px 20px;border:1px solid #1d3a49;border-radius:13px;background:linear-gradient(145deg,#0b1a23,#08141c)}
.os32-collection-card>div:first-child{min-width:0}
.os32-collection-card span{display:block;color:#61f4ff;font:800 8px ui-monospace,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}
.os32-collection-card strong{display:block;margin-top:6px;color:#eef9fb;font-size:15px;line-height:1.2}
.os32-collection-card p{margin:6px 0 0;color:#8aa0ac;font-size:10px;line-height:1.45}
.os32-collection-card small{display:block;margin-top:9px;color:#688491;font:700 9px ui-monospace,Consolas,monospace}
.os32-collection-actions{display:grid;gap:7px;min-width:122px}
.os32-collection-actions button,.os32-collection-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border-radius:8px;font-size:10px;font-weight:800;text-decoration:none;white-space:nowrap}
.os32-collection-actions a{color:#9feef4;border:1px solid #244555;background:#091820}
.os32-collection-actions a:hover,.os32-collection-actions a:focus-visible{border-color:#61dce8;color:#eafcff;outline:0}
@media(max-width:780px){.os32-collection-grid{grid-template-columns:1fr!important}.os32-collection-card{grid-template-columns:1fr}.os32-collection-actions{grid-template-columns:1fr 1fr;min-width:0}}

.os24-hub-collection{margin-top:16px;border:1px solid #1c3948;border-radius:14px;background:#091821;overflow:hidden}
.os24-hub-collection>summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 18px}
.os24-hub-collection>summary::-webkit-details-marker{display:none}
.os24-hub-collection>summary:hover{background:#0b1d27}
.os24-hub-collection>summary:focus-visible{outline:2px solid #61f4ff;outline-offset:-2px}
.os24-hub-collection>summary .section-index{display:block;margin-bottom:4px}
.os24-hub-collection>summary h2{margin:0;font-size:18px}
.os24-hub-collection>summary .os32-hub-summary-meta{display:flex;align-items:center;gap:10px;color:#7893a0;font-size:10px}
.os24-hub-collection>summary .os32-hub-summary-meta::after{content:'+';display:grid;place-items:center;width:24px;height:24px;border:1px solid #28495a;border-radius:7px;color:#9fdce5;font:800 14px ui-monospace,Consolas,monospace}
.os24-hub-collection[open]>summary .os32-hub-summary-meta::after{content:'−'}
.os24-hub-collection .os24-script-list{padding:0 18px 18px}
.os24-hub-collection .os24-script-card{min-height:0}
@media(max-width:700px){.os24-hub-collection>summary{grid-template-columns:1fr}.os24-hub-collection>summary .os32-hub-summary-meta{justify-content:space-between}.os24-hub-collection .os24-script-list{padding:0 12px 12px}}

.os32-script-more{margin-top:16px;border:1px solid #1b3948;border-radius:12px;background:#081720}
.os32-script-more>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;color:#dceef2;font-weight:800}
.os32-script-more>summary::-webkit-details-marker{display:none}
.os32-script-more>summary::after{content:'+';color:#61dce8;font:800 14px ui-monospace,Consolas,monospace}
.os32-script-more[open]>summary::after{content:'−'}
.os32-script-more>summary:focus-visible{outline:2px solid #61f4ff;outline-offset:2px}
.os32-script-more-body{padding:0 15px 15px;color:#8fa6b1}
.os32-script-more-body h2{font-size:17px;margin:18px 0 7px}
.os32-script-more-body .landing-steps{margin-bottom:12px}


/* Opselith 3.0.2 Phase 3 — calmer first view and compact navigation */
body.home .os32-secondary-tools,body.home .os32-pro-preview-disclosure{margin-top:12px;border:1px solid #203b49;border-radius:12px;background:#071720;overflow:hidden}
body.home .os32-secondary-tools>summary,body.home .os32-pro-preview-disclosure>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:46px;padding:11px 14px;cursor:pointer;color:#dceff2;font-size:12px;font-weight:800}
body.home .os32-secondary-tools>summary::-webkit-details-marker,body.home .os32-pro-preview-disclosure>summary::-webkit-details-marker{display:none}
body.home .os32-secondary-tools>summary span,body.home .os32-pro-preview-disclosure>summary span{color:#78939e;font-size:10px;font-weight:600}
body.home .os32-secondary-tools>summary::after,body.home .os32-pro-preview-disclosure>summary::after{content:'+';display:grid;place-items:center;width:24px;height:24px;border:1px solid #2a4a59;border-radius:7px;color:#9ee6ec;font:800 14px ui-monospace,Consolas,monospace}
body.home .os32-secondary-tools[open]>summary::after,body.home .os32-pro-preview-disclosure[open]>summary::after{content:'−'}
body.home .os32-secondary-tools>summary:focus-visible,body.home .os32-pro-preview-disclosure>summary:focus-visible{outline:2px solid #61f4ff;outline-offset:-2px}
body.home .os32-secondary-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 12px 12px}
body.home .os32-secondary-tool-grid .os23-app-card{min-width:0}
body.home .os32-pro-workflow-grid{padding:0 12px 12px;margin-top:0!important}
body.home .os32-pro-preview-disclosure{margin-top:14px;border-color:#3c3558;background:#0b1220}
body.home .os32-pro-preview-disclosure>summary{color:#d8cbff}
body.home .os28-command-collection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
body.home details.os31-trust-summary>summary{min-height:38px;padding:8px 10px}
.os24-hub-collection{margin-top:12px!important}.os24-hub-collection>summary{padding:13px 15px!important}.os24-hub-collection .os24-script-list{padding:0 15px 15px!important}.os24-hub-collection .os24-script-card{padding:14px!important}
@media(max-width:780px){body.home .os32-secondary-tool-grid{grid-template-columns:1fr}body.home .os28-command-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){body.home .os32-secondary-tools>summary,body.home .os32-pro-preview-disclosure>summary{align-items:flex-start;flex-wrap:wrap}body.home .os32-secondary-tools>summary span,body.home .os32-pro-preview-disclosure>summary span{width:100%}body.home .os28-command-collection-grid{grid-template-columns:1fr}.os24-hub-collection>summary{padding:12px!important}.os24-hub-collection .os24-script-list{padding:0 10px 10px!important}}


/* Opselith 3.0.2 Phase 5 — homepage tool curation */
body.home.command-center .os23-tool-deck{grid-template-columns:minmax(0,1.55fr) minmax(290px,.85fr);grid-auto-rows:auto;align-items:stretch}
body.home.command-center .os23-app-featured{grid-column:1;grid-row:1;min-height:100%;padding:22px;align-content:start}
body.home .os32-primary-tool-grid{grid-column:2;grid-row:1;display:grid;grid-template-columns:1fr;gap:10px;min-width:0}
body.home .os32-primary-tool-grid .os23-app-card{min-height:104px;padding:13px 14px}
body.home .os32-primary-tool-grid .os23-open-tool{margin-top:8px}
body.home .os32-secondary-tools{grid-column:1/-1;grid-row:2;margin-top:0}
body.home .os32-secondary-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){body.home.command-center .os23-tool-deck{grid-template-columns:1fr}body.home.command-center .os23-app-featured{grid-column:1;grid-row:auto;min-height:0}body.home .os32-primary-tool-grid{grid-column:1;grid-row:auto;grid-template-columns:repeat(3,minmax(0,1fr))}body.home .os32-secondary-tools{grid-column:1;grid-row:auto}}
@media(max-width:760px){body.home .os32-primary-tool-grid,body.home .os32-secondary-tool-grid{grid-template-columns:1fr}body.home .os32-primary-tool-grid .os23-app-card{min-height:0}}

/* Opselith 3.0.2 RC3 — manual PRE-GOLD UX review fixes */

/* Homepage: show the signature Builder plus the three strongest browser tools. */
body.home:not(.os-app-shell) #powershell-library.os33-home-tools-zone{
  padding:64px 0 70px!important;
  background:linear-gradient(180deg,#061019 0%,#07131c 100%)!important;
}
body.home:not(.os-app-shell) #powershell-library.os33-home-tools-zone>.wrap{
  display:block!important;
  width:min(1360px,calc(100% - 72px))!important;
  max-width:1360px!important;
}
body.home:not(.os-app-shell) .os33-home-tools-head{
  display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px;
}
body.home:not(.os-app-shell) .os33-home-tools-head>div{max-width:760px}
body.home:not(.os-app-shell) #powershell-library .os33-home-tools-head h2{
  margin:7px 0 8px!important;font-size:clamp(30px,3vw,40px)!important;line-height:1.08!important;
}
body.home:not(.os-app-shell) .os33-home-tools-head p{margin:0;color:#9db2bb;font-size:15px;line-height:1.55}
body.home:not(.os-app-shell) .os33-all-tools-link{flex:0 0 auto;white-space:nowrap;text-decoration:none}
body.home:not(.os-app-shell) .os33-home-tools-layout{
  display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.82fr);gap:14px;align-items:stretch;
}
body.home:not(.os-app-shell) .os33-home-tool-primary{
  display:flex;flex-direction:column;align-items:flex-start;min-width:0;min-height:336px;padding:30px 32px;
  border:1px solid #504471;border-radius:17px;
  background:radial-gradient(circle at 86% 18%,rgba(148,106,235,.12),transparent 30%),linear-gradient(112deg,#0b1926 0%,#10192c 58%,#18162f 100%);
  box-shadow:inset 3px 0 0 #765bb2,0 22px 56px rgba(0,0,0,.16);
}
body.home:not(.os-app-shell) .os33-home-tool-primary .home-ps-signature{margin-bottom:13px!important;font-size:10px!important}
body.home:not(.os-app-shell) .os33-home-tool-primary h3{margin:0;color:#f3f6ff;font-size:clamp(32px,3.2vw,46px);line-height:1.04;letter-spacing:-.035em}
body.home:not(.os-app-shell) .os33-home-tool-primary>p{max-width:680px;margin:14px 0 0;color:#a6bdc6;font-size:16px;line-height:1.55}
body.home:not(.os-app-shell) .os33-home-tool-primary .home-signature-meta{margin:20px 0 18px!important}
body.home:not(.os-app-shell) .os33-home-tool-primary .home-signature-cta{margin-top:auto!important}
body.home:not(.os-app-shell) .os33-home-tool-support{display:grid;grid-template-columns:1fr;gap:10px;min-width:0}
body.home:not(.os-app-shell) .os33-home-tool-card{
  display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;min-width:0;padding:16px 17px;
  border:1px solid #1f3c4a;border-radius:13px;background:#081821;color:inherit;text-decoration:none;
  transition:border-color .16s ease,background .16s ease,transform .16s ease;
}
body.home:not(.os-app-shell) .os33-home-tool-card:hover{border-color:#376879;background:#0a202a;transform:translateY(-1px)}
body.home:not(.os-app-shell) .os33-home-tool-card:focus-visible{outline:2px solid #61f4ff;outline-offset:2px}
body.home:not(.os-app-shell) .os33-home-tool-icon{
  display:grid;place-items:center;width:54px;height:54px;border:1px solid #285064;border-radius:11px;background:#071a24;color:#70e1ea;font:800 10px ui-monospace,Consolas,monospace;
}
body.home:not(.os-app-shell) .os33-home-tool-card>span:last-child{display:grid;gap:5px;min-width:0}
body.home:not(.os-app-shell) .os33-home-tool-card strong{color:#eef8fa;font-size:16px}
body.home:not(.os-app-shell) .os33-home-tool-card small{color:#8fa7b1;font-size:12px;line-height:1.45}
body.home:not(.os-app-shell) .os33-home-tool-card b{color:#76e5ed;font-size:11px}
body.home:not(.os-app-shell) .os33-home-more-tools{margin-top:14px;border:1px solid #1f3c4a;border-radius:13px;background:#071720;overflow:hidden}
body.home:not(.os-app-shell) .os33-home-more-tools>summary{
  list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:50px;padding:12px 16px;cursor:pointer;color:#e4f1f4;font-size:13px;font-weight:800;
}
body.home:not(.os-app-shell) .os33-home-more-tools>summary::-webkit-details-marker{display:none}
body.home:not(.os-app-shell) .os33-home-more-tools>summary::marker{content:''}
body.home:not(.os-app-shell) .os33-home-more-tools>summary::after{content:'+';display:grid;place-items:center;width:28px;height:28px;border:1px solid #315464;border-radius:8px;color:#9ee9ef;font:800 15px ui-monospace,Consolas,monospace}
body.home:not(.os-app-shell) .os33-home-more-tools[open]>summary::after{content:'−'}
body.home:not(.os-app-shell) .os33-home-more-tools>summary:hover{background:#0a1d27}
body.home:not(.os-app-shell) .os33-home-more-tools>summary:focus-visible{outline:2px solid #61f4ff;outline-offset:-2px}
body.home:not(.os-app-shell) .os33-home-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0 12px 12px}

/* Command Center: keep the flagship CTA visually attached to its copy. */
body.os-app-shell.home.ops-view-command-center .os23-app-featured{
  grid-template-columns:72px minmax(0,1fr)!important;grid-template-rows:auto auto!important;gap:12px 20px!important;align-content:center!important;
}
body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-app-icon{grid-column:1!important;grid-row:1/3!important;align-self:center!important}
body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-card-copy{grid-column:2!important;grid-row:1!important;align-self:end!important}
body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-open-tool{
  grid-column:2!important;grid-row:2!important;justify-self:start!important;align-self:start!important;margin-top:4px!important;min-height:38px!important;padding:0 14px!important;
}
body.home .os32-secondary-tools>summary{font-size:13px!important}

/* Free workflows: keep runbooks readable instead of stretching every step across the full workspace. */
body.os-app-shell.home.ops-view-command-center .os30-workflow-preview.has-free-runbook{
  width:min(100%,1080px)!important;max-width:1080px!important;margin-left:0!important;margin-right:auto!important;padding:18px 20px!important;gap:16px!important;
}
body.home .os30-runbook-step-details>summary{grid-template-columns:minmax(88px,auto) minmax(0,1fr) auto!important;gap:4px 12px!important;min-height:34px}
body.home .os30-runbook-step-details>summary:after{
  content:'Open'!important;grid-column:3!important;grid-row:1/3!important;display:inline-flex;align-items:center;justify-content:center;min-width:54px;min-height:28px;padding:0 9px;border:1px solid #315564;border-radius:7px;background:#091b24;color:#a9dce2!important;font:800 9px ui-monospace,Consolas,monospace!important;letter-spacing:.02em;
}
body.home .os30-runbook-step-details[open]>summary:after{content:'Close'!important}
body.home .os30-runbook-step-details>summary:hover:after{border-color:#4d8090;color:#eafafd!important;background:#0c2530}
body.home .os30-runbook-step-details>summary:focus-visible{outline:2px solid #61f4ff;outline-offset:2px;border-radius:7px}
body.home .os30-runbook-footer button{min-height:34px;padding:7px 11px!important;font-size:10px!important}
body.home .os28-command-collections-head{align-items:center!important;flex-wrap:wrap!important}
body.home .os28-command-collections-head>a{white-space:normal!important}
body.home .os28-command-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}

/* Builder: workload Collections belong in the persistent library navigation. */
body.os-app-shell.tool-app .os33-collection-sidebar{margin:13px 0 12px;padding:13px 0 0;border-top:1px solid #183442}
body.os-app-shell.tool-app .os33-collection-sidebar>.os20-filter-title{margin-bottom:7px;color:#7f9ba6!important;font-size:9px!important}
body.os-app-shell.tool-app .os33-collection-nav{display:grid;gap:5px}
body.os-app-shell.tool-app .os33-collection-nav .os33-collection-cat{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;width:100%;min-height:36px;padding:7px 9px;border:1px solid transparent;border-radius:8px;background:transparent;color:#9bb0b8;text-align:left;cursor:pointer;font-size:11px;line-height:1.25;
}
body.os-app-shell.tool-app .os33-collection-nav .os33-collection-cat span:first-child{min-width:0}
body.os-app-shell.tool-app .os33-collection-nav .os33-collection-cat span:last-child{color:#6f8d99;font:700 9px ui-monospace,Consolas,monospace}
body.os-app-shell.tool-app .os33-collection-nav .os33-collection-cat:hover{border-color:#254a59;background:#0a1d27;color:#e3f3f5}
body.os-app-shell.tool-app .os33-collection-nav .os33-collection-cat.active{border-color:#397083;background:#0d2937;color:#effbfc}
body.os-app-shell.tool-app .os33-collection-nav .os33-collection-cat.active span:last-child{color:#9ee7ed}
body.os-app-shell.tool-app .os33-collection-nav .os33-collection-cat:focus-visible{outline:2px solid #61f4ff;outline-offset:1px}
body.os-app-shell.tool-app .os33-collection-sidebar.is-deep-link{margin-left:-7px;margin-right:-7px;padding:12px 7px 7px;border:1px solid #35677a;border-radius:10px;background:#091c26}


/* Public users must never see the tester-only report action. */
.os20-selected-workspace .os20-selected-actions .os26-report-test-link[hidden]{display:none!important}

@media(max-width:980px){
  body.home:not(.os-app-shell) .os33-home-tools-layout{grid-template-columns:1fr}
  body.home:not(.os-app-shell) .os33-home-tool-primary{min-height:0}
  body.home:not(.os-app-shell) .os33-home-tool-support{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.home:not(.os-app-shell) .os33-home-tool-support .os33-home-tool-card{grid-template-columns:1fr;align-content:start}
  body.home .os28-command-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:820px){
  body.os-app-shell.tool-app .os33-collection-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  body.home:not(.os-app-shell) #powershell-library.os33-home-tools-zone>.wrap{width:calc(100% - 32px)!important}
  body.home:not(.os-app-shell) .os33-home-tools-head{align-items:flex-start;flex-direction:column;gap:14px}
  body.home:not(.os-app-shell) .os33-home-tool-support,body.home:not(.os-app-shell) .os33-home-more-grid{grid-template-columns:1fr}
  body.home:not(.os-app-shell) .os33-home-tool-primary{padding:24px 21px}
  body.home .os30-runbook-step-details>summary{grid-template-columns:minmax(0,1fr) auto!important}
  body.home .os30-runbook-step-details .os30-runbook-step-type{grid-column:1!important}
  body.home .os30-runbook-step-details .os30-runbook-step-title{grid-column:1!important}
  body.home .os30-runbook-step-details>summary:after{grid-column:2!important;grid-row:1/3!important}
  .os24-hub-collection>summary{grid-template-columns:1fr!important;gap:10px!important}
  .os24-hub-collection>summary .os32-hub-summary-meta{justify-content:space-between!important}
}
@media(max-width:520px){
  body.os-app-shell.tool-app .os33-collection-nav{grid-template-columns:1fr}
  body.home .os28-command-collection-grid{grid-template-columns:1fr!important}
  .os24-hub-collection>summary .os32-hub-summary-meta::after{min-width:96px!important}
}

/* Opselith 3.0.2 final visual correction — user-approved homepage label + Builder CTA placement. */
body.home:not(.os-app-shell) .os33-home-tools-head .section-index{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:auto!important;
  min-width:132px!important;
  height:44px!important;
  padding:0 14px!important;
  margin:0!important;
  grid-column:auto!important;
  grid-row:auto!important;
  border:1px solid #7356aa!important;
  border-radius:10px!important;
  background:#17132e!important;
  color:#d9ceff!important;
  font:800 11px ui-monospace,SFMono-Regular,Consolas,monospace!important;
  letter-spacing:.14em!important;
}
body.home:not(.os-app-shell) .os33-home-tools-head .section-index::after{
  content:'>_'!important;
  margin-left:18px!important;
  color:#c9bbff!important;
  font:900 15px ui-monospace,SFMono-Regular,Consolas,monospace!important;
  letter-spacing:0!important;
}

/* Keep the PowerShell CTA attached to the featured card copy in both Command Center and All Tools. */
body.os-app-shell.home.ops-view-tools .os23-app-featured{
  grid-template-columns:72px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  gap:12px 20px!important;
  align-content:center!important;
}
body.os-app-shell.home.ops-view-tools .os23-app-featured>.os23-app-icon{
  grid-column:1!important;
  grid-row:1/3!important;
  align-self:center!important;
}
body.os-app-shell.home.ops-view-tools .os23-app-featured>.os23-card-copy{
  grid-column:2!important;
  grid-row:1!important;
  align-self:end!important;
}
body.os-app-shell.home.ops-view-tools .os23-app-featured>.os23-open-tool{
  grid-column:2!important;
  grid-row:2!important;
  justify-self:start!important;
  align-self:start!important;
  margin-top:4px!important;
  min-height:38px!important;
  padding:0 14px!important;
  border:1px solid #7857b5!important;
  border-radius:9px!important;
  background:#251b47!important;
  color:#eee8ff!important;
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  position:static!important;
}
body.os-app-shell.home.ops-view-tools .os23-app-featured:hover>.os23-open-tool,
body.os-app-shell.home.ops-view-tools .os23-app-featured:focus-visible>.os23-open-tool{
  background:#352360!important;
  border-color:#9a77d2!important;
  color:#fff!important;
}


/* Opselith 3.0.3 RC1 hotfix — calmer Builder navigation and final homepage polish. */
/* Homepage tools marker: thin, long, deliberate rather than a small square badge. */
body.home:not(.os-app-shell) .os33-home-tools-head .section-index{
  min-width:164px!important;
  height:32px!important;
  padding:0 12px!important;
  border-radius:8px!important;
  font-size:10px!important;
}
body.home:not(.os-app-shell) .os33-home-tools-head .section-index::after{
  margin-left:26px!important;
  font-size:13px!important;
}

/* Builder search: one clear input outline, not a stack of nested bordered boxes. */
body.os-app-shell.tool-app .builder-page .os20-workbench-search{
  margin:0 20px!important;
  padding:10px 0 14px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.os-app-shell.tool-app .builder-page .os20-workbench-search input{
  border:1px solid #2b4b5b!important;
  border-radius:10px!important;
  background:#05141c!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important;
}
body.os-app-shell.tool-app .builder-page .os20-workbench-search input:focus{
  border-color:#61f4ff!important;
  box-shadow:0 0 0 3px rgba(97,244,255,.08)!important;
}

/* Collections: navigation stays discoverable but collapsed until requested. */
body.os-app-shell.tool-app .os33-collection-sidebar{
  margin:10px 0 8px!important;
  padding:0!important;
  border:1px solid #183442!important;
  border-radius:9px!important;
  background:#07151e!important;
}
body.os-app-shell.tool-app .os33-collection-sidebar>summary{
  list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;
  min-height:38px;padding:8px 10px;cursor:pointer;color:#a8bec7;font-size:11px;font-weight:800;
}
body.os-app-shell.tool-app .os33-collection-sidebar>summary::-webkit-details-marker{display:none}
body.os-app-shell.tool-app .os33-collection-sidebar>summary small{margin-left:auto;color:#6f8d99;font:700 8px ui-monospace,Consolas,monospace;letter-spacing:.04em}
body.os-app-shell.tool-app .os33-collection-sidebar>summary::after{content:'+';color:#84dfe7;font:800 13px ui-monospace,Consolas,monospace}
body.os-app-shell.tool-app .os33-collection-sidebar[open]>summary::after{content:'−'}
body.os-app-shell.tool-app .os33-collection-sidebar>summary:hover{background:#0a1d27;color:#e4f2f5}
body.os-app-shell.tool-app .os33-collection-sidebar>summary:focus-visible{outline:2px solid #61f4ff;outline-offset:1px}
body.os-app-shell.tool-app .os33-collection-sidebar .os33-collection-nav{padding:0 7px 8px!important;border-top:1px solid #183442}
body.os-app-shell.tool-app .os33-collection-sidebar.is-deep-link{margin-left:0!important;margin-right:0!important;padding:0!important;border-color:#35677a!important}

/* Builder reference chapter follows the same wide content rail as the workbench above. */
body.os-app-shell.tool-app .builder-page>.ops-tool-more{
  width:min(1460px,100%)!important;
  max-width:1460px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media(max-width:900px){
  body.os-app-shell.tool-app .builder-page .os20-workbench-search{margin:0 17px!important}
}


/* Opselith 3.0.3 RC3 — final screenshot-led tool hierarchy polish. */
/* The homepage heading no longer needs a decorative TOOLS badge. */
body.home:not(.os-app-shell) .os33-home-tools-head h2{margin-top:0!important}

/* Standalone Command Center / All Tools: compact flagship first, three supporting tools below. */
body.os-app-shell.home.ops-view-command-center .os23-tool-deck,
body.os-app-shell.home.ops-view-tools .os23-tool-deck{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto auto!important;
  gap:12px!important;
  align-items:start!important;
}
body.os-app-shell.home.ops-view-command-center .os23-app-featured,
body.os-app-shell.home.ops-view-tools .os23-app-featured{
  grid-column:1!important;
  grid-row:1!important;
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  min-height:0!important;
  height:auto!important;
  align-content:center!important;
  align-items:center!important;
  gap:7px 20px!important;
  padding:22px 24px!important;
}
body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-app-icon,
body.os-app-shell.home.ops-view-tools .os23-app-featured>.os23-app-icon{
  grid-column:1!important;
  grid-row:1/3!important;
  align-self:center!important;
}
body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-card-copy,
body.os-app-shell.home.ops-view-tools .os23-app-featured>.os23-card-copy{
  grid-column:2!important;
  grid-row:1!important;
  align-self:end!important;
}
body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-open-tool,
body.os-app-shell.home.ops-view-tools .os23-app-featured>.os23-open-tool{
  grid-column:2!important;
  grid-row:2!important;
  justify-self:start!important;
  align-self:start!important;
  position:static!important;
  width:auto!important;
  min-height:36px!important;
  margin:2px 0 0!important;
  padding:0 13px!important;
}
body.os-app-shell.home.ops-view-command-center .os32-primary-tool-grid,
body.os-app-shell.home.ops-view-tools .os32-primary-tool-grid{
  grid-column:1!important;
  grid-row:2!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
body.os-app-shell.home.ops-view-command-center .os32-primary-tool-grid .os23-app-card,
body.os-app-shell.home.ops-view-tools .os32-primary-tool-grid .os23-app-card{
  min-height:118px!important;
  height:auto!important;
}
body.os-app-shell.home.ops-view-command-center .os32-secondary-tools,
body.os-app-shell.home.ops-view-tools .os32-secondary-tools{
  grid-column:1!important;
  grid-row:3!important;
  margin-top:0!important;
}
@media(max-width:900px){
  body.os-app-shell.home.ops-view-command-center .os32-primary-tool-grid,
  body.os-app-shell.home.ops-view-tools .os32-primary-tool-grid{grid-template-columns:1fr!important}
}
@media(max-width:620px){
  body.os-app-shell.home.ops-view-command-center .os23-app-featured,
  body.os-app-shell.home.ops-view-tools .os23-app-featured{
    grid-template-columns:54px minmax(0,1fr)!important;
    padding:18px!important;
    gap:7px 14px!important;
  }
  body.os-app-shell.home.ops-view-command-center .os23-app-featured>.os23-app-icon,
  body.os-app-shell.home.ops-view-tools .os23-app-featured>.os23-app-icon{width:52px!important;height:52px!important}
}

/* 3.0.3 RC4: dedicated browser-local Favorites / Recently Used views. */
body.os-app-shell.home.ops-view-favorites .os23-command-bar,
body.os-app-shell.home.ops-view-favorites .os30-search-examples,
body.os-app-shell.home.ops-view-favorites .os30-workflow-zone,
body.os-app-shell.home.ops-view-favorites .os28-command-collections,
body.os-app-shell.home.ops-view-recent .os23-command-bar,
body.os-app-shell.home.ops-view-recent .os30-search-examples,
body.os-app-shell.home.ops-view-recent .os30-workflow-zone,
body.os-app-shell.home.ops-view-recent .os28-command-collections{display:none!important}
body.os-app-shell.home.ops-view-favorites .os23-command-lower,
body.os-app-shell.home.ops-view-recent .os23-command-lower{display:grid!important;grid-template-columns:minmax(0,1100px)!important;margin-top:24px!important}
body.os-app-shell.home.ops-view-favorites .os23-favorite-panel,
body.os-app-shell.home.ops-view-recent .os23-recent-panel{width:100%;max-width:1100px}
body.os-app-shell.home.ops-view-recent .os23-recent-panel>.os23-panel-head{display:none!important}
body.os-app-shell.home.ops-view-recent .os23-recent-dedicated{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important}
@media(max-width:760px){body.os-app-shell.home.ops-view-recent .os23-recent-dedicated{grid-template-columns:1fr!important}}


/* Opselith 3.0.3 RC5 — distinct Command Center vs All Tools information architecture. */
/* All Tools is a catalog: no task search, quick tasks, workflows, workload navigation or personal panels. */
body.os-app-shell.home.ops-view-tools .os23-command-bar,
body.os-app-shell.home.ops-view-tools .os30-search-examples,
body.os-app-shell.home.ops-view-tools .os30-workflow-zone,
body.os-app-shell.home.ops-view-tools .os28-command-collections,
body.os-app-shell.home.ops-view-tools .os23-command-lower{display:none!important}
/* All browser tools are visible directly in the catalog; the Command Center keeps the More tools disclosure. */
body.os-app-shell.home.ops-view-tools .os32-secondary-tools{
  margin-top:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  overflow:visible!important;
}
body.os-app-shell.home.ops-view-tools .os32-secondary-tools>summary{display:none!important}
body.os-app-shell.home.ops-view-tools .os32-secondary-tool-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  padding:0!important;
}
body.os-app-shell.home.ops-view-tools .os32-secondary-tool-grid .os23-app-card{
  min-height:118px!important;
  height:auto!important;
}
@media(max-width:900px){
  body.os-app-shell.home.ops-view-tools .os32-secondary-tool-grid{grid-template-columns:1fr!important}
}

/* Opselith 3.0.3 RC6 — calmer workflow disclosure and polished Recently Used. */
body.os-app-shell.home.ops-view-command-center details.os33-workflow-disclosure{
  margin-top:26px!important;
  border:1px solid #1b3c4a!important;
  border-radius:14px!important;
  background:#071720!important;
  overflow:hidden!important;
}
body.os-app-shell.home.ops-view-command-center details.os33-workflow-disclosure>summary{
  min-height:66px;
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 18px!important;
  list-style:none;
  cursor:pointer;
  user-select:none;
  background:#081922;
}
body.os-app-shell.home.ops-view-command-center details.os33-workflow-disclosure>summary::-webkit-details-marker{display:none}
body.os-app-shell.home.ops-view-command-center details.os33-workflow-disclosure>summary>span:first-child{display:grid;gap:3px;min-width:0}
body.os-app-shell.home.ops-view-command-center details.os33-workflow-disclosure>summary strong{color:#edf8fa;font-size:16px;line-height:1.2}
body.os-app-shell.home.ops-view-command-center details.os33-workflow-disclosure>summary small{color:#7895a1;font-size:11px;line-height:1.35}
body.os-app-shell.home.ops-view-command-center .os33-workflow-summary-meta{display:flex;align-items:center;gap:8px;flex:0 0 auto}
body.os-app-shell.home.ops-view-command-center .os33-workflow-summary-meta b{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border:1px solid #245061;border-radius:99px;color:#82dfe7;background:#091e27;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.06em;text-transform:uppercase}
body.os-app-shell.home.ops-view-command-center .os33-workflow-summary-meta b.pro{border-color:#5b467b;color:#cfb9ff;background:#17142a}
body.os-app-shell.home.ops-view-command-center .os33-workflow-summary-meta i{width:28px;height:28px;display:grid;place-items:center;border:1px solid #285062;border-radius:8px;color:#72dce5;font-style:normal;font-size:16px;line-height:1}
body.os-app-shell.home.ops-view-command-center details.os33-workflow-disclosure[open] .os33-workflow-summary-meta i::before{content:'−'}
body.os-app-shell.home.ops-view-command-center details.os33-workflow-disclosure:not([open]) .os33-workflow-summary-meta i::before{content:'+'}
body.os-app-shell.home.ops-view-command-center .os33-workflow-body{padding:18px 18px 20px;border-top:1px solid #183946;background:#06151d}
body.os-app-shell.home.ops-view-command-center .os33-workflow-body>.os30-workflow-head{margin-top:0!important}
body.os-app-shell.home.ops-view-command-center .os33-workflow-body .os30-workflow-counts{display:none!important}
body.os-app-shell.home.ops-view-command-center details.os33-workflow-disclosure:not([open]) .os33-workflow-body{display:none!important}

body.os-app-shell.home.ops-view-recent .os23-command-lower{grid-template-columns:minmax(0,1040px)!important;margin-top:22px!important}
body.os-app-shell.home.ops-view-recent .os23-recent-panel{max-width:1040px!important;border-top:0!important}
body.os-app-shell.home.ops-view-recent .os23-recent-dedicated{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
body.os-app-shell.home.ops-view-recent .os33-recent-card{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:116px;border:1px solid #1c4352;border-radius:12px;background:#071923;overflow:hidden;transition:border-color .16s ease,background .16s ease,transform .16s ease}
body.os-app-shell.home.ops-view-recent .os33-recent-card:hover{background:#0a222d;border-color:#347187;transform:translateY(-1px)}
body.os-app-shell.home.ops-view-recent .os33-recent-main{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;align-items:start;min-width:0;padding:15px 10px 15px 15px;color:inherit;text-decoration:none}
body.os-app-shell.home.ops-view-recent .os33-recent-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid #2a6072;border-radius:9px;background:#081e29;color:#8eeaf1;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace}
body.os-app-shell.home.ops-view-recent .os33-recent-card.is-script .os33-recent-icon{border-color:#59467f;background:#17152b;color:#d8ccff}
body.os-app-shell.home.ops-view-recent .os33-recent-copy{min-width:0}
body.os-app-shell.home.ops-view-recent .os33-recent-meta{display:block;color:#668895;font:700 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.os-app-shell.home.ops-view-recent .os33-recent-copy strong{display:block;margin:6px 0 4px;color:#f1f8fa;font-size:15px;line-height:1.25;white-space:normal}
body.os-app-shell.home.ops-view-recent .os33-recent-copy small{display:block;color:#89a2ad;font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.os-app-shell.home.ops-view-recent .os33-recent-actions{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:8px;padding:12px 12px 12px 2px}
body.os-app-shell.home.ops-view-recent .os33-recent-star{width:32px;height:32px;min-height:32px;padding:0;border:1px solid #285163;border-radius:8px;background:#0a202b;color:#7b9ca8;font-size:14px}
body.os-app-shell.home.ops-view-recent .os33-recent-star.active{color:#f0cf6e;border-color:#6d5b2d;background:#211b0c}
body.os-app-shell.home.ops-view-recent .os33-recent-open{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 2px;color:#71dbe5;font-size:11px;font-weight:800;white-space:nowrap}
body.os-app-shell.home.ops-view-recent .os33-recent-open:hover{color:#d7fbff}
@media(max-width:760px){
  body.os-app-shell.home.ops-view-command-center details.os33-workflow-disclosure>summary{align-items:flex-start;flex-direction:column}
  body.os-app-shell.home.ops-view-command-center .os33-workflow-summary-meta{width:100%;justify-content:flex-start;flex-wrap:wrap}
  body.os-app-shell.home.ops-view-recent .os23-recent-dedicated{grid-template-columns:1fr!important}
}


/* Opselith 3.1 Phase 2 — Admin Continuity / Continue Working.
   Keep the launcher calm: local continuity appears only when there is real work to resume. */
body.os-app-shell.home.ops-view-command-center .os23-command-lower{display:none!important}
body.os-app-shell.home.ops-view-command-center .os23-command-lower.has-local-work{
  display:grid!important;
  grid-template-columns:minmax(0,720px)!important;
  gap:0!important;
  margin-top:28px!important
}
body.os-app-shell.home.ops-view-command-center .os23-command-lower.has-local-work .os23-favorite-panel{display:none!important}
body.os-app-shell.home.ops-view-command-center .os23-recent-panel{width:100%;border-top:1px solid #244553!important}
body.os-app-shell.home .os31-continue-workflow{
  display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;
  min-height:62px;padding:8px 10px;border:1px solid #254756;border-radius:9px;
  background:#081d27;color:inherit;text-decoration:none
}
body.os-app-shell.home .os31-continue-workflow:hover{border-color:#3b7183;background:#0b2733}
body.os-app-shell.home .os31-continue-icon{
  width:36px;height:36px;display:grid;place-items:center;border:1px solid #346477;border-radius:8px;
  background:#0a2330;color:#8eeaf1;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace
}
body.os-app-shell.home .os31-continue-copy{min-width:0;display:block}
body.os-app-shell.home .os31-continue-copy>span{display:block;color:#76a0ad;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.06em;text-transform:uppercase}
body.os-app-shell.home .os31-continue-copy strong{display:block;margin:3px 0 2px;color:#eef8fa;font-size:13px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.os-app-shell.home .os31-continue-copy small{display:block;color:#8fa8b2;font-size:11px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.os-app-shell.home .os31-continue-workflow>b{color:#77dce5;font-size:11px;white-space:nowrap}

body.os-app-shell.home.ops-view-recent .os23-recent-dedicated.os31-continue-dedicated{display:block!important}
body.os-app-shell.home.ops-view-recent .os31-continue-section{display:grid;gap:10px;margin-bottom:28px}
body.os-app-shell.home.ops-view-recent .os31-continue-section:last-child{margin-bottom:0}
body.os-app-shell.home.ops-view-recent .os31-continue-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid #183b49}
body.os-app-shell.home.ops-view-recent .os31-continue-section-head strong{color:#dcebed;font-size:14px}
body.os-app-shell.home.ops-view-recent .os31-continue-section-head small{color:#77939f;font-size:10px}
body.os-app-shell.home.ops-view-recent .os31-continue-grid,
body.os-app-shell.home.ops-view-recent .os31-recent-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.os-app-shell.home.ops-view-recent .os31-continue-card{min-width:0;border:1px solid #285267;border-radius:12px;background:#081c27;overflow:hidden}
body.os-app-shell.home.ops-view-recent .os31-continue-card:hover{border-color:#427b8f;background:#0b2632}
body.os-app-shell.home.ops-view-recent .os31-continue-card>a{display:block;min-height:116px;padding:15px 16px;color:inherit;text-decoration:none}
body.os-app-shell.home.ops-view-recent .os31-continue-card-meta{display:block;color:#75a4b1;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.06em}
body.os-app-shell.home.ops-view-recent .os31-continue-card strong{display:block;margin:8px 0 5px;color:#f1f8fa;font-size:15px;line-height:1.25}
body.os-app-shell.home.ops-view-recent .os31-continue-card small{display:block;color:#91a9b3;font-size:12px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.os-app-shell.home.ops-view-recent .os31-continue-card b{display:block;margin-top:13px;color:#72dce5;font-size:11px}
body.os-app-shell.home.ops-view-recent .os31-continue-empty{display:grid;gap:5px;max-width:520px;padding:20px 0}
body.os-app-shell.home.ops-view-recent .os31-continue-empty strong{color:#e6f2f4;font-size:15px}
body.os-app-shell.home.ops-view-recent .os31-continue-empty span{color:#829ca7;font-size:12px;line-height:1.45}
@media(max-width:760px){
  body.os-app-shell.home .os31-continue-workflow{grid-template-columns:36px minmax(0,1fr)}
  body.os-app-shell.home .os31-continue-workflow>b{grid-column:2;justify-self:start}
  body.os-app-shell.home.ops-view-recent .os31-continue-grid,
  body.os-app-shell.home.ops-view-recent .os31-recent-grid{grid-template-columns:1fr}
}


/* Opselith 3.1.1 — Core readability & PowerShell Library hotfix.
   Scan first, details on demand. Keep supporting text readable without adding density. */
body.os-app-shell.tool-app .os20-workbench-head p,
body.os-app-shell.tool-app .os20-library-bar,
body.os-app-shell.tool-app .os20-builder-sidebar .cat,
body.os-app-shell.tool-app .os20-builder-collapse summary,
body.os-app-shell.tool-app .os33-collection-sidebar>summary{font-size:13px!important;line-height:1.45}
body.os-app-shell.tool-app .os20-filter-title{font-size:10px!important}
body.os-app-shell.tool-app .os20-builder-collapse summary span,
body.os-app-shell.tool-app .os33-collection-sidebar>summary small{font-size:10px!important}
body.os-app-shell.tool-app .os20-workflow-button{font-size:13px!important;min-height:38px}
body.os-app-shell.tool-app .os20-workflow-button span:last-child{font-size:10px!important}
body.os-app-shell.tool-app .os20-builder-sidebar select{font-size:14px!important}
body.os-app-shell.tool-app .os20-builder-sidebar .field label{font-size:13px!important}

/* Categories are the primary browse layer; collections follow them. */
body.os-app-shell.tool-app .os311-category-directory{margin-top:10px}
body.os-app-shell.tool-app .builder-page .os20-catnav .cat{font-size:14px!important;line-height:1.25!important;min-height:38px!important}
body.os-app-shell.tool-app .os33-collection-sidebar{margin-top:8px!important}
body.os-app-shell.tool-app .os33-collection-sidebar.is-deep-link{scroll-margin-top:0!important}

/* Script results: compact scan rows. Purpose/details live in the selected-script workspace. */
body.os-app-shell.tool-app .os20-script-grid{gap:8px!important}
body.os-app-shell.tool-app .os20-script-grid .script{
  min-height:76px!important;
  padding:14px 58px 12px 15px!important;
  border-radius:10px!important;
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  box-shadow:none!important;
}
body.os-app-shell.tool-app .os20-script-grid .script:hover{transform:none!important;box-shadow:none!important;background:#0a222d!important}
body.os-app-shell.tool-app .os20-script-grid .script b{font-size:16px!important;line-height:1.28!important;padding-right:4px}
body.os-app-shell.tool-app .os20-script-grid .script small{display:none!important}
body.os-app-shell.tool-app .os20-script-grid .script-meta{font-size:11px!important;margin:0!important;color:#76919c!important;line-height:1.35!important}
body.os-app-shell.tool-app .os20-script-grid .script .script-plan{top:14px!important;right:13px!important;font-size:9px!important;padding:4px 6px!important}

/* Empty selected-workspace state should not look like another large content panel. */
body.os-app-shell.tool-app .os20-selected-workspace:has(.os20-selection-prompt:not(.hidden)){padding:0!important;border-color:transparent!important;background:transparent!important;box-shadow:none!important}
body.os-app-shell.tool-app .os20-selection-prompt{display:grid!important;grid-template-columns:minmax(0,1fr)!important;min-height:0!important;padding:11px 13px!important;border:1px solid #1a3442!important;border-radius:10px!important;background:#07161f!important}
body.os-app-shell.tool-app .os20-selection-prompt .os20-selection-icon,
body.os-app-shell.tool-app .os20-selection-prompt .os20-selection-prompt-meta{display:none!important}
body.os-app-shell.tool-app .os20-selection-prompt strong{font-size:13px!important}
body.os-app-shell.tool-app .os20-selection-prompt>div>span:last-child{font-size:12px!important;color:#8199a4!important}

/* Keep deep SEO/context copy available without leaving a documentation wall below the Builder. */
body.os-app-shell.tool-app .os311-seo-disclosure{padding:0!important;overflow:hidden}
body.os-app-shell.tool-app .os311-seo-disclosure>summary{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 16px;cursor:pointer;list-style:none;color:#d8e8ed;font-size:13px;font-weight:750}
body.os-app-shell.tool-app .os311-seo-disclosure>summary::-webkit-details-marker{display:none}
body.os-app-shell.tool-app .os311-seo-disclosure>summary::after{content:'+';color:#73dce6;font-size:17px}
body.os-app-shell.tool-app .os311-seo-disclosure[open]>summary::after{content:'−'}
body.os-app-shell.tool-app .os311-seo-disclosure-body{padding:0 18px 18px;border-top:1px solid #18303d}
body.os-app-shell.tool-app .os311-seo-disclosure-body p{font-size:13px!important;line-height:1.6!important}

/* Workflow overview: shorter first view, clearer cards, Pro detail stays behind disclosure. */
body.os-app-shell.home.ops-view-command-center .os33-workflow-body{padding:18px 20px 22px!important}
body.os-app-shell.home.ops-view-command-center .os30-workflow-head{margin-bottom:14px!important}
body.os-app-shell.home.ops-view-command-center .os30-workflow-head h2{font-size:20px!important;margin:0 0 4px!important}
body.os-app-shell.home.ops-view-command-center .os30-workflow-head p{font-size:13px!important;line-height:1.5!important}
body.home .os30-workflow-grid{gap:9px!important}
body.home .os30-workflow-card{min-height:112px!important;padding:14px 15px!important;gap:7px!important}
body.home .os30-workflow-card-meta b{font-size:10px!important}
body.home .os30-workflow-card>strong{font-size:15px!important;line-height:1.3!important}
body.home .os30-workflow-card>small{display:none!important}
body.home .os30-workflow-workloads{margin-top:0!important;font-size:11px!important;line-height:1.35!important}
body.home .os30-workflow-open{margin-top:auto;font-size:12px!important}
body.home .os32-pro-preview-disclosure{margin-top:12px!important}
body.home .os311-pro-preview-info{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:11px 12px;margin:0 0 10px;border:1px solid #413a2a;border-radius:9px;background:#11130f;color:#8fa2aa;font-size:12px;line-height:1.45}
body.home .os311-pro-preview-info strong{color:#e4d49f}
body.home .os311-pro-preview-info a{margin-left:auto;color:#d9c989;font-weight:750}
body.home .os311-workflow-guide-link{margin-top:12px}
body.home .os311-workflow-guide-link a{color:#9ccdd4;font-size:12px;font-weight:750}

/* Active workflow: use the available canvas and make step structure obvious. */
body.os-app-shell.home.ops-view-command-center .os30-workflow-preview,
body.os-app-shell.home.ops-view-command-center .os30-workflow-preview.has-free-runbook{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding:20px!important;gap:16px!important}
body.home .os30-workflow-preview-copy>strong{font-size:20px!important}
body.home .os30-workflow-preview-copy>p{font-size:13px!important;line-height:1.55!important}
body.home .os30-workflow-preview-meta span{font-size:11px!important}
body.home details.os31-trust-summary>summary{font-size:12px!important;min-height:42px}
body.home details.os31-trust-summary>summary span{font-size:11px!important}
body.home details.os31-trust-summary strong{font-size:12px!important}
body.home details.os31-trust-summary p{font-size:11px!important;line-height:1.5!important}

body.home .os30-runbook{gap:10px!important}
body.home .os30-runbook-head{position:static!important;padding:11px 13px!important}
body.home .os30-runbook-head>div:first-child>span{font-size:10px!important}
body.home .os30-runbook-head>div:first-child>strong{font-size:15px!important}
body.home .os30-runbook-head p{font-size:12px!important;line-height:1.45!important}
body.home .os30-runbook-progress b{font-size:15px!important}
body.home .os30-runbook-progress span{font-size:10px!important}
body.home .os30-runbook-boundary{font-size:12px!important;line-height:1.45!important}
body.home .os311-runbook-privacy{border:1px solid #1d3946;border-radius:8px;background:#07161e}
body.home .os311-runbook-privacy>summary{display:flex;align-items:center;justify-content:space-between;min-height:34px;padding:0 10px;cursor:pointer;list-style:none;color:#9db4bd;font-size:11px;font-weight:750}
body.home .os311-runbook-privacy>summary::-webkit-details-marker{display:none}
body.home .os311-runbook-privacy>summary::after{content:'+';color:#6f8d99;font-size:13px}
body.home .os311-runbook-privacy[open]>summary::after{content:'−'}
body.home .os311-runbook-privacy p{margin:0;padding:9px 10px 10px;border-top:1px solid #1d3946;color:#849ca6;font-size:11px;line-height:1.5}
body.home .os30-runbook-steps{gap:7px!important}
body.home .os30-runbook-step{grid-template-columns:36px minmax(0,1fr)!important;gap:10px!important;padding:10px 12px!important;border-radius:10px!important;align-items:center!important}
body.home .os30-runbook-toggle{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;padding:0!important;border-radius:8px!important;font-size:12px!important;line-height:1!important;align-self:start}
body.home .os30-runbook-step-details>summary{grid-template-columns:minmax(0,1fr) auto!important;gap:6px 12px!important;min-height:32px!important}
body.home .os30-runbook-step-details:not([open]) .os30-runbook-step-type{display:none!important}
body.home .os30-runbook-step-details .os30-runbook-step-type{grid-column:1!important;font-size:9px!important}
body.home .os30-runbook-step-details .os30-runbook-step-title{grid-column:1!important;font-size:14px!important;line-height:1.35!important}
body.home .os30-runbook-step-details>summary:after{grid-column:2!important;grid-row:1/3!important;min-width:58px!important;min-height:30px!important;font-size:10px!important}
body.home .os30-runbook-step-body{padding:9px 0 2px!important;gap:7px!important}
body.home .os30-runbook-step-body p{font-size:12px!important;line-height:1.5!important}
body.home .os30-runbook-script{font-size:12px!important}
body.home .os30-runbook-footer span{font-size:11px!important}
body.home .os30-runbook-footer button{font-size:11px!important}
body.home .os30-runbook-show-all{display:none!important}

/* Workflow-to-Builder continuity and Toolkit microcopy must remain readable. */
body.os20-site.tool-app .os31-workflow-context span{font-size:10px!important}
body.os20-site.tool-app .os31-workflow-context strong{font-size:12px!important}
body.os20-site.tool-app .os31-workflow-context a{font-size:12px!important}
body.os20-site.tool-app .os31-workflow-next-copy small,
body.os20-site.tool-app .os31-next-step>summary small{font-size:9px!important}
body.os20-site.tool-app .os31-workflow-next-copy strong,
body.os20-site.tool-app .os31-next-step>summary strong{font-size:12px!important}
body.os20-site.tool-app .os31-workflow-next-action{font-size:11px!important}
body.os20-site.tool-app .os31-next-step-body p{font-size:11px!important}
body.os20-site.tool-app .os31-next-step-body>small{font-size:10px!important}
body.os20-site.tool-app .os30-toolkit-modes button span{font-size:12px!important}
body.os20-site.tool-app .os30-toolkit-pro-preview>summary strong{font-size:12px!important}
body.os20-site.tool-app .os31-toolkit-pro-body>p{font-size:11px!important}

@media(max-width:760px){
  body.home .os311-pro-preview-info{align-items:flex-start;flex-direction:column}
  body.home .os311-pro-preview-info a{margin-left:0}
  body.home .os30-runbook-step{grid-template-columns:34px minmax(0,1fr)!important}
}

/* Opselith 3.1.1 RC3 — final Builder interactive readability floor.
   PRE-GOLD RC2 still exposed compact Library navigation controls at 13px.
   Keep essential Builder controls at a computed 14px minimum. */
body.os-app-shell.tool-app .os20-primary-library .cat,
body.os-app-shell.tool-app .os33-collection-nav .os33-collection-cat,
body.os-app-shell.tool-app .os20-workflow-button{
  font-size:14px!important;
}

/* Opselith 3.1.1 RC4 — Builder sidebar interactive readability floor.
   Apply to the entire filter/navigation surface rather than individual controls,
   so legacy cascade rules cannot reintroduce sub-14px buttons or selects. */
body.os20-site.tool-app .builder-page .os20-builder-sidebar button,
body.os20-site.tool-app .builder-page .os20-builder-sidebar select,
body.os20-site.tool-app .builder-page .os20-library-tabs button{
  font-size:14px!important;
}


/* Opselith 3.1.1 RC5 — single, calmer PowerShell Library reference disclosure.
   Keep the disclosure on the Builder rail, but center a bounded reading area inside it.
   Long-form copy remains left-aligned; only the content container is centered. */
body.os-app-shell.tool-app .builder-page>.os311-builder-reference{
  width:min(1460px,100%)!important;
  max-width:1460px!important;
  margin:14px auto 0!important;
}
body.os-app-shell.tool-app .builder-page>.os311-builder-reference>.os311-seo-disclosure{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #183746!important;
  border-radius:10px!important;
  background:#06131b!important;
}
body.os-app-shell.tool-app .builder-page>.os311-builder-reference>.os311-seo-disclosure>summary{
  min-height:48px!important;
  padding:0 16px!important;
  font-size:13px!important;
  color:#d8e8ed!important;
}
body.os-app-shell.tool-app .builder-page .os311-seo-disclosure-body{
  padding:24px 24px 26px!important;
  border-top:1px solid #18303d!important;
}
body.os-app-shell.tool-app .builder-page .os311-library-about-inner{
  width:min(1120px,100%)!important;
  margin:0 auto!important;
}
body.os-app-shell.tool-app .builder-page .os311-library-about-copy{
  width:min(880px,100%)!important;
  margin:0 auto 20px!important;
  text-align:left!important;
}
body.os-app-shell.tool-app .builder-page .os311-library-about-copy h2{
  margin:0 0 9px!important;
  font-size:25px!important;
  line-height:1.2!important;
  letter-spacing:-.025em!important;
}
body.os-app-shell.tool-app .builder-page .os311-library-about-intro{
  max-width:860px!important;
  margin:0!important;
  font-size:14px!important;
  line-height:1.58!important;
}
body.os-app-shell.tool-app .builder-page .os24-builder-hubs{
  display:grid!important;
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0!important;
}
body.os-app-shell.tool-app .builder-page .os24-builder-hubs>.seo-hub-card{
  grid-column:span 2!important;
  min-height:156px!important;
  padding:16px!important;
  border-radius:11px!important;
  background:#071821!important;
}
body.os-app-shell.tool-app .builder-page .os24-builder-hubs>.seo-hub-card:nth-child(5){grid-column:2 / span 2!important}
body.os-app-shell.tool-app .builder-page .os24-builder-hubs>.seo-hub-card h3{
  margin:0 0 7px!important;
  font-size:17px!important;
  line-height:1.25!important;
}
body.os-app-shell.tool-app .builder-page .os24-builder-hubs>.seo-hub-card p{
  margin:0!important;
  font-size:13px!important;
  line-height:1.5!important;
}
body.os-app-shell.tool-app .builder-page .os24-builder-hubs>.seo-hub-card a{
  margin-top:11px!important;
  font-size:13px!important;
  line-height:1.4!important;
}
body.os-app-shell.tool-app .builder-page .os311-library-review{
  width:min(880px,100%)!important;
  margin:20px auto 0!important;
  padding:14px 16px!important;
  border:1px solid #183746!important;
  border-radius:10px!important;
  background:#07161f!important;
  text-align:left!important;
}
body.os-app-shell.tool-app .builder-page .os311-library-review h3{margin:0 0 5px!important;font-size:15px!important}
body.os-app-shell.tool-app .builder-page .os311-library-review p{margin:0!important;font-size:13px!important;line-height:1.55!important}
body.os-app-shell.tool-app .builder-page>.os311-builder-reference>.tool-nav-cta{margin-top:14px!important}
@media(max-width:1180px){
  body.os-app-shell.tool-app .builder-page .os24-builder-hubs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.os-app-shell.tool-app .builder-page .os24-builder-hubs>.seo-hub-card,
  body.os-app-shell.tool-app .builder-page .os24-builder-hubs>.seo-hub-card:nth-child(5){grid-column:auto!important}
}
@media(max-width:680px){
  body.os-app-shell.tool-app .builder-page .os311-seo-disclosure-body{padding:18px 14px 20px!important}
  body.os-app-shell.tool-app .builder-page .os24-builder-hubs{grid-template-columns:1fr!important}
  body.os-app-shell.tool-app .builder-page .os24-builder-hubs>.seo-hub-card{min-height:0!important}
}


/* Opselith 3.2.0 RC3 — Clarity, Speed & Polish. */
body.home .os23-tool-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
body.home .os23-tool-head>div{max-width:820px}
body.home .os32-command-all-tools{font-size:14px;font-weight:800;color:#b9f8ff;white-space:nowrap;padding:8px 0;text-decoration:none}
body.home .os32-command-all-tools:hover{text-decoration:underline}
body.home details.os32-workload-disclosure{margin-top:14px;padding:0;border:1px solid #1c3442;border-radius:14px;background:#091720;overflow:hidden}
body.home details.os32-workload-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:54px;padding:12px 16px;cursor:pointer;list-style:none;font-size:14px}
body.home details.os32-workload-disclosure>summary::-webkit-details-marker{display:none}
body.home details.os32-workload-disclosure>summary>span:first-child{display:grid;gap:2px}
body.home details.os32-workload-disclosure>summary strong{font-size:15px}
body.home details.os32-workload-disclosure>summary small{font-size:12px;color:var(--muted);font-weight:600}
body.home .os32-workload-summary-action{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#b9f8ff}
body.home details.os32-workload-disclosure[open] .os32-workload-summary-action{font-size:0}
body.home details.os32-workload-disclosure[open] .os32-workload-summary-action::after{content:'Close';font-size:12px}
body.home .os32-workload-body{padding:0 16px 16px}
body.home .os32-workload-body .os28-command-collections-head{margin:0 0 10px;padding-top:2px}
body.home .os32-roadmap-link{margin-top:14px;padding-top:4px}
body.os20-site .home-quiet-action,
body.os20-site .os34-disclosure-action,
body.os20-site .os311-workflow-guide-link a,
body.os20-site .os32-command-all-tools{font-size:14px!important}
@media(max-width:720px){
  body.home .os23-tool-head{align-items:flex-start;flex-direction:column;gap:8px}
  body.home .os32-command-all-tools{padding:0}
  body.home details.os32-workload-disclosure>summary{align-items:flex-start}
}


/* Opselith 3.2.0 RC2 — homepage Command Center visibility regression.
   A legacy app-shell rule hid #command-center on the ordinary homepage.
   In 3.2 the Command Center is the single primary discovery surface, so it must be visible before entering a hash-routed app-shell view. */
body.home:not(.os-app-shell).command-center #command-center{display:block!important}


/* Opselith 3.2.0 RC3 — homepage task examples are interactive controls and keep the 14px readability floor across desktop and mobile. */
body.home .os30-search-examples button{font-size:14px!important}

/* Opselith 3.2.0 RC4 — manual GOLD polish.
   Keep the marketing homepage calm and centered while preserving left-aligned operational content inside cards. */
body.home:not(.os-app-shell).command-center #command-center .os23-tool-head{
  display:block!important;
  width:min(900px,100%)!important;
  max-width:900px!important;
  margin:0 auto 18px!important;
  text-align:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-head>div{
  max-width:none!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-head h2{
  text-align:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-head p{
  max-width:700px!important;
  margin:10px auto 0!important;
  text-align:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os32-command-all-tools{
  display:inline-flex!important;
  margin-top:8px!important;
  padding:5px 2px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-command-engine{
  width:min(900px,100%)!important;
  max-width:900px!important;
  margin:20px auto 14px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples{
  width:min(900px,100%)!important;
  max-width:900px!important;
  margin:0 auto 24px!important;
  justify-content:center!important;
  gap:9px!important;
}
body.home .os30-search-examples>span{
  font-size:12px!important;
}
body.home .os30-search-examples button{
  min-height:40px!important;
  padding:8px 13px!important;
  border-radius:10px!important;
  border-color:#24495a!important;
  background:#0a1d27!important;
  font-size:14px!important;
  font-weight:750!important;
  box-shadow:none!important;
}
body.home .os30-search-examples button:hover,
body.home .os30-search-examples button:focus-visible{
  border-color:#55cbd6!important;
  background:#0d2733!important;
  color:#e9fdff!important;
}

/* Admin workflows and PowerShell workloads are primary guided areas, not tiny utility rows. */
body.home.command-center details.os33-workflow-disclosure,
body.home.command-center details.os32-workload-disclosure{
  margin-top:16px!important;
  padding:0!important;
  border:1px solid #214554!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#0a1d27 0%,#081821 100%)!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
body.home.command-center details.os33-workflow-disclosure>summary,
body.home.command-center details.os32-workload-disclosure>summary{
  min-height:76px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:16px 18px!important;
  list-style:none!important;
  cursor:pointer!important;
  user-select:none!important;
  background:transparent!important;
  font-size:14px!important;
}
body.home.command-center details.os33-workflow-disclosure>summary::-webkit-details-marker,
body.home.command-center details.os32-workload-disclosure>summary::-webkit-details-marker{display:none!important}
body.home.command-center details.os33-workflow-disclosure>summary>span:first-child,
body.home.command-center details.os32-workload-disclosure>summary>span:first-child{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
}
body.home.command-center details.os33-workflow-disclosure>summary strong,
body.home.command-center details.os32-workload-disclosure>summary strong{
  color:#eef9fb!important;
  font-size:17px!important;
  line-height:1.25!important;
}
body.home.command-center details.os33-workflow-disclosure>summary small,
body.home.command-center details.os32-workload-disclosure>summary small{
  color:#8fa9b4!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:600!important;
}
body.home.command-center .os33-workflow-summary-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex:0 0 auto!important;
}
body.home.command-center .os33-workflow-summary-meta b{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:4px 9px!important;
  border:1px solid #285466!important;
  border-radius:99px!important;
  background:#091f29!important;
  color:#8ce5ed!important;
  font:800 10px ui-monospace,SFMono-Regular,Consolas,monospace!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
body.home.command-center .os33-workflow-summary-meta b.pro{
  border-color:#5c4b7f!important;
  background:#17152a!important;
  color:#d2c0ff!important;
}
body.home.command-center .os33-workflow-summary-meta i{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #326176!important;
  border-radius:9px!important;
  background:#0b232e!important;
  color:#8cecf3!important;
  font-style:normal!important;
  font-size:18px!important;
  line-height:1!important;
}
body.home.command-center details.os33-workflow-disclosure[open] .os33-workflow-summary-meta i::before{content:'−'!important}
body.home.command-center details.os33-workflow-disclosure:not([open]) .os33-workflow-summary-meta i::before{content:'+'!important}
body.home.command-center .os32-workload-summary-action{
  min-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 12px!important;
  border:1px solid #326176!important;
  border-radius:9px!important;
  background:#0b232e!important;
  color:#a7f4f8!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:nowrap!important;
}
body.home.command-center details.os32-workload-disclosure[open] .os32-workload-summary-action{font-size:0!important}
body.home.command-center details.os32-workload-disclosure[open] .os32-workload-summary-action::after{content:'Close';font-size:14px!important}
body.home.command-center details.os33-workflow-disclosure>summary:hover,
body.home.command-center details.os32-workload-disclosure>summary:hover{
  background:#0b222d!important;
}
body.home.command-center .os33-workflow-body,
body.home.command-center .os32-workload-body{
  border-top:1px solid #1b3e4c!important;
  background:#06151d!important;
}
body.home.command-center .os33-workflow-body{padding:18px 20px 22px!important}
body.home.command-center .os32-workload-body{padding:16px 18px 18px!important}

/* Script-result cards are scan rows. Keep every title and metadata line aligned to the same left edge. */
body.os-app-shell.tool-app .os20-script-grid .script{
  align-items:flex-start!important;
  text-align:left!important;
}
body.os-app-shell.tool-app .os20-script-grid .script b,
body.os-app-shell.tool-app .os20-script-grid .script .script-meta{
  width:100%!important;
  text-align:left!important;
}

@media(max-width:720px){
  body.home:not(.os-app-shell).command-center #command-center .os23-tool-head h2,
  body.home:not(.os-app-shell).command-center #command-center .os23-tool-head p{text-align:left!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-tool-head{text-align:left!important}
  body.home:not(.os-app-shell).command-center #command-center .os30-search-examples{justify-content:flex-start!important}
  body.home.command-center details.os33-workflow-disclosure>summary,
  body.home.command-center details.os32-workload-disclosure>summary{
    min-height:0!important;
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:12px!important;
    padding:16px!important;
  }
  body.home.command-center .os33-workflow-summary-meta{width:100%!important;justify-content:flex-start!important;flex-wrap:wrap!important}
}


/* Opselith 3.2.0 RC5 — identity, calm discovery and scan-first polish.
   Keep first views short. Large guided areas are two clear choices, while script cards stay compact and consistent. */
body.home:not(.os-app-shell) .hero-copy h1{
  font-size:clamp(58px,7vw,86px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  margin:0 0 16px!important;
}
body.home:not(.os-app-shell) .hero-copy .hero-tagline{
  max-width:590px!important;
  margin:0 0 24px!important;
  color:#c7dce2!important;
  font-size:clamp(20px,2vw,25px)!important;
  line-height:1.35!important;
  font-weight:650!important;
}

/* Four shortcuts read as a small action grid instead of loose pills. */
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples>span{
  grid-column:1/-1!important;
  width:auto!important;
  margin:0 0 1px!important;
  text-align:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples button{
  width:100%!important;
  min-height:44px!important;
  padding:9px 12px!important;
  border-radius:8px!important;
  background:#091b25!important;
  border-color:#244858!important;
  text-align:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples button:hover,
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples button:focus-visible{
  background:#0c2531!important;
  border-color:#4c91a3!important;
}

/* Two page-width guided choices. Closed: two columns. Open: use the full reading width. */
body.home.command-center .os35-guided-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:20px!important;
}
body.home.command-center .os35-guided-grid details.os33-workflow-disclosure,
body.home.command-center .os35-guided-grid details.os32-workload-disclosure{
  min-width:0!important;
  min-height:154px!important;
  margin:0!important;
  border-radius:14px!important;
  background:#081a23!important;
}
body.home.command-center .os35-guided-grid details[open]{grid-column:1/-1!important;min-height:0!important}
body.home.command-center .os35-guided-grid details>summary{
  min-height:152px!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:22px!important;
}
body.home.command-center .os35-guided-grid details>summary>span:first-child{gap:7px!important}
body.home.command-center .os35-guided-grid details>summary strong{
  font-size:20px!important;
  letter-spacing:-.015em!important;
}
body.home.command-center .os35-guided-grid details>summary small{
  max-width:350px!important;
  font-size:14px!important;
  line-height:1.5!important;
  color:#93abb5!important;
}
body.home.command-center .os35-guided-grid .os33-workflow-summary-meta,
body.home.command-center .os35-guided-grid .os32-workload-summary-action{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
}
body.home.command-center .os35-guided-grid .os33-workflow-summary-meta i,
body.home.command-center .os35-guided-grid .os32-workload-summary-action i{
  margin-left:auto!important;
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #315c6d!important;
  border-radius:8px!important;
  color:#96edf2!important;
  font-style:normal!important;
  font-size:18px!important;
}
body.home.command-center .os35-guided-grid .os32-workload-summary-action{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
  font-size:14px!important;
}
body.home.command-center .os35-guided-grid .os32-workload-summary-action b{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:4px 9px!important;
  border:1px solid #285466!important;
  border-radius:99px!important;
  background:#091f29!important;
  color:#8ce5ed!important;
  font:800 10px ui-monospace,SFMono-Regular,Consolas,monospace!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
body.home.command-center .os35-guided-grid details.os32-workload-disclosure:not([open]) .os32-workload-summary-action i::before{content:'+'!important}
body.home.command-center .os35-guided-grid details.os32-workload-disclosure[open] .os32-workload-summary-action{font-size:14px!important}
body.home.command-center .os35-guided-grid details.os32-workload-disclosure[open] .os32-workload-summary-action::after{content:none!important}
body.home.command-center .os35-guided-grid details.os32-workload-disclosure[open] .os32-workload-summary-action i::before{content:'−'!important}
body.home.command-center .os35-guided-grid details[open]>summary{min-height:108px!important;height:auto!important}

/* The Library is a scan surface: title first, one quiet metadata row, equal visual rhythm. */
body.os-app-shell.tool-app .builder-page .os20-script-grid{
  gap:10px!important;
}
body.os-app-shell.tool-app .builder-page .os20-script-grid .script{
  min-height:96px!important;
  padding:15px 62px 14px 16px!important;
  border:1px solid #254655!important;
  border-radius:10px!important;
  background:#081a23!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  text-align:left!important;
  gap:11px!important;
}
body.os-app-shell.tool-app .builder-page .os20-script-grid .script:hover,
body.os-app-shell.tool-app .builder-page .os20-script-grid .script:focus-visible{
  background:#0a222d!important;
  border-color:#427687!important;
}
body.os-app-shell.tool-app .builder-page .os20-script-grid .script b{
  width:100%!important;
  min-height:40px!important;
  padding:0!important;
  color:#eef7f9!important;
  font-size:16px!important;
  line-height:1.26!important;
  text-align:left!important;
}
body.os-app-shell.tool-app .builder-page .os20-script-grid .script-meta{
  display:inline-flex!important;
  width:auto!important;
  min-height:24px!important;
  align-items:center!important;
  margin-top:auto!important;
  padding:4px 7px!important;
  border:1px solid #254453!important;
  border-radius:7px!important;
  background:#07151d!important;
  color:#88a6b1!important;
  font-size:10.5px!important;
  line-height:1.2!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  text-align:left!important;
}
body.os-app-shell.tool-app .builder-page .os20-script-grid .script .script-plan{
  top:14px!important;
  right:14px!important;
  min-width:36px!important;
  text-align:center!important;
  font-size:9px!important;
  border-radius:6px!important;
}

@media(max-width:760px){
  body.home:not(.os-app-shell) .hero-copy h1{font-size:clamp(50px,15vw,68px)!important}
  body.home:not(.os-app-shell) .hero-copy .hero-tagline{font-size:19px!important}
  body.home:not(.os-app-shell).command-center #command-center .os30-search-examples{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    justify-content:stretch!important;
  }
  body.home:not(.os-app-shell).command-center #command-center .os30-search-examples>span{text-align:left!important}
  body.home.command-center .os35-guided-grid{grid-template-columns:1fr!important;gap:12px!important}
  body.home.command-center .os35-guided-grid details[open]{grid-column:auto!important}
  body.home.command-center .os35-guided-grid details>summary{
    min-height:138px!important;
    flex-direction:column!important;
    padding:18px!important;
  }
}


/* Opselith 3.2.0 RC7 — final homepage action hierarchy and guided-area accordion polish. */
/* Quick tasks are admin shortcuts, not filter pills: two strong columns with a quiet directional cue. */
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  max-width:900px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples>span{
  text-align:left!important;
  margin:0 0 2px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples button{
  position:relative!important;
  min-height:58px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:12px 17px!important;
  border-radius:11px!important;
  border:1px solid #244858!important;
  border-left:2px solid #3f8294!important;
  background:linear-gradient(180deg,#0a1d27,#081820)!important;
  color:#edf7f9!important;
  font-size:14px!important;
  font-weight:750!important;
  text-align:left!important;
  box-shadow:0 8px 22px rgba(0,0,0,.08)!important;
}
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples button::after{
  content:'→'!important;
  flex:0 0 auto!important;
  color:#75dce5!important;
  font-size:16px!important;
  font-weight:800!important;
  transform:translateX(0)!important;
  transition:transform .16s ease!important;
}
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples button:hover,
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples button:focus-visible{
  background:linear-gradient(180deg,#0d2632,#0a202a)!important;
  border-color:#4c91a3!important;
  border-left-color:#69d7e0!important;
  transform:translateY(-1px)!important;
}
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples button:hover::after,
body.home:not(.os-app-shell).command-center #command-center .os30-search-examples button:focus-visible::after{transform:translateX(3px)!important}

/* Closed state: two equal cards. Open state: active content first at full width, alternate choice becomes a compact switch below. */
body.home.command-center .os35-guided-grid:has(details[open]) details[open]{
  order:1!important;
  grid-column:1/-1!important;
}
body.home.command-center .os35-guided-grid:has(details[open]) details:not([open]){
  order:2!important;
  grid-column:1/-1!important;
  min-height:72px!important;
  background:#071821!important;
  border-color:#1f3d4a!important;
}
body.home.command-center .os35-guided-grid:has(details[open]) details:not([open])>summary{
  min-height:72px!important;
  height:72px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:14px 18px!important;
}
body.home.command-center .os35-guided-grid:has(details[open]) details:not([open])>summary>span:first-child{
  display:flex!important;
  flex-direction:row!important;
  align-items:baseline!important;
  gap:12px!important;
}
body.home.command-center .os35-guided-grid:has(details[open]) details:not([open])>summary strong{font-size:16px!important}
body.home.command-center .os35-guided-grid:has(details[open]) details:not([open])>summary small{font-size:13px!important}
body.home.command-center .os35-guided-grid:has(details[open]) details:not([open]) .os33-workflow-summary-meta,
body.home.command-center .os35-guided-grid:has(details[open]) details:not([open]) .os32-workload-summary-action{
  width:auto!important;
  flex:0 0 auto!important;
}

/* "More about Opselith" is a chapter intro; center the heading group, keep the deeper sections readable. */
body.home:not(.os-app-shell) .home-about-header>.wrap{
  max-width:820px!important;
  text-align:center!important;
}
body.home:not(.os-app-shell) .home-about-header .section-index{display:block!important;text-align:center!important}
body.home:not(.os-app-shell) .home-about-header h2{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
body.home:not(.os-app-shell) .home-about-header p{margin-left:auto!important;margin-right:auto!important;text-align:center!important}

@media(max-width:620px){
  body.home:not(.os-app-shell).command-center #command-center .os30-search-examples{grid-template-columns:1fr!important}
  body.home.command-center .os35-guided-grid:has(details[open]) details:not([open])>summary{
    height:auto!important;
    min-height:82px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  body.home.command-center .os35-guided-grid:has(details[open]) details:not([open])>summary>span:first-child{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:4px!important;
  }
  body.home.command-center .os35-guided-grid:has(details[open]) details:not([open]) .os33-workflow-summary-meta,
  body.home.command-center .os35-guided-grid:has(details[open]) details:not([open]) .os32-workload-summary-action{width:100%!important}
}

/* Opselith 3.2.0 RC9 — final Command Center composition and primary task actions.
   Treat discovery as one chapter, not a stack of unrelated controls. */
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery{
  width:min(1120px,100%)!important;
  margin:0 auto 34px!important;
  padding:34px 38px 38px!important;
  border:1px solid #214352!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(9,29,39,.96),rgba(6,21,29,.96))!important;
  box-shadow:0 18px 46px rgba(0,0,0,.13)!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-tool-head{
  display:block!important;
  max-width:760px!important;
  margin:0 auto 26px!important;
  text-align:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-tool-head>div{
  max-width:none!important;
  text-align:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-tool-head .section-index{
  display:block!important;
  margin:0 0 10px!important;
  text-align:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-tool-head h2{
  margin:0!important;
  text-align:center!important;
  font-size:clamp(34px,4vw,46px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-tool-head p{
  max-width:560px!important;
  margin:12px auto 0!important;
  text-align:center!important;
  color:#9ab2bc!important;
  font-size:15px!important;
  line-height:1.5!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os32-command-all-tools{
  display:inline-flex!important;
  width:auto!important;
  margin:12px auto 0!important;
  justify-content:center!important;
  align-items:center!important;
  color:#83e4eb!important;
  font-size:13px!important;
  font-weight:800!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-command-bar{
  width:min(900px,100%)!important;
  margin:0 auto!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-search{
  min-height:62px!important;
  padding:8px 12px!important;
  border-radius:14px!important;
  border-color:#2a5363!important;
  background:#071923!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018)!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples{
  width:min(900px,100%)!important;
  max-width:900px!important;
  margin:22px auto 0!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples>span{
  grid-column:1/-1!important;
  margin:0 0 2px!important;
  text-align:center!important;
  color:#7995a0!important;
  font-size:10px!important;
  letter-spacing:.16em!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples button{
  position:relative!important;
  min-height:74px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 34px!important;
  align-items:center!important;
  gap:14px!important;
  padding:12px 14px!important;
  border:1px solid #285161!important;
  border-left:1px solid #285161!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#0a202b,#081b24)!important;
  box-shadow:0 8px 22px rgba(0,0,0,.10),inset 0 1px 0 rgba(255,255,255,.018)!important;
  color:#eef8fa!important;
  font-size:15px!important;
  font-weight:760!important;
  text-align:left!important;
  transform:none!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples button::before{
  content:attr(data-os39-index)!important;
  width:40px!important;
  height:40px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #2c5868!important;
  border-radius:10px!important;
  background:#071720!important;
  color:#6edce5!important;
  font:800 10px ui-monospace,SFMono-Regular,Consolas,monospace!important;
  letter-spacing:.06em!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples button::after{
  content:'→'!important;
  width:32px!important;
  height:32px!important;
  display:grid!important;
  place-items:center!important;
  justify-self:end!important;
  border:1px solid #2c5868!important;
  border-radius:9px!important;
  background:#0b2834!important;
  color:#7be3eb!important;
  font-size:15px!important;
  line-height:1!important;
  transform:none!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples button:hover,
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples button:focus-visible{
  background:linear-gradient(180deg,#0d2a36,#0a222d)!important;
  border-color:#4a8798!important;
  transform:translateY(-1px)!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples button:hover::after,
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples button:focus-visible::after{
  border-color:#62cbd5!important;
  background:#103340!important;
  transform:translateX(2px)!important;
}

/* HOW IT WORKS is a chapter heading: center the entire intro, not only one line. */
body.home:not(.os-app-shell) .os20-flow-zone .home-flow-title{
  display:block!important;
  max-width:820px!important;
  margin:0 auto 34px!important;
  text-align:center!important;
}
body.home:not(.os-app-shell) .os20-flow-zone .home-flow-title .section-index{
  display:block!important;
  margin:0 0 10px!important;
  text-align:center!important;
}
body.home:not(.os-app-shell) .os20-flow-zone .home-flow-title h2{
  margin:0!important;
  text-align:center!important;
  font-size:clamp(28px,3vw,34px)!important;
  line-height:1.15!important;
  letter-spacing:-.03em!important;
}

@media(max-width:760px){
  body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery{
    padding:26px 18px 24px!important;
    border-radius:14px!important;
  }
  body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-tool-head{
    margin-bottom:20px!important;
  }
  body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-tool-head h2,
  body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-tool-head p,
  body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-tool-head .section-index{
    text-align:center!important;
  }
  body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples{
    grid-template-columns:1fr!important;
  }
  body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples button{
    min-height:68px!important;
    grid-template-columns:38px minmax(0,1fr) 32px!important;
    gap:12px!important;
    padding:10px 12px!important;
  }
  body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples button::before{
    width:36px!important;
    height:36px!important;
  }
}


/* Opselith 3.2.0 RC11 — homepage tooldeck CTA composition.
   One authoritative standalone-home layout: every action stays attached to the tool copy. */
body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{
  display:grid!important;
  grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr)!important;
  grid-template-rows:auto auto!important;
  gap:14px!important;
  align-items:stretch!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured{
  grid-column:1!important;
  grid-row:1!important;
  min-height:100%!important;
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-content:center!important;
  align-items:center!important;
  column-gap:18px!important;
  row-gap:14px!important;
  padding:30px!important;
  border-radius:16px!important;
  overflow:hidden!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured>.os23-app-icon{
  grid-column:1!important;
  grid-row:1/3!important;
  width:64px!important;
  height:64px!important;
  margin:0!important;
  align-self:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured>.os23-card-copy{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  align-self:end!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured>.os23-card-copy strong{
  display:block!important;
  margin:0 0 7px!important;
  color:#f4f7ff!important;
  font-size:clamp(24px,2vw,30px)!important;
  line-height:1.12!important;
  letter-spacing:-.03em!important;
  text-align:left!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured>.os23-card-copy small{
  display:block!important;
  max-width:560px!important;
  margin:0!important;
  color:#a8bcc5!important;
  font-size:14px!important;
  line-height:1.5!important;
  text-align:left!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured>.os23-open-tool{
  grid-column:2!important;
  grid-row:2!important;
  justify-self:start!important;
  align-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-height:42px!important;
  margin:0!important;
  padding:0 16px!important;
  border:1px solid #7258ac!important;
  border-radius:9px!important;
  background:#2d1d4f!important;
  color:#f5efff!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
  position:static!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured:hover>.os23-open-tool,
body.home:not(.os-app-shell).command-center #command-center .os23-app-featured:focus-visible>.os23-open-tool{
  background:#42286c!important;
  border-color:#9578cd!important;
  color:#fff!important;
}
body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid{
  grid-column:2!important;
  grid-row:1!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  min-width:0!important;
}
body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-app-card{
  min-height:126px!important;
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-content:center!important;
  align-items:center!important;
  column-gap:14px!important;
  row-gap:9px!important;
  padding:16px 18px!important;
  border-radius:13px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-app-card>.os23-app-icon{
  grid-column:1!important;
  grid-row:1/3!important;
  width:50px!important;
  height:50px!important;
  margin:0!important;
  align-self:center!important;
}
body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-card-copy{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  align-self:end!important;
}
body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-card-copy strong{
  display:block!important;
  margin:0 0 4px!important;
  font-size:17px!important;
  line-height:1.2!important;
  text-align:left!important;
}
body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-card-copy small{
  display:block!important;
  margin:0!important;
  color:#92a9b3!important;
  font-size:13px!important;
  line-height:1.4!important;
  text-align:left!important;
}
body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-open-tool{
  grid-column:2!important;
  grid-row:2!important;
  justify-self:start!important;
  align-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-height:34px!important;
  margin:0!important;
  padding:0 10px!important;
  border:1px solid #285164!important;
  border-radius:8px!important;
  background:#0a202b!important;
  color:#7ee4eb!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
  position:static!important;
}
body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-app-card:hover>.os23-open-tool,
body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-app-card:focus-visible>.os23-open-tool{
  border-color:#4c8a9d!important;
  background:#10303d!important;
  color:#e8fcfe!important;
}
body.home:not(.os-app-shell).command-center #command-center .os32-secondary-tools{
  grid-column:1/-1!important;
  grid-row:2!important;
  margin-top:0!important;
}
@media(max-width:980px){
  body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{grid-template-columns:1fr!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured{grid-column:1!important;grid-row:auto!important;min-height:0!important}
  body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid{grid-column:1!important;grid-row:auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-app-card{
    grid-template-columns:46px minmax(0,1fr)!important;
    min-height:132px!important;
    padding:14px!important;
  }
  body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-app-card>.os23-app-icon{width:44px!important;height:44px!important}
  body.home:not(.os-app-shell).command-center #command-center .os32-secondary-tools{grid-column:1!important;grid-row:auto!important}
}
@media(max-width:760px){
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured{
    grid-template-columns:54px minmax(0,1fr)!important;
    padding:22px!important;
    column-gap:14px!important;
  }
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured>.os23-app-icon{width:52px!important;height:52px!important}
  body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid{grid-template-columns:1fr!important}
  body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-app-card{min-height:112px!important}
}
@media(max-width:520px){
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto auto!important;
    align-items:start!important;
  }
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured>.os23-app-icon{grid-column:1!important;grid-row:1!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured>.os23-card-copy{grid-column:1!important;grid-row:2!important;align-self:start!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-app-featured>.os23-open-tool{grid-column:1!important;grid-row:3!important}
}


/* Opselith 3.2.1 quality & safety polish */
body.home #command-center [data-os30-workflow-preview]{scroll-margin-top:86px}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{grid-template-columns:minmax(0,1.12fr) minmax(410px,.88fr)!important}
body.home:not(.os-app-shell).command-center #command-center .os32-primary-tool-grid .os23-app-card{min-height:126px!important}
body.tool-app .tool-workspace button:not(.feedback-option),
body.tool-app .converter-workspace button,
body.tool-app .password-workspace button{font-size:max(14px,1em)}
body.tool-app .password-output-actions button{min-height:38px;padding:0 12px}
body.tool-app .password-generate-button,body.tool-app .converter-main-action{min-height:42px!important;font-size:14px!important}
body.tool-app .converter-formula-safety{display:flex;gap:10px;align-items:flex-start;margin-top:10px;padding:12px 14px;border:1px solid #1e4555;border-radius:10px;background:#071a23}
body.tool-app .converter-formula-safety[hidden]{display:none!important}
body.tool-app .converter-formula-safety input{margin-top:3px}
body.tool-app .converter-formula-safety span{display:grid;gap:3px}
body.tool-app .converter-formula-safety small{color:#91aab4;line-height:1.4}
body.tool-app .os20-builder-sidebar details>summary{font-size:14px!important;min-height:42px!important}
body.tool-app .os20-builder-sidebar details>summary span,body.tool-app .os20-builder-sidebar details>summary small{font-size:14px!important}
@media(max-width:1100px){body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{grid-template-columns:1fr!important}}


/* Opselith 3.2.1 RC3 — wider standalone Command Center and calmer page use.
   Use more of the viewport while keeping readable line lengths inside cards. */
body.home:not(.os-app-shell).command-center #command-center>.wrap{
  width:min(1520px,calc(100% - 56px))!important;
  max-width:1520px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery{
  width:min(1320px,100%)!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os23-command-bar,
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery .os30-search-examples{
  width:min(1120px,100%)!important;
  max-width:1120px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{
  grid-template-columns:minmax(0,1.06fr) minmax(520px,.94fr)!important;
}
body.home:not(.os-app-shell) .os20-flow-zone>.wrap{
  width:min(1520px,calc(100% - 56px))!important;
  max-width:1520px!important;
}
@media(max-width:1100px){
  body.home:not(.os-app-shell).command-center #command-center>.wrap,
  body.home:not(.os-app-shell) .os20-flow-zone>.wrap{width:calc(100% - 48px)!important;max-width:none!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{grid-template-columns:1fr!important}
}
@media(max-width:620px){
  body.home:not(.os-app-shell).command-center #command-center>.wrap,
  body.home:not(.os-app-shell) .os20-flow-zone>.wrap{width:calc(100% - 28px)!important}
}


/* Opselith 3.2.1 RC4 — manual PRE-GOLD layout polish.
   Use the available desktop canvas consistently while keeping mobile spacing calm. */
:root{--os-workspace:1680px}
body.home:not(.os-app-shell).command-center #command-center>.wrap,
body.home:not(.os-app-shell) .os20-flow-zone>.wrap{
  width:min(1680px,calc(100% - 40px))!important;
  max-width:1680px!important;
}
body.home:not(.os-app-shell).command-center #command-center .os39-command-discovery{
  width:100%!important;
  max-width:none!important;
}
body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
body.os-app-shell.tool-app .ops-content>main.wrap{
  width:min(var(--os-workspace),calc(100% - 36px))!important;
  max-width:none!important;
}
body.os-app-shell.tool-app .tool-commandbar-inner{
  max-width:var(--os-workspace)!important;
}
body.os-app-shell.tool-app .tool-app-main>.tool-hero,
body.os-app-shell.tool-app .tool-workspace,
body.os-app-shell.tool-app .os20-builder-workbench,
body.os-app-shell.tool-app .ops-tool-more,
body.os-app-shell.tool-app .tool-app-main>.feedback-panel{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
@media(max-width:1100px){
  body.home:not(.os-app-shell).command-center #command-center>.wrap,
  body.home:not(.os-app-shell) .os20-flow-zone>.wrap{width:calc(100% - 40px)!important;max-width:none!important}
  body.home:not(.os-app-shell).command-center #command-center .os23-tool-deck{grid-template-columns:1fr!important}
}
@media(max-width:820px){
  body.os-app-shell.tool-app .ops-content>main.wrap{width:calc(100% - 30px)!important}
}
@media(max-width:620px){
  body.home:not(.os-app-shell).command-center #command-center>.wrap,
  body.home:not(.os-app-shell) .os20-flow-zone>.wrap{width:calc(100% - 28px)!important}
  body.os-app-shell.tool-app .ops-content>main.wrap{width:calc(100% - 24px)!important}
}
/* Keep access-state controls truthful even when shared button rules set display. */
body.os-app-shell.tool-app #lockProAccess[hidden]{display:none!important}
/* PowerShell Builder uses the same wide work canvas as the other tools. */
body.os-app-shell.tool-app .builder-page>.tool-hero,
body.os-app-shell.tool-app .builder-page>.os20-builder-workbench,
body.os-app-shell.tool-app .builder-page>.os20-selected-workspace{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Opselith 3.2.1 RC5 — final PRE-GOLD visual polish only. */
body.os-app-shell.tool-app .password-check-grid label{
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  align-items:start!important;
  column-gap:10px!important;
}
body.os-app-shell.tool-app .password-check-grid input[type="checkbox"]{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  margin:0!important;
  padding:0!important;
  align-self:start!important;
}
body.os-app-shell.tool-app .password-check-grid label>span{
  min-width:0!important;
  padding-top:1px!important;
}
body.os-app-shell.tool-app .builder-page>.os311-builder-reference{
  width:100%!important;
  max-width:none!important;
  margin:14px 0 0!important;
}
body.os-app-shell.tool-app .builder-page>.os311-builder-reference>.tool-nav-cta{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
@media(max-width:620px){
  body.os-app-shell.tool-app .password-check-grid label{grid-template-columns:18px minmax(0,1fr)!important}
}


/* Opselith 3.3 Phase 2 — balanced eight-tool discovery */
body.home:not(.os-app-shell).command-center #command-center .os32-secondary-tool-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
body.os-app-shell.home.ops-view-tools .os32-secondary-tool-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
@media(max-width:760px){
  body.home:not(.os-app-shell).command-center #command-center .os32-secondary-tool-grid,
  body.os-app-shell.home.ops-view-tools .os32-secondary-tool-grid{grid-template-columns:1fr!important}
}
