.positioned-tooltip{pointer-events:none;z-index:var(--middle-z-index);position:relative;top:70%}.positioned-tooltip-info{background:var(--color-background-tooltip);padding:1.6rem;max-width:25rem;color:var(--color-text-on-primary);border-radius:var(--radius-md);transform:translate(-50%);position:absolute}.positioned-tooltip-arrow{background:var(--color-background-tooltip);width:1.2rem;height:1.2rem;transform:translate(-.6rem) rotate(45deg);position:relative;top:-.6rem}.tutorial-tooltip{--arrow-size: 1rem;color:#fff;z-index:var(--middle-z-index);display:flex;width:33.5rem;flex-direction:column;align-items:flex-start;border-radius:4px;background:var(--color-background-tooltip, #444);margin-top:calc(var(--arrow-size) * 1.5);position:relative}.tutorial-tooltip .button-icon path{stroke:#fff}.tutorial-tooltip .title{font-family:Roboto,sans-serif;font-size:2rem;font-weight:600;line-height:3.2rem;border-bottom:1px solid #858585;display:flex;padding:2rem 2.8rem;justify-content:space-between;align-items:center;gap:.4rem;align-self:stretch}.tutorial-tooltip .info{display:flex;padding:2rem 2.8rem;justify-content:center;align-items:center;gap:.4rem;align-self:stretch;font-family:Roboto,sans-serif;font-size:1.8rem;font-style:normal;font-weight:400;line-height:2.8rem}.tutorial-tooltip .arrow{background:var(--color-background-tooltip);width:calc(var(--arrow-size) * 2);height:calc(var(--arrow-size) * 2);transform:translate(-50%,-50%) rotate(45deg);position:absolute;left:50%}.info-tooltip{--arrow-size: .6rem;background:var(--color-background-tooltip);color:#fff;position:relative;z-index:var(--middle-z-index);width:max-content;max-width:25rem;padding:1.6rem;border-radius:8px;margin-top:calc(var(--arrow-size) * 1.5);font-size:1.2rem;font-weight:500;text-align:left;line-height:1.6rem}.info-tooltip .arrow{background:var(--color-background-tooltip);width:calc(var(--arrow-size) * 2);height:calc(var(--arrow-size) * 2);transform:translate(-50%,-50%) rotate(45deg);position:absolute;left:50%;top:0}.tooltip-hover-anchor+.tutorial-tooltip,.tooltip-hover-anchor+.info-tooltip{visibility:hidden}.tooltip-hover-anchor:hover+.tutorial-tooltip,.tooltip-hover-anchor:hover+.info-tooltip{visibility:visible}.tooltip-hover-anchor:hover+.tutorial-tooltip .title button.button-icon,.tooltip-hover-anchor:hover+.info-tooltip .title button.button-icon{visibility:hidden}.tooltip-container{position:relative;height:max-content;width:max-content}.tooltip-container .info-tooltip,.tooltip-container .tutorial-tooltip{position:absolute;left:50%;top:100%;transform:translate(-50%);box-sizing:border-box}.tooltip{position:relative}.tooltip.full-width{width:100%}.tooltip svg{display:flex}.tooltip-info{pointer-events:none;background:var(--color-background-tooltip);color:var(--gray-05);padding:1.6rem;border-radius:.8rem;position:absolute;left:50%;transform:translate(-50%);width:clamp(20rem,100%,25rem);text-align:left;justify-content:center;font-size:var(--typography-size-xs);line-height:var(--typography-line-height-3xs);font-weight:600;z-index:var(--top-z-index)}.tooltip .tooltip-info{visibility:hidden;opacity:0}.top-tooltip-info{bottom:calc(100% + 1.2rem)}.small-offset .bottom-tooltip-info{top:4rem}.bottom-tooltip-info{top:3rem}.tooltip .tooltip-info h3{color:var(--color-text-on-primary);padding-bottom:.5rem}.tooltip.fixed-tooltip .tooltip-info{display:unset;visibility:visible;opacity:1}.tooltip-arrow{background:var(--color-background-tooltip);position:absolute;width:1.2rem;height:1.2rem;left:50%;transform:translate(-50%,50%) rotate(45deg)}.top-tooltip-arrow{bottom:0}.bottom-tooltip-arrow{top:-1.2rem}.right-tooltip-arrow{left:0}.tooltip:not(*.disabled)>*:first-child:hover+.tooltip-info{visibility:visible;opacity:1;transition:opacity .2s;transition-delay:.8s}.tooltip.inline{position:initial}.tooltip.inline .tooltip-info{bottom:initial;left:100%;transform:translateY(-90%)}.tooltip.inline .tooltip-arrow{background:var(--color-background-tooltip);position:absolute;width:1.2rem;height:1.2rem;bottom:-.2rem;left:0;transform:translate(-50%) translateY(-200%) rotate(45deg)}.tooltip-scroll-wrapper{position:relative}.tooltip:has(.assigned-model-button) .bottom-tooltip-info,.tooltip:has(.custom-model-button) .bottom-tooltip-info{z-index:var(--top-z-index);top:5rem}.portal-tooltip{opacity:0;animation:fadeIn .2s ease-in-out forwards;animation-delay:.8s;position:fixed;z-index:calc(var(--top-nav-index) + 3)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.remote-data-dropdown-item{display:flex;justify-content:space-between;align-items:flex-end;gap:.8rem}.remote-data-dropdown-item-grouped{display:flex;justify-content:space-between;align-items:flex-end;gap:.8rem;margin-left:.4rem}.remote-data-dropdown-grouped-item{display:flex;justify-content:space-between;align-items:flex-end;gap:.8rem;padding-left:24px}.remote-data-dropdown-subtitle{font-family:var(--font-default-mono),monospace;font-size:1rem;font-weight:400;line-height:150%;letter-spacing:-.04rem;text-transform:uppercase}.dropdown-group-header{cursor:default;pointer-events:none}.dropdown-group-header .dropdown-group-header-text{color:var(--color-text-subtle);font-family:var(--typography-family-body),monospace;font-size:var(--typography-size-2xs);font-weight:var(--typography-weight-bold);line-height:var(--typography-line-height-4xs);letter-spacing:.1rem;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.dropdown-group-header:hover{cursor:default}.search-form .round{border-radius:var(--radius-xl)}.basic-checkbox-wrapper{--focus-outline: var(--teal-400, #2EC3B4);display:flex;align-items:center;gap:1rem}.basic-checkbox-wrapper .basic-checkbox{display:flex;align-items:center;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2.5'%20y='2.5'%20width='19'%20height='19'%20rx='3.5'%20fill='white'%20stroke='%23CCCCCC'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:top 3px left 0;background-size:2rem 2rem;background-position-y:center;padding:0 0 0 3rem;width:max-content;height:2rem}.basic-checkbox-wrapper .basic-checkbox.indeterminate{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='20'%20height='20'%20rx='4'%20fill='%2300797F'/%3e%3cpath%20d='M17%2011.75L7%2011.75'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e")}.basic-checkbox-wrapper .basic-checkbox.indeterminate:focus-within{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2.5'%20y='2.5'%20width='19'%20height='19'%20rx='3.5'%20fill='%2300797F'%20stroke='%232EC3B4'/%3e%3cpath%20d='M17%2011.75L7%2011.75'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e")}.basic-checkbox-wrapper .basic-checkbox:has(*:disabled){color:var(--color-text-disabled)}.basic-checkbox-wrapper .basic-checkbox:focus-within{outline:none;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2.5'%20y='2.5'%20width='19'%20height='19'%20rx='3.5'%20fill='white'%20stroke='%232EC3B4'/%3e%3c/svg%3e")}.basic-checkbox-wrapper .basic-checkbox:has(*:checked){background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='20'%20height='20'%20rx='4'%20fill='%2300797F'/%3e%3cpath%20d='M10.6667%2015.5835L7.66667%2012.5835'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.3333%208.9165L10.6667%2015.5832'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.basic-checkbox-wrapper .basic-checkbox:has(*:checked):focus-within{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2.5'%20y='2.5'%20width='19'%20height='19'%20rx='3.5'%20fill='%2300797F'%20stroke='%232EC3B4'/%3e%3cpath%20d='M10.6667%2015.5835L7.66667%2012.5835'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.3333%208.9165L10.6667%2015.5832'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.basic-checkbox-wrapper .basic-checkbox:has(*:disabled){pointer-events:none;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2.5'%20y='2.5'%20width='19'%20height='19'%20rx='3.5'%20fill='%23E6E6E6'%20stroke='%23CCCCCC'/%3e%3c/svg%3e")}.basic-checkbox-wrapper .basic-checkbox:has(*:disabled):checked{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='20'%20height='20'%20rx='4'%20fill='%23E6E6E6'/%3e%3cpath%20d='M10.6667%2015.5835L7.66667%2012.5835'%20stroke='%23BBBBBB'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.3333%208.9165L10.6667%2015.5832'%20stroke='%23BBBBBB'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.toast-wrapper{position:fixed;left:3.3rem;bottom:-5.2rem;height:10rem;display:flex;justify-items:end;z-index:900}.toast{position:relative;bottom:-5.2rem;height:5.2rem;animation:slideToggle 2.4s ease-in-out;display:flex;align-items:center;gap:.8rem;padding:0 1.6rem;border-radius:3.2rem;line-height:2.4rem;color:var(--color-text-success);background-color:var(--color-background-surface);box-shadow:0 2px 16px #1f408752}.toast .toast-message{padding-right:.8rem}.toast-wrapper.error .toast{color:var(--color-text-error)}@keyframes slideToggle{0%{bottom:-5.2rem}8%{bottom:4.4rem}92%{bottom:4.4rem}to{bottom:-5.2rem}}
