.explorer-value-streams{width:100%}.explorer-value-streams__intro{color:#444;background:#fff;border:1px solid #0000001a;border-radius:14px;margin-bottom:1.25rem;padding:1.25rem 1.5rem;line-height:1.6;box-shadow:0 2px 8px #0000000d}.explorer-value-streams__intro p{text-align:justify}.explorer-value-streams__intro p+p{margin-top:.75rem}.explorer-stream-switcher{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.explorer-stream-card{cursor:pointer;text-align:left;background:#f8fafc;border:2px solid #d1d5db;border-radius:14px;flex-direction:column;gap:.15rem;min-width:140px;padding:.85rem 1.4rem;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s;display:flex;box-shadow:0 1px 4px #0000000f}.explorer-stream-card__num{letter-spacing:.1em;color:#aaa;font-size:.65rem;font-weight:700;font-family:var(--font-heading);text-transform:uppercase}.explorer-stream-card__title{color:#222;font-size:.92rem;font-weight:700;font-family:var(--font-heading);line-height:1.25}.explorer-stream-card:not(.explorer-stream-card--active):hover{background:#f1f5f9;border-color:#475569;transform:translateY(-2px);box-shadow:0 4px 14px #0000001a}.explorer-stream-card--active{background:#1e293b;border-color:#1e293b;transform:translateY(-2px);box-shadow:0 6px 20px #1e293b4d}.explorer-stream-card--active .explorer-stream-card__num{color:#ffffff8c}.explorer-stream-card--active .explorer-stream-card__title{color:#fff}.explorer-pipeline__label{letter-spacing:.12em;text-transform:uppercase;color:#595959;margin-bottom:.6rem;font-size:.72rem;font-weight:700}.explorer-pipeline{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1.5rem;display:flex}.explorer-pipeline__step{align-items:center;gap:.4rem;display:flex}.explorer-pipeline__arrow{color:var(--color-primary);flex-shrink:0;font-size:1.2rem;font-weight:300}.explorer-pipeline__tab{cursor:pointer;min-height:44px;font-family:var(--font-heading);white-space:nowrap;background:#fff;border:1.5px solid #0000001f;border-radius:50px;align-items:center;gap:.45rem;padding:.75rem 1rem;transition:all .18s;display:flex}.explorer-pipeline__tab:hover{background:#f5f5f5;border-color:#0003}.explorer-pipeline__tab--active{border-width:2px;font-weight:600}.explorer-pipeline__tab-num{opacity:.55;letter-spacing:.03em;font-size:.7rem;font-weight:700}.explorer-pipeline__tab-title{font-size:.82rem}.explorer-pipeline__tab-count{color:#555;background:#e5e7eb;border-radius:50px;padding:.1rem .45rem;font-size:.68rem;font-weight:700;transition:all .18s}.explorer-phase-panel{border:1.5px solid #0000001a;border-top-width:3px;border-radius:14px;margin-bottom:1.5rem;padding:1.5rem;animation:.22s explorer-value-streams__fadein}@keyframes explorer-value-streams__fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.explorer-phase-panel__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;display:flex}.explorer-phase-panel__num{letter-spacing:.05em;opacity:.65;margin-bottom:.2rem;font-size:.75rem;font-weight:700;display:block}.explorer-phase-panel__title{margin:0 0 .2rem;font-size:1.5rem;line-height:1.1}.explorer-phase-panel__subtitle{color:#595959;margin:0;font-size:.82rem}.explorer-phase-panel__count-badge{color:#fff;white-space:nowrap;border-radius:50px;flex-shrink:0;align-self:flex-start;margin-top:.2rem;padding:.3rem .85rem;font-size:.78rem;font-weight:700}.explorer-phase-panel__body{grid-template-columns:1fr;gap:1.5rem;display:grid}.explorer-phase-panel__description p{color:#333;text-align:justify;margin:0 0 .6rem;font-size:.9rem;line-height:1.7}.explorer-phase-panel__detail{opacity:0;max-height:0;transition:max-height .3s,opacity .3s;overflow:hidden}.explorer-phase-panel__detail--open{opacity:1;max-height:400px}.explorer-phase-panel__toggle{cursor:pointer;background:0 0;border:none;min-height:44px;margin-top:.2rem;padding:.5rem 0;font-size:.78rem;font-weight:600;transition:opacity .15s}.explorer-phase-panel__toggle:hover{opacity:.7}.explorer-use-cases{flex-direction:column;display:flex}.explorer-use-cases__title{text-transform:uppercase;letter-spacing:.1em;color:#595959;margin:0 0 .7rem;font-size:.72rem;font-weight:700}.explorer-use-cases__chips{flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem;display:flex}.explorer-use-cases__chip{background:#fff;border:1.5px solid;border-radius:50px;padding:.28rem .7rem;font-size:.78rem;line-height:1.4;text-decoration:none;transition:all .15s;display:inline-block}.explorer-use-cases__chip:hover{opacity:.75;text-decoration:none;transform:translateY(-1px)}.explorer-use-cases__link{margin-top:auto;font-size:.82rem;font-weight:600;text-decoration:none}.explorer-use-cases__link:hover{text-decoration:underline}.explorer-sections{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.explorer-accordion{background:#fff;border:1.5px solid #0000001a;border-radius:12px;transition:box-shadow .2s;overflow:hidden}.explorer-accordion--open{box-shadow:0 2px 12px #00000012}.explorer-accordion__trigger{cursor:pointer;width:100%;font-family:var(--font-heading);text-align:left;background:0 0;border:none;align-items:center;gap:.7rem;padding:.9rem 1.2rem;transition:background .15s;display:flex}.explorer-accordion__trigger:hover{background:#f9f9f9}.explorer-accordion__icon{flex-shrink:0;font-size:1.1rem}.explorer-accordion__title{flex:1;font-size:.95rem;font-weight:700}.explorer-accordion__caret{color:#595959;flex-shrink:0;font-size:.7rem}.explorer-accordion__body{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .3s,opacity .3s;display:grid;overflow:hidden}.explorer-accordion--open .explorer-accordion__body{opacity:1;grid-template-rows:1fr}.explorer-accordion__body>div{min-height:0;padding:0 1.2rem 1.1rem}.explorer-accordion__body p{color:#444;text-align:justify;margin:0 0 .85rem;font-size:.9rem;line-height:1.7}.explorer-accordion__body p:first-child{margin-top:0}.explorer-accordion__body p:last-child{margin-bottom:0}.explorer-stream-card{width:100%}.explorer-phase-panel__count-badge,.explorer-pipeline__arrow{display:none}@media (min-width:640px){.explorer-pipeline{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;padding-bottom:.5rem;overflow-x:auto}.explorer-pipeline::-webkit-scrollbar{display:none}.explorer-pipeline__tab{padding:.6rem .85rem}.explorer-pipeline__tab-title{font-size:.85rem}}@media (min-width:768px){.explorer-stream-card{width:auto}.explorer-phase-panel__body{grid-template-columns:1fr 1fr}.explorer-pipeline__tab-title{font-size:.9rem}.explorer-phase-panel__count-badge{display:initial}}@media (min-width:900px){.explorer-pipeline{flex-wrap:wrap;padding-bottom:0;overflow-x:visible}.explorer-pipeline__arrow{display:initial}}.use-case-filter-bar,.vendor-filter-bar{grid-template-columns:1fr}@media (min-width:640px){.use-case-filter-bar{grid-template-columns:1.2fr repeat(3,minmax(140px,1fr)) auto}.vendor-filter-bar{grid-template-columns:1.2fr repeat(2,minmax(160px,1fr)) auto}}@media (min-width:768px){.tech-sidebar-desktop,.impl-sidebar-desktop{display:block!important}}.glossary-definition p{margin:0 0 .9rem}.glossary-definition p:last-child{margin-bottom:0}.uc-rich-content p{margin:0 0 .9rem}.uc-rich-content p:last-child{margin-bottom:0}.uc-rich-content ul{margin:0 0 .9rem;padding-left:1.6rem;list-style-type:disc}.uc-rich-content ol{margin:0 0 .9rem;padding-left:1.6rem;list-style-type:decimal}.uc-rich-content li{margin-bottom:.35rem;line-height:1.7;display:list-item}.uc-rich-content h3{color:#222;margin:1.1rem 0 .4rem;font-size:.92rem;font-weight:700}.uc-rich-content strong{font-weight:600}.uc-rich-content em{color:#555;font-style:italic}
