.diago-home .hs-hero .wrap{min-width:0}.diago-home .hs-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-template-areas:"copy card" "cta card";column-gap:clamp(36px,5vw,80px);row-gap:26px;align-items:center;width:100%}.diago-home .hs-copy{grid-area:copy;align-self:end;min-width:0}.diago-home .hs-ctas{grid-area:cta;align-self:start;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.diago-home .hs-card-wrap{grid-area:card;width:100%;max-width:430px;justify-self:end;min-width:0}.diago-home .hs-panes,.diago-home .hs-story{min-width:0}.diago-home .hs-panes{contain:inline-size}.diago-home .hs-hero h1{max-width:none;font-size:clamp(1.9rem,3.4vw,2.7rem);line-height:1.12;text-wrap:wrap}.diago-home .hs-h1-l1{display:block;text-wrap:balance}.diago-home .hs-h1-l2{display:block;color:var(--blue-bright);transition:opacity .25s}.diago-home .hs-h1-l2.fade{opacity:0}@media (max-width:1020px){.diago-home .hs-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "card" "cta";row-gap:16px}.diago-home .hs-card-wrap{justify-self:stretch;max-width:none}.diago-home .hs-ctas{align-items:stretch}.diago-home .hs-ctas .btn{width:100%;justify-content:space-between}.diago-home .hs-ctas .cta-hint{max-width:none}}@media (max-width:560px){.diago-home .hs-hero h1{font-size:clamp(1.5rem,6.6vw,1.95rem)}}.diago-home .hs-story{position:relative;border-radius:24px;overflow:hidden;background:linear-gradient(165deg,#0C1122,#07080D 70%);border:1px solid var(--hair);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 30px 60px -40px rgba(0,0,0,.9);user-select:none;-webkit-user-select:none}.diago-home .hs-segs{display:flex;gap:6px;padding:12px 14px 0}.diago-home .hs-seg{flex:1;display:flex;flex-direction:column;gap:7px;padding:0 0 2px;min-width:0;border-radius:6px;background:none;border:0;cursor:pointer;color:inherit;font:inherit}.diago-home .hs-seg i{display:block;height:3px;border-radius:2px;background:rgba(255,255,255,.16);overflow:hidden;position:relative}.diago-home .hs-seg i:after{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left}.diago-home .hs-seg.done i:after{transform:scaleX(1)}html.js .diago-home .hs-seg.run i:after{animation:hs-fill var(--dur,6s) linear forwards}html.js .diago-home .hs-story.paused .hs-seg.run i:after{animation-play-state:paused}@keyframes hs-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}html:not(.js) .diago-home .hs-seg:first-child i:after{transform:scaleX(1)}.diago-home .hs-seg span{font-size:.56rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);opacity:.7;text-align:left;line-height:1.25;min-height:2.5em;transition:color .3s,opacity .3s}.diago-home .hs-seg.run span{color:#fff;opacity:1}.diago-home .hs-seg.done span{color:var(--text);opacity:1}.diago-home .hs-seg:focus-visible{outline:2px solid var(--blue-bright);outline-offset:2px}.diago-home .hs-panes{position:relative;height:262px;overflow:hidden;margin-top:12px;touch-action:pan-y}.diago-home .hs-track{display:flex;width:200%;height:100%;transition:transform .55s var(--ease-out)}.diago-home .hs-story[data-side=team] .hs-track{transform:translateX(-50%)}.diago-home .hs-pane{width:50%;height:100%;position:relative}@media (min-width:1021px){.diago-home .hs-panes{height:280px}}.diago-home .hs-thread-wrap{height:100%;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 16px,#000);mask-image:linear-gradient(180deg,transparent 0,#000 16px,#000)}.diago-home .hs-thread{height:100%;overflow:hidden;padding:18px 14px 14px;display:flex;flex-direction:column;gap:8px;position:relative}.diago-home .hs-thread .chat-time{margin:2px 0}.diago-home .hs-thread .bbl{max-width:86%;padding:9px 12px;border-radius:15px;font-size:.82rem;line-height:1.4}.diago-home .hs-thread .bbl .meta{display:flex;align-items:center;justify-content:flex-end;gap:6px;opacity:.85}.diago-home .hs-thread .bbl.out.hs-human{background:#16204A;color:var(--text);border:1px solid rgba(77,116,255,.35)}.diago-home .hs-st{transition:opacity .45s var(--ease-out),transform .45s var(--ease-out)}html.js .diago-home .hs-st:not(.on){opacity:0;transform:translateY(8px)}.diago-home .hs-st.on{opacity:1;transform:none}.diago-home .hs-av{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--blue);flex:none;color:#fff;font-size:.58rem;font-weight:700}.diago-home .hs-av svg{width:9px;height:11px}.diago-home .bbl.out .hs-av{background:rgba(255,255,255,.22)}.diago-home .hs-av.h{background:#2A3350}.diago-home .hs-av.a{background:#3B2D5C}.diago-home .hs-sys{align-self:stretch;display:flex;align-items:center;gap:9px;padding:8px 11px;border-radius:12px;font-size:.72rem;line-height:1.35;background:rgba(77,116,255,.08);border:1px dashed rgba(77,116,255,.35);color:#C9D6FF}.diago-home .hs-sys:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--blue-bright);flex:none;box-shadow:0 0 8px rgba(77,116,255,.8)}.diago-home .hs-sys.ok{background:rgba(37,211,102,.08);border-color:rgba(37,211,102,.35);color:#CFF7DD}.diago-home .hs-sys.ok:before{background:var(--wa);box-shadow:0 0 8px rgba(37,211,102,.8)}.diago-home .hs-sys b{font-weight:600;color:#fff}.diago-home .hs-team{padding:8px 14px 0;display:flex;flex-direction:column;gap:8px;height:100%}.diago-home .hs-phead{display:flex;align-items:center;gap:10px}.diago-home .hs-ttl{flex:1;font-size:.66rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.diago-home .hs-avs{display:flex}.diago-home .hs-avs .hs-av{margin-left:-7px;border:2px solid #0b0f1c;width:24px;height:24px}.diago-home .hs-avs .hs-av:first-child{margin-left:0}.diago-home .hs-live{display:inline-flex;align-items:center;gap:7px;font-size:.64rem;font-weight:600;letter-spacing:.06em;color:#BFF5D3;border:1px solid rgba(37,211,102,.3);border-radius:999px;padding:4px 9px;background:rgba(37,211,102,.08);flex:none}.diago-home .hs-dot{width:7px;height:7px;border-radius:50%;background:var(--wa);box-shadow:0 0 10px rgba(37,211,102,.9);position:relative}.diago-home .hs-dot:after{content:"";position:absolute;inset:0;border-radius:50%;background:rgba(37,211,102,.45);animation:pulse 2.4s var(--ease-soft) infinite}.diago-home .hs-ticker{display:flex;align-items:center;gap:8px;font-size:.72rem;color:var(--text);padding:7px 10px;border-radius:10px;background:rgba(255,255,255,.04);border:1px solid var(--hair-soft)}.diago-home .hs-tm{font-weight:600;color:var(--blue-bright);flex:none}.diago-home .hs-board{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;flex:1}.diago-home .hs-bcol{border-radius:12px;background:#0F1424;border:1px solid var(--hair);padding:8px;display:flex;flex-direction:column;gap:6px}.diago-home .hs-bh{display:flex;justify-content:space-between;align-items:baseline;gap:4px;font-size:.55rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding-bottom:6px;border-bottom:1px solid var(--hair-soft)}.diago-home .hs-bh b{font-family:var(--display);font-size:.9rem;color:var(--text);letter-spacing:0}.diago-home .hs-bcard{border-radius:8px;background:#151B2E;padding:6px 7px;display:flex;align-items:center;gap:6px;font-size:.62rem;color:var(--text);line-height:1.2;outline:1px solid transparent}.diago-home .hs-who{width:14px;height:14px;border-radius:50%;flex:none;display:grid;place-items:center;font-size:.5rem;font-weight:700;color:#fff}.diago-home .hs-who.ia{background:var(--blue)}.diago-home .hs-who.ia svg{width:7px;height:9px}.diago-home .hs-who.h{background:#2A3350}.diago-home .hs-who.a{background:#3B2D5C}.diago-home .hs-nm{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.diago-home .hs-sub{display:block;font-size:.54rem;color:var(--muted);margin-top:1px}.diago-home .hs-bcard.hot{outline-color:var(--wa);box-shadow:0 0 0 3px rgba(37,211,102,.14)}html.js .diago-home .hs-story[data-side=team] .hs-bcard.hot{animation:hs-pop .6s var(--ease-out) both}@keyframes hs-pop{0%{transform:scale(.94);opacity:.4}to{transform:none;opacity:1}}.diago-home .hs-cap{padding:12px 14px 14px;border-top:1px solid var(--hair-soft);min-height:90px;font-family:var(--display);font-weight:600;font-size:.96rem;line-height:1.28;letter-spacing:-.005em;text-wrap:balance;transition:opacity .2s}.diago-home .hs-cap.fade{opacity:0}.diago-home .wa-float{transition:transform .2s var(--ease-out),opacity .3s ease}.diago-home .wa-float.hid{opacity:0;pointer-events:none;transform:translateY(8px)}.diago-home .ind{position:relative;z-index:2;padding-bottom:40px}.diago-home .ind-in{display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid var(--hair-soft)}.diago-home .ind-t{font-size:.92rem;font-weight:500;color:var(--text);line-height:1.4}.diago-home .ind-t span{color:var(--muted);font-weight:400}.diago-home .ind-chips{display:flex;flex-wrap:wrap;gap:8px}.diago-home .ind-chip{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:8px 13px;border-radius:999px;border:1px solid var(--hair);background:rgba(255,255,255,.04);font:inherit;font-size:.78rem;font-weight:500;color:var(--text);cursor:pointer;transition:background .2s,border-color .2s,color .2s}.diago-home .ind-chip.on{background:rgba(0,53,223,.2);border-color:rgba(77,116,255,.7);color:#fff}.diago-home .ind-chip.more{border-style:dashed;color:var(--muted)}.diago-home .ind-chip.more.on{color:#fff}.diago-home .ind-chip:focus-visible{outline:2px solid var(--blue-bright);outline-offset:2px}.diago-home .ind-panel{flex:1 1 100%;position:relative;margin-top:4px;padding:13px 15px;border-radius:14px;background:#0B0E18;border:1px solid var(--hair-soft);font-size:.86rem;line-height:1.5;color:var(--muted);transition:opacity .2s}.diago-home .ind-panel:before{content:"";position:absolute;top:-6px;left:var(--cx,40px);width:11px;height:11px;background:#0B0E18;border-left:1px solid var(--hair-soft);border-top:1px solid var(--hair-soft);transform:rotate(45deg)}.diago-home .ind-panel.fade{opacity:0}.diago-home .ind-panel[hidden]{display:none}.diago-home .ind-panel b{display:block;color:var(--text);font-weight:600;margin-bottom:3px}.diago-home .ind-link{display:inline-flex;align-items:center;gap:6px;margin-top:9px;color:var(--blue-bright);font-weight:600;font-size:.82rem}@media (min-width:1021px){.diago-home .ind-in{padding-top:28px}.diago-home .ind-panel{max-width:640px}}@media (prefers-reduced-motion:reduce){html.js .diago-home .hs-st:not(.on){opacity:1;transform:none;transition:none}html.js .diago-home .hs-seg.run i:after{animation:none;transform:scaleX(1)}html.js .diago-home .hs-story[data-side=team] .hs-bcard.hot{animation:none}.diago-home .hs-track{transition:none}.diago-home .hs-dot:after{animation:none}}