/* Non-home Orbit Dashboard page layer.
   The tokens and core section grammar come directly from _solutions.css.  This file
   is deliberately never loaded by index.html. */

:root{--od-pale:#f7fafb}
main{overflow:clip;background:var(--bg)}
.od-shell{width:var(--orbit-marketing-gutter);margin-inline:auto}
.od-kicker{font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--teal-deep)}
.hero .od-kicker{color:var(--teal-pale)}
.od-section{padding:clamp(76px,9vw,124px) 0;position:relative}
.od-section--pale{background:var(--od-pale)}
.od-section__head{max-width:720px;margin:0 auto clamp(34px,5vw,54px);text-align:center}
.od-section__head h2{font-family:var(--display);font-size:var(--orbit-section-title-size);font-weight:800;line-height:1.07;letter-spacing:-.025em;text-wrap:balance}
.od-section__head h2 em{font-style:normal;color:var(--teal)}
.od-section__head p{margin-top:17px;color:var(--muted);font-size:clamp(15.5px,1.25vw,18px);line-height:1.62}
.od-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.od-card{display:flex;flex-direction:column;min-width:0;background:var(--card);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow-card);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.od-card:hover{transform:translateY(-2px);border-color:var(--teal-pale);box-shadow:var(--shadow-pop)}
.od-card h3{font-family:var(--display);font-size:19px;line-height:1.2;letter-spacing:-.02em}
.od-card p{margin-top:9px;color:var(--muted);font-size:14px;line-height:1.62}
.od-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}
.od-glyph{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:var(--teal-tint);color:var(--teal-deep);font-family:var(--mono);font-size:10px;font-weight:800;letter-spacing:.04em}
.od-live{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:10px;font-weight:700;color:var(--teal-deep)}
.od-live::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--teal-bright);box-shadow:0 0 0 4px color-mix(in oklab,var(--teal),transparent 88%)}
.od-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}
.od-chip{border:1px solid var(--line);border-radius:999px;padding:5px 9px;background:var(--bg);color:var(--muted);font-family:var(--mono);font-size:10px;font-weight:600}
.od-card__link{display:inline-flex;align-items:center;gap:7px;width:max-content;margin-top:auto;padding-top:19px;color:var(--teal-deep);font-size:14px;font-weight:700}
.od-card__link:hover{text-decoration:underline}

.od-filterbar{position:sticky;top:70px;z-index:8;display:flex;align-items:center;gap:12px;padding:14px;margin-bottom:28px;border:1px solid var(--line);border-radius:16px;background:rgb(252 252 253/.94);box-shadow:var(--shadow-card);backdrop-filter:blur(16px)}
.od-search{flex:1;min-width:220px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px 12px}
.od-search svg{width:17px;height:17px;stroke:var(--muted);fill:none}
.od-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:600 14px var(--bric)}
.od-filters{display:flex;gap:7px;overflow-x:auto;padding:1px;scrollbar-width:none}
.od-filter{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);padding:8px 12px;font:650 12px var(--bric);cursor:pointer}
.od-filter[aria-pressed="true"]{background:var(--teal);border-color:var(--teal);color:#fff}
.od-group{padding-top:26px;scroll-margin-top:150px}
.od-group[hidden],.od-card[hidden]{display:none}
.od-group__head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-bottom:14px;margin-bottom:17px;border-bottom:1px solid var(--line)}
.od-group__head h2{font-size:clamp(25px,3vw,34px);font-weight:800;letter-spacing:-.025em}
.od-group__head p{max-width:60ch;color:var(--muted);font-size:14px;line-height:1.55}
.od-empty{display:none;text-align:center;padding:54px 20px;color:var(--muted)}
.od-empty[data-visible="true"]{display:block}

.od-agent-hero__meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:27px}
.od-agent-hero__meta span{display:inline-flex;align-items:center;border:1px solid rgb(255 255 255/.25);border-radius:999px;background:rgb(255 255 255/.07);padding:7px 11px;color:var(--on-teal);font-family:var(--mono);font-size:11px;font-weight:650}
.od-console{background:#fff;border:1px solid rgb(255 255 255/.35);border-radius:16px;box-shadow:var(--shadow-float);overflow:hidden;color:var(--text)}
.od-console__bar{display:flex;align-items:center;gap:6px;padding:11px 14px;border-bottom:1px solid var(--line);background:#fafbfc}
.od-console__bar i{width:9px;height:9px;border-radius:50%;background:#dfe4e9}
.od-console__bar span{margin-left:auto;color:var(--muted);font:600 10px var(--mono)}
.od-console__body{padding:16px}
.od-run{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid var(--line-soft)}
.od-run:last-child{border-bottom:0}
.od-run__icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--teal-tint);color:var(--teal-deep);font:800 10px var(--mono)}
.od-run b{display:block;font-size:13px}.od-run small{display:block;margin-top:2px;color:var(--muted);font-size:11px}
.od-run__state{border-radius:999px;background:var(--teal-tint);padding:4px 7px;color:var(--teal-deep);font:700 9px var(--mono)}

.od-outcomes{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.od-outcome{border-top:2px solid var(--teal-pale);padding:20px 4px 4px}
.od-outcome strong{display:block;font-size:17px;line-height:1.3}.od-outcome p{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.6}
.od-responsibilities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.od-responsibility{display:flex;gap:12px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}
.od-responsibility__check{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border-radius:8px;background:var(--teal-tint);color:var(--teal-deep);font-weight:800}
.od-responsibility b{display:block;font-size:15px}.od-responsibility p{margin-top:5px;color:var(--muted);font-size:13.5px;line-height:1.55}
.od-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.od-control{padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff}.od-control b{font-size:15px}.od-control p{margin-top:7px;color:var(--muted);font-size:13.5px;line-height:1.55}
.od-related{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.od-related a{border:1px solid var(--line);border-radius:999px;background:#fff;padding:9px 14px;color:var(--teal-deep);font-size:13px;font-weight:700}.od-related a:hover{border-color:var(--teal)}

@media(max-width:980px){.od-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.od-filterbar{align-items:stretch;flex-direction:column}.od-controls{grid-template-columns:1fr}.od-filterbar{top:62px}}
@media(max-width:680px){.od-section{padding:68px 0}.od-grid,.od-outcomes,.od-responsibilities{grid-template-columns:1fr}.od-card{padding:19px}.od-search{min-width:0}.od-group__head{align-items:start;flex-direction:column}.od-run{grid-template-columns:32px minmax(0,1fr)}.od-run__state{display:none}}
@media(prefers-reduced-motion:reduce){.od-card{transition:none}.od-card:hover{transform:none}}

/* Catalog and system page families. These components reuse the homepage tokens while
   keeping every non-home hero full bleed and every content canvas capped at 1200px. */
.od-hero{display:grid;align-items:center;width:100%;min-height:min(100svh,900px);padding:112px 0 64px;overflow:hidden;background:var(--teal-deep);color:var(--on-teal)}
.od-hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);gap:clamp(40px,6vw,80px);align-items:center}
.od-hero__copy{max-width:650px}
.od-status{display:inline-flex;align-items:center;gap:9px;margin-bottom:24px;color:var(--on-teal-dim);font:700 11px/1.2 var(--mono);letter-spacing:.04em}
.od-status>span{width:8px;height:8px;border-radius:50%;background:var(--teal-pale);box-shadow:0 0 0 5px rgb(138 214 212/.13)}
.od-hero h1{max-width:13ch;color:var(--orbit-dark-title);font:800 var(--orbit-hero-title-size)/.99 var(--display);letter-spacing:-.045em;text-wrap:balance}
.od-accent{color:var(--orbit-dark-emphasis)}
.od-hero__summary{max-width:48ch;margin-top:23px;color:var(--orbit-dark-body);font-size:clamp(16px,1.4vw,19px);line-height:1.58}
.od-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.od-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 21px;border:1px solid transparent;border-radius:10px;font-weight:700;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}
.od-button:hover{transform:translateY(-1px)}
.od-button--primary{background:var(--on-teal);color:var(--teal-deep);box-shadow:0 12px 30px -16px rgb(0 0 0/.45)}
.od-button--primary:hover{background:#fff}
.od-button--secondary{border-color:rgb(255 255 255/.3);background:rgb(255 255 255/.07);color:var(--on-teal)}
.od-button--secondary:hover{background:rgb(255 255 255/.13);border-color:rgb(255 255 255/.48)}
.od-button--light{background:#fff;color:var(--teal-deep)}

.od-console{overflow:hidden;border:1px solid rgb(255 255 255/.45);border-radius:var(--orbit-card-radius);background:var(--card);box-shadow:var(--shadow-float);color:var(--text)}
.od-console__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 17px;border-bottom:1px solid var(--line-soft);background:#fafbfc;font:700 11px/1.2 var(--mono)}
.od-console__state{display:inline-flex;align-items:center;gap:6px;color:var(--teal-deep)}
.od-console__state::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--teal-bright)}
.od-console__body{padding:13px 17px 17px}
.od-console__row{display:grid;grid-template-columns:9px minmax(0,1fr) auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line-soft);font-size:13px}
.od-console__row strong{color:var(--teal-deep);font:700 10px/1.2 var(--mono)}
.od-console__dot{width:7px;height:7px;border-radius:50%;background:var(--teal-bright)}
.od-console__brief{margin:5px 0 8px;padding:14px;border-radius:11px;background:var(--teal-tint)}
.od-console__brief span{color:var(--teal-deep);font:700 9px/1.2 var(--mono);letter-spacing:.04em}
.od-console__brief p{margin-top:5px;font-size:12px;line-height:1.5}
.od-console__approval{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:13px;padding:11px 13px;border:1px solid var(--line);border-radius:10px;font-size:12px}
.od-console__approval strong{color:var(--teal-deep);font:700 10px/1.2 var(--mono)}

.od-section{padding:clamp(76px,9vw,124px) 0;background:var(--bg)}
.od-section--pale{background:#f7fafb}
.od-section__heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:clamp(34px,5vw,56px)}
.od-section__heading--stacked{display:block;max-width:720px}
.od-section__heading h2{max-width:18ch;color:var(--orbit-light-title);font:800 var(--orbit-section-title-size)/1.07 var(--display);letter-spacing:-.028em;text-wrap:balance}
.od-section__heading p{max-width:60ch;margin-top:14px;color:var(--orbit-light-body);font-size:clamp(15px,1.25vw,18px);line-height:1.62}
.od-split{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(40px,7vw,96px);align-items:start}
.od-card-grid{display:grid;gap:16px}
.od-card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.od-card-grid--agents{grid-template-columns:repeat(3,minmax(0,1fr))}
.od-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}
.od-system-card,.od-agent-card,.od-outcome-card,.od-bento__card,.od-related-card{min-width:0;border:1px solid var(--line);border-radius:var(--orbit-card-radius);background:var(--card);box-shadow:var(--shadow-card)}
.od-system-card,.od-agent-card{display:flex;flex-direction:column;padding:23px}
.od-system-card__top,.od-agent-card__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;color:var(--muted);font:700 10px/1.2 var(--mono)}
.od-system-card h3,.od-agent-card h3{font:800 20px/1.2 var(--display);letter-spacing:-.02em}
.od-system-card>p,.od-agent-card>p{margin-top:9px;color:var(--muted);font-size:14px;line-height:1.6}
.od-live{display:inline-flex;align-items:center;gap:7px;color:var(--teal-deep);font:700 10px/1.2 var(--mono)}
.od-live::before{display:none}
.od-live>span{width:7px;height:7px;border-radius:50%;background:var(--teal-bright)}
.od-agent-card__system{color:var(--teal-deep)}
.od-service-list,.od-compact-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px;list-style:none}
.od-service-list li,.od-compact-list li{border:1px solid var(--line);border-radius:999px;background:var(--bg);padding:6px 9px;color:var(--muted);font:600 10px/1.2 var(--mono)}
.od-compact-list{display:grid;gap:7px}
.od-compact-list li{border:0;border-radius:0;background:transparent;padding:0 0 0 14px;position:relative;font-family:var(--bric);font-size:12px;line-height:1.45}
.od-compact-list li::before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--teal-bright)}
.od-text-link{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;margin-top:auto;padding-top:21px;color:var(--teal-deep);font-size:14px;font-weight:700}
.od-text-link:hover{text-decoration:underline}

.od-search{display:grid;flex:0 1 320px;gap:7px;min-width:min(100%,320px);border:0;border-radius:0;background:transparent;padding:0}
.od-search span{color:var(--muted);font:700 10px/1.2 var(--mono);letter-spacing:.03em}
.od-search input{width:100%;min-height:45px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px 13px;color:var(--text);font:600 14px var(--bric);outline:none}
.od-search input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgb(14 124 134/.12)}
.od-filter{display:flex;flex:initial;flex-wrap:wrap;gap:8px;margin-bottom:18px;border:0;border-radius:0;background:transparent;padding:0;color:inherit;font:inherit;cursor:default}
.od-filter__button{border:1px solid var(--line);border-radius:999px;background:#fff;padding:8px 12px;color:var(--muted);font:650 12px var(--bric);cursor:pointer}
.od-filter__button:hover{border-color:var(--teal-pale);color:var(--teal-deep)}
.od-filter__button[aria-pressed="true"]{border-color:var(--teal);background:var(--teal);color:#fff}
.od-results{margin-bottom:17px;color:var(--muted);font:700 10px/1.2 var(--mono)}
.od-empty{padding:46px 20px;text-align:center;color:var(--muted)}

.od-bento{display:grid;gap:14px}
.od-bento__card{padding:22px}
.od-bento__card h3{font:800 18px/1.2 var(--display);letter-spacing:-.02em}
.od-bento__card p{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.58}
.od-outcome-card{padding:23px}
.od-outcome-card>span{color:var(--teal-deep);font:700 10px/1.2 var(--mono)}
.od-outcome-card h3{margin-top:18px;font:750 17px/1.4 var(--bric);letter-spacing:-.01em}
.od-responsibility-list{display:grid;gap:12px}
.od-responsibility-list__item{display:grid;grid-template-columns:26px minmax(0,1fr);gap:12px;align-items:start;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}
.od-responsibility-list__item>span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:var(--teal-tint);color:var(--teal-deep);font-weight:800}
.od-responsibility-list__item p{color:var(--muted);font-size:14px;line-height:1.58}
.od-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;list-style:none}
.od-process__step{border-top:2px solid var(--teal-pale);padding:22px 5px 4px}
.od-process__step>span{color:var(--teal-deep);font:700 11px/1.2 var(--mono)}
.od-process__step p{margin-top:13px;color:var(--muted);font-size:15px;line-height:1.6}
.od-control-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(40px,7vw,90px);align-items:start}
.od-check-list{display:grid;gap:12px;list-style:none}
.od-check-list li{position:relative;padding:16px 18px 16px 48px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--muted);font-size:14px;line-height:1.55}
.od-check-list li::before{content:"\2713";position:absolute;left:17px;top:15px;color:var(--teal-deep);font-weight:800}
.od-chip-list{display:flex;flex-wrap:wrap;gap:9px}
.od-chip-list .od-chip{padding:8px 12px}
.od-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}
.od-related-card{display:block;padding:19px}
.od-related-card span{color:var(--teal-deep);font:700 10px/1.2 var(--mono)}
.od-related-card strong{display:block;margin-top:7px;font:800 16px/1.2 var(--display)}
.od-related-card p{margin-top:7px;color:var(--muted);font-size:13px;line-height:1.5}
.od-service-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.od-service-panel__item{display:flex;align-items:center;gap:11px;padding:18px;border:1px solid var(--line);border-radius:13px;background:#fff}
.od-service-panel__item span{color:var(--teal-deep)}

.od-faq-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(40px,7vw,92px);align-items:start}
.od-faq-list{border-top:1px solid var(--line)}
.od-faq{border-bottom:1px solid var(--line)}
.od-faq summary{position:relative;padding:20px 38px 20px 0;font-weight:750;cursor:pointer;list-style:none}
.od-faq summary::-webkit-details-marker{display:none}
.od-faq summary::after{content:"+";position:absolute;right:4px;top:17px;color:var(--teal);font:600 22px/1 var(--mono)}
.od-faq[open] summary::after{content:"\2212"}
.od-faq p{max-width:64ch;padding:0 34px 21px 0;color:var(--muted);font-size:14px;line-height:1.65}
.od-orbit-cta{width:100%;padding:clamp(76px,9vw,118px) 0;background:var(--teal-deep);color:var(--on-teal);text-align:center}
.od-orbit-cta__inner{display:flex;flex-direction:column;align-items:center}
.od-orbit-cta h2{max-width:16ch;color:#fff;font:800 var(--orbit-section-title-size)/1.05 var(--display);letter-spacing:-.03em;text-wrap:balance}
.od-orbit-cta p{max-width:46ch;margin-top:16px;color:var(--on-teal-dim);font-size:17px;line-height:1.55}
.od-orbit-cta .od-button{margin-top:27px}
.od-orbit-cta small{margin-top:12px;color:var(--on-teal-dim);font:600 10px/1.2 var(--mono)}

.od-button:focus-visible,.od-text-link:focus-visible,.od-filter__button:focus-visible,.od-related-card:focus-visible,.od-faq summary:focus-visible{outline:3px solid var(--teal-pale);outline-offset:3px}
@media(min-width:1800px){.od-hero__grid{gap:88px}}
@media(max-width:980px){.od-hero{min-height:auto;padding:124px 0 78px}.od-hero__grid{grid-template-columns:1fr}.od-hero__copy{max-width:720px}.od-console{max-width:720px}.od-card-grid--agents{grid-template-columns:repeat(2,minmax(0,1fr))}.od-split,.od-control-grid,.od-faq-layout{grid-template-columns:1fr}.od-section__heading{align-items:start;flex-direction:column}.od-related-grid{grid-template-columns:1fr}.od-service-panel{max-width:720px}}
@media(max-width:680px){.od-shell{width:min(100% - 32px,1200px)}.od-hero{padding:104px 0 64px}.od-hero__grid{gap:34px}.od-hero h1{font-size:clamp(40px,13vw,54px)}.od-actions{align-items:stretch;flex-direction:column}.od-button{width:100%}.od-system-grid,.od-card-grid--three,.od-card-grid--agents,.od-process,.od-service-panel{grid-template-columns:1fr}.od-system-card,.od-agent-card,.od-outcome-card{padding:20px}.od-console__body{padding-inline:14px}.od-console__row{font-size:12px}.od-section{padding:70px 0}.od-filter{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.od-filter__button{flex:0 0 auto}.od-orbit-cta{padding:72px 0}}
@media(prefers-reduced-motion:reduce){.od-button{transition:none}.od-button:hover{transform:none}}
