.intention-examples__container{gap:var(--cds-spacing-07);margin-top:var(--cds-spacing-07);grid-template-columns:.5fr 1fr;display:grid}.intention-examples__container .cds--g10{background:0 0}@media (max-width:1056px){.intention-examples__container{gap:var(--cds-spacing-06);grid-template-columns:1fr}}.intention-examples__queries{flex-direction:column;width:100%;max-width:100%;display:flex;position:relative}.intention-examples__queries .carousel-controls{display:none}@media (max-width:1056px){.intention-examples__queries .carousel-controls{margin-top:var(--cds-spacing-05);display:flex}.intention-examples__queries{width:100%;max-width:100%;position:relative;overflow:hidden visible}.intention-examples__queries:before{content:"";width:var(--cds-spacing-06);pointer-events:none;z-index:10;background:linear-gradient(90deg,#0000 0%,#0000001a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0}.intention-examples__queries:after{content:"";width:var(--cds-spacing-06);pointer-events:none;z-index:10;background:linear-gradient(270deg,#0000 0%,#0000001a 50%,#0000 100%);position:absolute;top:0;bottom:0;right:0}}.intention-examples__list{gap:var(--cds-spacing-04);flex-direction:column;width:100%;max-width:100%;margin:0;padding:0;list-style:none;display:flex}@media (max-width:1056px){.intention-examples__list{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:var(--cds-spacing-03);width:100%;padding-left:calc(50% - 40vw);padding-right:calc(50% - 40vw);padding-top:var(--cds-spacing-03);padding-bottom:var(--cds-spacing-03);box-sizing:border-box;flex-direction:row;align-items:stretch;overflow:auto visible}.intention-examples__list::-webkit-scrollbar{display:none}}.intention-examples__item{box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;margin:0;display:flex}.intention-examples__item--clone{display:none}@media (max-width:1056px){.intention-examples__item--clone{display:flex}.intention-examples__item{scroll-snap-align:center;scroll-snap-stop:always;box-sizing:border-box;flex-shrink:0;width:80vw;max-width:400px;height:100%}.intention-examples__item:first-child{margin-left:0}.intention-examples__item:last-child{margin-right:0}}.intention-examples__query-card{box-sizing:border-box;width:100%;height:100%}@media (max-width:1056px){.intention-examples__query-card{min-width:100%}}.intention-examples__query-content{justify-content:space-between;align-items:center;gap:var(--cds-spacing-04);width:100%;display:flex}.intention-examples__radial-progress{cursor:pointer;flex-shrink:0;width:24px;height:24px;margin-left:auto;position:relative}.intention-examples__radial-progress--hidden{visibility:hidden}.intention-examples__progress-control{background-color:var(--cds-layer-01);z-index:10;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.intention-examples__progress-control svg{fill:var(--cds-text-primary)}.intention-examples__progress-ring{width:24px;height:24px;transform:rotate(-90deg)}.intention-examples__progress-bg{fill:none;stroke:var(--cds-border-subtle-01)}.intention-examples__progress-circle{fill:none;stroke:var(--cds-border-interactive);transform-origin:50%;transition:stroke-dashoffset .1s linear}.intention-examples__chat-wrapper{flex-direction:column;width:360px;margin:0 auto;display:flex;position:relative}@media (max-width:1056px){.intention-examples__chat-wrapper{width:100%;max-width:360px}}.intention-examples__chat{background:var(--cds-layer-01);border:1px solid var(--cds-border-subtle-01);border-bottom:none;border-radius:16px 16px 8px 8px;flex-direction:column;width:100%;height:600px;min-height:600px;max-height:600px;display:flex;overflow:hidden}.intention-examples__chat-header{padding:var(--cds-spacing-05);border-bottom:1px solid var(--cds-border-subtle-01);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.intention-examples__chat-title{align-items:center;gap:var(--cds-spacing-03);display:flex}.intention-examples__chat-title h4{font-size:var(--cds-heading-compact-02-font-size,1rem);font-weight:var(--cds-heading-compact-02-font-weight,600);line-height:var(--cds-heading-compact-02-line-height,1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing,0);color:var(--cds-text-primary);margin:0}.intention-examples__controls{padding:var(--cds-spacing-04)var(--cds-spacing-05);opacity:0;visibility:hidden;pointer-events:none;justify-content:center;align-items:center;width:100%;transition:opacity .11s cubic-bezier(.2,.2,.38,.9),visibility .11s cubic-bezier(.2,.2,.38,.9);display:flex}.intention-examples__chat-wrapper:hover .intention-examples__controls{opacity:1;visibility:visible;pointer-events:auto}.intention-examples__messages{padding:var(--cds-spacing-05);gap:var(--cds-spacing-05);flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow-y:scroll}.intention-examples__messages::-webkit-scrollbar{-webkit-appearance:none;width:8px}.intention-examples__messages::-webkit-scrollbar-track{background:var(--cds-layer-01)}.intention-examples__messages::-webkit-scrollbar-thumb{background:var(--cds-layer-hover-01);border-radius:4px}.intention-examples__messages{scrollbar-width:thin;scrollbar-color:var(--cds-layer-hover-01)var(--cds-layer-01)}.intention-examples__message{opacity:0;flex-shrink:0;animation:.3s ease-out forwards messageSlideIn;transform:translateY(10px)}.intention-examples__message--user{justify-content:flex-end;display:flex}.intention-examples__message--user .intention-examples__message-content{color:#f4f4f4;max-width:80%;padding:var(--cds-spacing-03)var(--cds-spacing-04);background-color:#525252;border-radius:16px 16px 0;display:inline-block}.intention-examples__message--assistant{max-width:100%;margin-right:auto}.intention-examples__message--assistant .intention-examples__message-content{color:var(--cds-text-primary)}.intention-examples__message--tool{max-width:100%;margin-right:auto}.intention-examples__message-content{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);word-break:break-word;overflow-wrap:break-word;white-space:pre-line}.intention-examples__message-content strong{font-weight:600}.intention-examples__message-loading{align-items:center;display:flex}.intention-examples__tool-wrapper{opacity:0;align-items:center;width:100%;animation:.2s ease-out forwards toolFadeIn;display:flex}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes toolFadeIn{0%{opacity:0}to{opacity:1}}
