@finos/legend-application-marketplace 0.1.38 → 0.1.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/application/LegendMarketplaceWebApplication.js +2 -2
- package/lib/application/LegendMarketplaceWebApplication.js.map +1 -1
- package/lib/application/__test-utils__/LegendMarketplaceApplicationTestUtils.d.ts.map +1 -1
- package/lib/application/__test-utils__/LegendMarketplaceApplicationTestUtils.js +16 -1
- package/lib/application/__test-utils__/LegendMarketplaceApplicationTestUtils.js.map +1 -1
- package/lib/components/LakehouseProductCard/LakehouseProductCard.d.ts +2 -0
- package/lib/components/LakehouseProductCard/LakehouseProductCard.d.ts.map +1 -1
- package/lib/components/LakehouseProductCard/LakehouseProductCard.js +26 -26
- package/lib/components/LakehouseProductCard/LakehouseProductCard.js.map +1 -1
- package/lib/components/MarketplaceCard/LegendMarketplaceCard.d.ts +4 -1
- package/lib/components/MarketplaceCard/LegendMarketplaceCard.d.ts.map +1 -1
- package/lib/components/MarketplaceCard/LegendMarketplaceCard.js +32 -10
- package/lib/components/MarketplaceCard/LegendMarketplaceCard.js.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/package.json +1 -1
- package/lib/pages/Lakehouse/MarketplaceLakehouseHome.d.ts.map +1 -1
- package/lib/pages/Lakehouse/MarketplaceLakehouseHome.js +10 -7
- package/lib/pages/Lakehouse/MarketplaceLakehouseHome.js.map +1 -1
- package/lib/pages/Lakehouse/entitlements/EntitlementsClosedContractsDashboard.js +1 -1
- package/lib/pages/Lakehouse/entitlements/EntitlementsClosedContractsDashboard.js.map +1 -1
- package/lib/pages/Lakehouse/entitlements/EntitlementsPendingContractsDashboard.js +2 -2
- package/lib/pages/Lakehouse/entitlements/EntitlementsPendingContractsDashboard.js.map +1 -1
- package/lib/pages/Lakehouse/searchResults/{MarketplaceLakehouseSearchResults.d.ts → LegendMarketplaceSearchResults.d.ts} +2 -2
- package/lib/pages/Lakehouse/searchResults/LegendMarketplaceSearchResults.d.ts.map +1 -0
- package/lib/pages/Lakehouse/searchResults/{MarketplaceLakehouseSearchResults.js → LegendMarketplaceSearchResults.js} +3 -3
- package/lib/pages/Lakehouse/searchResults/LegendMarketplaceSearchResults.js.map +1 -0
- package/lib/stores/LegendMarketplaceBaseStore.d.ts.map +1 -1
- package/lib/stores/LegendMarketplaceBaseStore.js +7 -6
- package/lib/stores/LegendMarketplaceBaseStore.js.map +1 -1
- package/lib/stores/lakehouse/LegendMarketplaceSearchResultsStore.d.ts.map +1 -1
- package/lib/stores/lakehouse/LegendMarketplaceSearchResultsStore.js +27 -22
- package/lib/stores/lakehouse/LegendMarketplaceSearchResultsStore.js.map +1 -1
- package/lib/stores/lakehouse/dataProducts/ProductCardState.d.ts +13 -2
- package/lib/stores/lakehouse/dataProducts/ProductCardState.d.ts.map +1 -1
- package/lib/stores/lakehouse/dataProducts/ProductCardState.js +79 -4
- package/lib/stores/lakehouse/dataProducts/ProductCardState.js.map +1 -1
- package/lib/stores/lakehouse/entitlements/EntitlementsDashboardState.js +1 -1
- package/lib/stores/lakehouse/entitlements/EntitlementsDashboardState.js.map +1 -1
- package/package.json +13 -13
- package/src/application/LegendMarketplaceWebApplication.tsx +2 -2
- package/src/application/__test-utils__/LegendMarketplaceApplicationTestUtils.ts +24 -0
- package/src/components/LakehouseProductCard/LakehouseProductCard.tsx +36 -32
- package/src/components/MarketplaceCard/LegendMarketplaceCard.tsx +96 -24
- package/src/pages/Lakehouse/MarketplaceLakehouseHome.tsx +31 -18
- package/src/pages/Lakehouse/entitlements/EntitlementsClosedContractsDashboard.tsx +1 -1
- package/src/pages/Lakehouse/entitlements/EntitlementsPendingContractsDashboard.tsx +2 -2
- package/src/pages/Lakehouse/searchResults/{MarketplaceLakehouseSearchResults.tsx → LegendMarketplaceSearchResults.tsx} +2 -1
- package/src/stores/LegendMarketplaceBaseStore.ts +19 -2
- package/src/stores/lakehouse/LegendMarketplaceSearchResultsStore.ts +55 -30
- package/src/stores/lakehouse/dataProducts/ProductCardState.ts +151 -2
- package/src/stores/lakehouse/entitlements/EntitlementsDashboardState.ts +1 -1
- package/tsconfig.json +1 -2
- package/lib/components/LakehouseProductCard/LakehouseHighlightedProductCard.d.ts +0 -23
- package/lib/components/LakehouseProductCard/LakehouseHighlightedProductCard.d.ts.map +0 -1
- package/lib/components/LakehouseProductCard/LakehouseHighlightedProductCard.js +0 -43
- package/lib/components/LakehouseProductCard/LakehouseHighlightedProductCard.js.map +0 -1
- package/lib/pages/Lakehouse/searchResults/MarketplaceLakehouseSearchResults.d.ts.map +0 -1
- package/lib/pages/Lakehouse/searchResults/MarketplaceLakehouseSearchResults.js.map +0 -1
- package/src/components/LakehouseProductCard/LakehouseHighlightedProductCard.tsx +0 -89
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license @finos/legend-application-marketplace v0.1.
|
|
1
|
+
/** @license @finos/legend-application-marketplace v0.1.39
|
|
2
2
|
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
@import"~swiper/css";@import"~swiper/css/navigation";@import"~swiper/css/pagination";.MuiDialogTitle-root{font-size:2rem}.MuiButton-root,.MuiInputBase-root,.MuiFormLabel-root,.MuiFormControlLabel-label,.MuiMenuItem-root,.MuiSnackbarContent-root,.MuiStepLabel-label,.MuiTooltip-tooltip{font-size:1.2rem}:root{--legend-marketplace-header-height: 64px;--legend-marketplace-light-blue: #7297c5}html *{font-family:"GS Sans",Helvetica,Arial,sans-serif}.app{width:100%;height:100%;background:var(--color-white);overflow:auto}.app__page{display:flex;align-items:center;flex-direction:column;width:100%;height:calc(100% - var(--legend-marketplace-header-height));background:var(--color-white)}.app__info__group{margin-top:1rem;color:var(--color-legacylight-dark-grey-200);background:var(--color-legacylight-light-grey-300);padding:1.5rem;border-radius:.2rem}.app__info__entry{display:flex;cursor:default;padding:.2rem 0;font-family:"Roboto Mono",monospace}.app__info__entry__title{margin-right:.5rem;color:var(--color-legacylight-dark-grey-400)}.app__info__entry__value{color:var(--color-legacylight-dark-grey-200)}.app__info__entry__value a{text-decoration:none;font-weight:700;color:var(--color-blue-50)}.marketplace-lakehouse-text__emphasis{font-weight:600;color:var(--color-hclight-blue-60)}.marketplace-dialog-close-btn{position:absolute;top:8px;right:8px}.legend-marketplace-cart-drawer{width:45rem;max-width:90vw;display:flex;flex-direction:column;background:var(--color-white);padding:0}.legend-marketplace-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.4rem;gap:1rem;background:linear-gradient(135deg, var(--color-cart-blue-primary) 0%, var(--color-cart-blue-secondary) 100%);color:var(--color-white);box-shadow:0 4px 20px rgba(102,126,234,.25);position:relative}.legend-marketplace-cart-drawer__header::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent)}.legend-marketplace-cart-drawer__header button{color:var(--color-white);background:rgba(0,0,0,0);border-radius:8px;padding:8px}.legend-marketplace-cart-drawer__header button:hover{background:hsla(0,0%,100%,.2)}.legend-marketplace-cart-drawer__title{font-size:2rem;font-weight:700;color:var(--color-white);margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.legend-marketplace-cart-drawer__section{padding:2rem 2.4rem;background:var(--color-white);border-bottom:1px solid var(--color-cart-border-light)}.legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root{border-radius:12px;background:var(--color-cart-background-light)}.legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root:hover{background:var(--color-cart-background-section)}.legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused{background:var(--color-white);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.legend-marketplace-cart-drawer__business-reason{padding:2rem 2.4rem;background:var(--color-cart-background-light);border-bottom:1px solid var(--color-cart-border-medium)}.legend-marketplace-cart-drawer__business-reason__title{font-weight:600;font-size:1.5rem;color:var(--color-cart-text-primary);margin:0 0 1.5rem}.legend-marketplace-cart-drawer__business-reason__required{color:var(--color-red-100);margin-left:4px}.legend-marketplace-cart-drawer__business-reason__select{margin-bottom:.8rem}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root{border-radius:8px;background:var(--color-white)}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-cart-text-secondary)}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-cart-blue-focus)}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root .MuiSelect-select{padding:1.2rem 1.4rem;font-size:1.4rem}.legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root{font-size:1.4rem;color:var(--color-cart-text-secondary);background:var(--color-white);padding:0 .6rem;margin-left:-0.6rem}.legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.Mui-focused{color:var(--color-cart-blue-focus)}.legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.MuiInputLabel-shrink{background:var(--color-white);padding:0 .8rem;margin-left:-0.4rem}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-notchedOutline legend span{padding:0 .8rem}.legend-marketplace-cart-drawer__business-reason__note{color:var(--color-cart-text-secondary);font-size:1.1rem}.legend-marketplace-cart-drawer__content{flex:1;overflow:auto;padding:1rem 0;background:var(--color-cart-background-lighter)}.legend-marketplace-cart-drawer__content::-webkit-scrollbar{width:6px}.legend-marketplace-cart-drawer__content::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb{background:var(--color-cart-scrollbar);border-radius:10px}.legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb:hover{background:var(--color-cart-scrollbar-hover)}.legend-marketplace-cart-drawer__loading,.legend-marketplace-cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:var(--color-cart-text-secondary);background:var(--color-white);margin:1rem 2.4rem;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.04);border:1px solid var(--color-cart-background-section)}.legend-marketplace-cart-drawer__loading .MuiCircularProgress-root,.legend-marketplace-cart-drawer__empty .MuiCircularProgress-root{color:var(--color-cart-blue-focus);margin-bottom:1rem}.legend-marketplace-cart-drawer__loading .MuiTypography-root,.legend-marketplace-cart-drawer__empty .MuiTypography-root{font-size:1.4rem;font-weight:500}.legend-marketplace-cart-drawer__items{padding:0 2.4rem 1rem;display:flex;flex-direction:column;gap:1.2rem}.legend-marketplace-cart-drawer__item-card{background:var(--color-white);border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.08);border:1px solid var(--color-cart-border-light);overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative}.legend-marketplace-cart-drawer__item-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.12);border-color:var(--color-cart-blue-focus)}.legend-marketplace-cart-drawer__item-card__header{display:flex;align-items:flex-start;justify-content:space-between;padding:2rem 2rem 1rem;background:linear-gradient(135deg, var(--color-cart-card-header-start) 0%, var(--color-cart-card-header-end) 100%);border-bottom:1px solid var(--color-cart-border-light)}.legend-marketplace-cart-drawer__item-card__title-section{flex:1;display:flex;flex-direction:column;gap:1rem}.legend-marketplace-cart-drawer__item-card__name{font-weight:700;font-size:2rem;color:var(--color-cart-text-dark);margin:0;line-height:1.3}.legend-marketplace-cart-drawer__item-card__provider{background:linear-gradient(135deg, var(--color-cart-provider-start) 0%, var(--color-cart-provider-end) 100%);color:var(--color-white);font-size:1.2rem;font-weight:600;border-radius:20px;height:auto;border:none;align-self:flex-start;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(102,126,234,.3)}.legend-marketplace-cart-drawer__item-card__remove-btn{background:rgba(239,68,68,.1);color:var(--color-cart-remove-bg);border-radius:10px;padding:1rem;transition:all .2s ease}.legend-marketplace-cart-drawer__item-card__remove-btn:hover{background:rgba(239,68,68,.15);transform:scale(1.05)}.legend-marketplace-cart-drawer__item-card__remove-btn:disabled{opacity:.5;transform:none}.legend-marketplace-cart-drawer__item-card__content{padding:1.5rem 2rem 2rem}.legend-marketplace-cart-drawer__item-card__price-section{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.legend-marketplace-cart-drawer__item-card__price{font-weight:800;font-size:2.4rem;color:var(--color-cart-price-green);margin:0;background:linear-gradient(135deg, var(--color-cart-price-green) 0%, var(--color-cart-price-green-end) 100%);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.legend-marketplace-cart-drawer__item-card__price-suffix{color:var(--color-cart-text-muted);font-weight:500;font-size:1.4rem}.legend-marketplace-cart-drawer__item-card__category{background:linear-gradient(135deg, var(--color-cart-category-bg-start) 0%, var(--color-cart-category-bg-end) 100%);border-radius:12px;padding:.8rem 1.2rem;display:inline-flex;align-items:center}.legend-marketplace-cart-drawer__item-card__category span{color:var(--color-cart-text-category);font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px}.legend-marketplace-cart-drawer__footer{display:flex;gap:1.5rem;padding:2.4rem;background:var(--color-white);border-top:1px solid var(--color-cart-border-light);box-shadow:0 -4px 20px rgba(0,0,0,.08)}.legend-marketplace-cart-drawer__clear-button,.legend-marketplace-cart-drawer__order-button{font-size:1.8rem;font-weight:600;flex:1;text-transform:none;padding:1.4rem 2rem;border-radius:12px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.legend-marketplace-cart-drawer__clear-button::before,.legend-marketplace-cart-drawer__order-button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:left .6s}.legend-marketplace-cart-drawer__clear-button:hover::before,.legend-marketplace-cart-drawer__order-button:hover::before{left:100%}.legend-marketplace-cart-drawer__clear-button{font-size:1.8rem;font-weight:500;background:linear-gradient(135deg, var(--color-cart-clear-bg-start) 0%, var(--color-cart-clear-bg-end) 100%);color:var(--color-cart-clear-text);border:2px solid var(--color-cart-clear-border)}.legend-marketplace-cart-drawer__clear-button:hover:not(:disabled){background:linear-gradient(135deg, var(--color-cart-clear-bg-end) 0%, var(--color-cart-clear-border) 100%);border-color:var(--color-cart-clear-border-hover);transform:translateY(-2px);box-shadow:0 4px 16px var(--color-cart-clear-shadow)}.legend-marketplace-cart-drawer__clear-button:active{transform:translateY(0)}.legend-marketplace-cart-drawer__order-button{font-size:1.8rem;font-weight:500;background:linear-gradient(135deg, var(--color-cart-blue-primary) 0%, var(--color-cart-blue-secondary) 100%);color:var(--color-white);border:none;box-shadow:0 4px 16px rgba(102,126,234,.25)}.legend-marketplace-cart-drawer__order-button:hover:not(:disabled){background:linear-gradient(135deg, var(--color-cart-blue-secondary) 0%, var(--color-cart-blue-primary) 100%);transform:translateY(-2px);box-shadow:0 8px 24px rgba(102,126,234,.35)}.legend-marketplace-cart-drawer__order-button:active{transform:translateY(0)}.legend-marketplace-cart-drawer__order-button:disabled{opacity:.6;cursor:not-allowed;transform:none !important;box-shadow:none !important}@media(width <= 768px){.legend-marketplace-cart-drawer{width:100vw;max-width:none}.legend-marketplace-cart-drawer__header{padding:1.5rem 1.8rem}.legend-marketplace-cart-drawer__title{font-size:1.8rem}.legend-marketplace-cart-drawer__section{padding:1.5rem 1.8rem}.legend-marketplace-cart-drawer__business-reason{padding:1.5rem 1.8rem}.legend-marketplace-cart-drawer__business-reason__title{font-size:1.3rem;margin-bottom:1.2rem}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root .MuiSelect-select{padding:1rem 1.2rem;font-size:1.3rem}.legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root{font-size:1.3rem;background:#fff;padding:0 .5rem;margin-left:-0.5rem}.legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.MuiInputLabel-shrink{background:#fff;padding:0 .6rem;margin-left:-0.3rem}.legend-marketplace-cart-drawer__business-reason__note{font-size:1rem}.legend-marketplace-cart-drawer__items{padding:0 1.8rem 1rem;gap:1rem}.legend-marketplace-cart-drawer__item-card__header{padding:1.5rem 1.5rem .8rem}.legend-marketplace-cart-drawer__item-card__name{font-size:1.4rem}.legend-marketplace-cart-drawer__item-card__provider{font-size:1rem;padding:.4rem 1rem}.legend-marketplace-cart-drawer__item-card__content{padding:1rem 1.5rem 1.5rem}.legend-marketplace-cart-drawer__item-card__price{font-size:2rem}.legend-marketplace-cart-drawer__footer{padding:1.8rem;gap:1rem}.legend-marketplace-cart-drawer__footer__clear-button,.legend-marketplace-cart-drawer__footer__order-button{font-size:1.2rem;padding:1.2rem 1.5rem}}.coming-soon-display{position:relative;z-index:10;max-width:90rem;padding:4rem 2rem;text-align:center;display:flex;height:100%;align-items:center}.coming-soon-display__content{background:hsla(0,0%,100%,.95);backdrop-filter:blur(2rem);border-radius:2.4rem;padding:6rem 4rem;box-shadow:0 2rem 4rem rgba(0,0,0,.1);border:.1rem solid hsla(0,0%,100%,.2);animation:fadeInUp .8s ease-out;display:flex;flex-direction:column;align-items:center}.coming-soon-display__icon{margin-bottom:3.2rem;font-size:12rem;color:#ffecd2;animation:iconFloat 3s ease-in-out infinite}.coming-soon-display__title{font-size:5.6rem;font-weight:700;background:linear-gradient(135deg, #003a6d, #0071b8);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin-bottom:1.6rem;letter-spacing:-0.1rem}.coming-soon-display__subtitle{font-size:3.2rem;color:#666;margin-bottom:2.4rem;font-weight:300;letter-spacing:.2rem;text-transform:uppercase}.coming-soon-display__description{font-size:2rem;color:#555;line-height:1.6;margin-bottom:4.8rem;max-width:65rem;margin-left:auto;margin-right:auto}.coming-soon-display .features-preview{display:grid;grid-template-columns:repeat(auto-fit, minmax(15rem, 1fr));gap:3.2rem;margin-bottom:4.8rem;max-width:60rem;margin-left:auto;margin-right:auto}.coming-soon-display .features-preview__item{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:2.4rem 1.6rem;background:rgba(255,236,210,.15);border-radius:1.6rem;transition:all .3s ease;border:.1rem solid rgba(255,236,210,.3)}.coming-soon-display .features-preview__item:hover{transform:translateY(-5px);background:rgba(255,236,210,.25);box-shadow:0 .8rem 2rem rgba(255,236,210,.3)}.coming-soon-display .features-preview__item__icon{font-size:1.5rem}.coming-soon-display .features-preview__item__text{font-size:1.5rem;font-weight:500;color:#555;text-align:center}.data-api-coming-soon{background:linear-gradient(135deg, #121212 0%, #3a3a3a 100%)}.agents-coming-soon{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.inventory-coming-soon{background:linear-gradient(135deg, #4a90e2 0%, #003a6d 100%)}.vendor-data-coming-soon{background:linear-gradient(135deg, #667eea 0%, #003a6d 100%)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes iconFloat{0%,100%{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-25px) rotate(120deg)}66%{transform:translateY(15px) rotate(240deg)}}.legend-marketplace-header{display:flex;align-items:center;height:var(--legend-marketplace-header-height);box-shadow:none;background:var(--legend-marketplace-light-blue);width:100% !important}.legend-marketplace-header__menu__icon{color:var(--color-black)}.legend-marketplace-header__menu__icon svg{font-size:2.7rem}.legend-marketplace-header__container{margin:0;width:100% !important}.legend-marketplace-header__name{display:flex;align-items:center;color:var(--color-black);font-size:2.4rem;font-weight:700;margin:1rem;cursor:pointer;gap:.5rem}.legend-marketplace-header__logo{display:block;object-fit:contain}.legend-marketplace-header__tabs{display:flex;flex-grow:1;align-self:stretch;padding:0 12px}.legend-marketplace-header__tab{display:flex;align-items:center;color:var(--color-black);font-size:1.5rem;padding:10px 12px;text-transform:unset;border-radius:unset;cursor:pointer;position:relative}.legend-marketplace-header__tab:hover{background-color:var(--color-light-shade-50)}.legend-marketplace-header__tab--selected::before{content:"";display:block;position:absolute;background:var(--color-hclight-blue-60);left:0;right:0;margin:auto;height:3px;bottom:0;width:calc(100% - 24px)}.legend-marketplace-header__icons{display:flex;flex-grow:0;gap:2rem}.legend-marketplace-header__icon{display:flex;align-items:center;justify-content:center;color:#fff;width:3rem;font-size:2rem;cursor:pointer}.menu{background:var(--color-white);border-color:var(--color-light-grey-400)}.menu__item{color:var(--color-dark-grey-300)}.menu__item:hover{background:var(--color-light-grey-100)}.menu__item:not([disabled]):hover{background:var(--color-light-grey-100)}.menu__item[disabled]{color:var(--color-light-grey-300)}.home-buttons-container{position:fixed;top:8rem;right:1rem;z-index:100;font-family:"GS Sans",Helvetica,Arial,sans-serif}.floating-buttons{display:flex;flex-direction:row;gap:.5rem;align-items:center}.floating-btn{position:relative;display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;border:none;border-radius:.8rem;cursor:pointer;font-size:1.8rem;font-weight:400;background:rgba(0,0,0,0);color:#000;transition:all .2s ease;min-width:14rem;justify-content:center;font-family:"GS Sans",Helvetica,Arial,sans-serif}.floating-btn:hover{color:#000;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.15)}.floating-btn .btn-icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.floating-btn .btn-icon .gs-icon{font-size:2.5rem}.floating-btn .btn-text{white-space:nowrap}.demo-btn:hover{background:linear-gradient(90deg, rgb(75, 80, 207) 0%, rgb(102, 126, 234) 100%);color:#000}.demo-btn:hover .btn-icon .gs-icon{color:#000}.newsletter-btn:hover{background:linear-gradient(90deg, rgb(75, 80, 207) 0%, rgb(102, 126, 234) 100%);color:#000}.newsletter-btn:hover .btn-icon .gs-icon{color:#000}.demo-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form-modal{position:relative;background:#fff;border-radius:1.6rem;max-width:50rem;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 2.5rem 5rem rgba(0,0,0,.25);animation:slideInScale .4s cubic-bezier(0.4, 0, 0.2, 1);font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form-modal__icon{font-size:2.8rem;color:var(--color-white)}.demo-form-modal__close{font-size:1.8rem;color:var(--color-black)}.demo-form-modal .close-btn{position:absolute;top:2rem;right:2rem;background:#f3f4f6;border:none;border-radius:50%;width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1}.demo-form-modal .close-btn:hover{background:linear-gradient(90deg, rgb(75, 80, 207) 0%, rgb(102, 126, 234) 100%);transform:scale(1.1)}.demo-form-modal .close-btn .gs-icon{color:#000;font-size:1.8rem}.form-header{text-align:center;padding:4rem 3rem 2rem;border-bottom:.1rem solid #f3f4f6;font-family:"GS Sans",Helvetica,Arial,sans-serif}.form-header .form-icon{width:6.4rem;height:6.4rem;background:linear-gradient(135deg, #667eea 0%, #343ae9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.form-header .form-icon .gs-icon{font-size:2.8rem;color:#fff}.form-header .form-title{font-size:2.4rem;font-weight:700;color:#111827;margin:0 0 .8rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.form-header .form-subtitle{font-size:1.6rem;color:#6b7280;margin:0;line-height:1.4;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form{padding:3rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form .form-group{margin-bottom:2.4rem}.demo-form .form-group .form-label{display:block;font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:.8rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form .form-group .form-input,.demo-form .form-group .form-textarea{width:100%;padding:1.2rem 1.6rem;border:.2rem solid #e5e7eb;border-radius:.8rem;font-size:1.4rem;transition:all .2s ease;font-family:"GS Sans",Helvetica,Arial,sans-serif;box-sizing:border-box}.demo-form .form-group .form-input:focus,.demo-form .form-group .form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 .3rem rgba(102,126,234,.1)}.demo-form .form-group .form-input.error,.demo-form .form-group .form-textarea.error{border-color:#ef4444;box-shadow:0 0 0 .3rem rgba(239,68,68,.1)}.demo-form .form-group .form-input::placeholder,.demo-form .form-group .form-textarea::placeholder{color:#9ca3af}.demo-form .form-group .form-textarea{resize:vertical;min-height:10rem;line-height:1.5}.demo-form .form-group .error-message{display:block;font-size:1.2rem;color:#ef4444;margin-top:.6rem;font-weight:500;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form .form-group .character-count{font-size:1.2rem;color:#9ca3af;margin-top:.4rem;text-align:right;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form .form-actions{display:flex;gap:1.2rem;justify-content:flex-end;margin-top:3.2rem;padding-top:2.4rem;border-top:.1rem solid #f3f4f6}.demo-form .form-actions .btn-secondary,.demo-form .form-actions .btn-primary{padding:1.2rem 2.4rem;border-radius:.8rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.8rem;min-width:12rem;justify-content:center;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form .form-actions .btn-secondary:disabled,.demo-form .form-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.demo-form .form-actions .btn-secondary{background:#f9fafb;border:.1rem solid #d1d5db;color:#374151}.demo-form .form-actions .btn-secondary:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.demo-form .form-actions .btn-primary{background:linear-gradient(135deg, #667eea 0%, #343ae9 100%);border:none;color:#fff}.demo-form .form-actions .btn-primary:hover:not(:disabled){transform:translateY(-0.1rem);box-shadow:0 .4rem 1.2rem rgba(102,126,234,.4)}.demo-form .form-actions .btn-primary .spinning{animation:spin 1s linear infinite}.coming-soon-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out;font-family:"GS Sans",Helvetica,Arial,sans-serif}.api-error-message{display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;background:#fef2f2;border:.1rem solid #fecaca;border-radius:.8rem;color:#dc2626;font-size:1.4rem;font-weight:500;margin-bottom:2rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.api-error-message .gs-icon{font-size:1.8rem;flex-shrink:0}.success-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10001;animation:fadeIn .2s ease-out;font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup{position:relative;background:linear-gradient(135deg, #667eea 0%, #343ae9 100%);color:#fff;padding:4rem 5rem;border-radius:2rem;text-align:center;max-width:45rem;width:90%;box-shadow:0 2rem 6rem rgba(0,0,0,.3);animation:slideInScale .4s cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden;font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);animation:shimmer 2s infinite}.success-popup .close-btn{position:absolute;top:1.5rem;right:1.5rem;background:hsla(0,0%,100%,.2);border:none;border-radius:50%;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.success-popup .close-btn:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.success-popup .close-btn .gs-icon{color:#fff;font-size:1.6rem}.success-popup .success-content{position:relative;z-index:1}.success-popup .success-icon{width:8rem;height:8rem;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2.5rem;animation:bounceIn .6s ease-out}.success-popup .success-icon .gs-icon{font-size:4rem;color:#fff}.success-popup .success-title{font-size:2.8rem;font-weight:700;margin:0 0 1.2rem;text-shadow:0 .2rem .4rem rgba(0,0,0,.3);font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup .success-subtitle{font-size:1.6rem;font-weight:500;margin:0 0 2rem;opacity:.9;font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup .success-message{font-size:1.4rem;line-height:1.6;opacity:.8;margin-bottom:3rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup .success-btn{background:hsla(0,0%,100%,.2);border:.2rem solid hsla(0,0%,100%,.3);color:#fff;padding:1.2rem 2.4rem;border-radius:2.5rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.8rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup .success-btn:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:translateY(-0.2rem)}.success-popup .success-btn .gs-icon{font-size:1.6rem}.success-popup .progress-bar{position:absolute;bottom:0;left:0;right:0;height:.4rem;background:hsla(0,0%,100%,.2);overflow:hidden}.success-popup .progress-bar .progress-fill{height:100%;background:hsla(0,0%,100%,.8);width:0;animation:progressFill 4s linear}@keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{opacity:1;transform:scale(1)}}@keyframes progressFill{from{width:0%}to{width:100%}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideInScale{from{opacity:0;transform:scale(0.7) translateY(-5rem)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes shimmer{0%{left:-100%}100%{left:100%}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media(width <= 76.8rem){.home-buttons-container{top:7rem;right:1rem}.floating-buttons{gap:.8rem}.floating-btn{min-width:12rem;padding:1rem 1.4rem;font-size:1.3rem}.floating-btn .btn-icon .gs-icon{font-size:1.6rem}.coming-soon-banner{padding:3rem 2.5rem;margin:2rem}.coming-soon-banner .banner-title{font-size:2.4rem}.coming-soon-banner .banner-subtitle{font-size:1.4rem}.coming-soon-banner .banner-message{font-size:1.3rem}.coming-soon-banner .banner-icon{width:5rem;height:5rem}.coming-soon-banner .banner-icon .gs-icon{font-size:2.4rem}.demo-form-modal{width:95%;margin:2rem;max-height:85vh}.form-header{padding:3rem 2rem 1.5rem}.form-header .form-title{font-size:2rem}.form-header .form-subtitle{font-size:1.4rem}.form-header .form-icon{width:5.6rem;height:5.6rem}.form-header .form-icon .gs-icon{font-size:2.4rem}.demo-form{padding:2rem}.demo-form .form-actions{flex-direction:column}.demo-form .form-actions .btn-secondary,.demo-form .form-actions .btn-primary{width:100%}.success-popup{padding:3rem 2.5rem;margin:2rem}.success-popup .success-title{font-size:2.4rem}.success-popup .success-subtitle{font-size:1.4rem}.success-popup .success-message{font-size:1.3rem}.success-popup .success-icon{width:7rem;height:7rem}.success-popup .success-icon .gs-icon{font-size:3.5rem}}@media(width <= 48rem){.home-buttons-container{top:6rem;right:.8rem}.floating-buttons{gap:.6rem}.floating-btn{min-width:10rem;padding:.8rem 1.2rem;font-size:1.2rem;gap:.6rem}.demo-form-modal{width:98%;margin:1rem}.form-header{padding:2.5rem 1.5rem 1.2rem}.form-header .form-icon{width:4.8rem;height:4.8rem}.form-header .form-icon .gs-icon{font-size:2rem}.demo-form{padding:1.5rem}.demo-form .form-group{margin-bottom:2rem}.demo-form .form-group .form-input,.demo-form .form-group .form-textarea{padding:1rem 1.2rem;font-size:1.3rem}.success-popup{padding:2.5rem 2rem}.success-popup .success-icon{width:6rem;height:6rem}.success-popup .success-icon .gs-icon{font-size:3rem}.success-popup .success-title{font-size:2rem}}.legend-marketplace__info-tooltip__icon{color:var(--color-dark-grey-500);display:inline-block;font-size:1.5rem;margin-left:.5rem;margin-bottom:.25rem}.legend-marketplace__info-tooltip__icon:hover{color:unset}.marketplace-lakehouse-data-product-card .legend-marketplace-card__content{display:unset;width:100%;height:100%}.marketplace-lakehouse-data-product-card__container{display:flex;align-items:center;height:100%;overflow:auto;gap:2rem}.marketplace-lakehouse-data-product-card__icon{display:flex;align-items:center;justify-content:center;width:10rem}.marketplace-lakehouse-data-product-card__icon svg{font-size:5rem;color:var(--color-blue-300)}.marketplace-lakehouse-data-product-card__content{display:flex;align-items:center;flex-direction:column;height:100%;flex:1;gap:1rem;justify-content:space-between}.marketplace-lakehouse-data-product-card__tags{display:flex;align-items:center;align-self:end;gap:.5rem}.marketplace-lakehouse-data-product-card__name{display:flex;align-items:center;width:100%;justify-content:space-between;font-size:2.8rem;font-weight:500;color:#fff;overflow-wrap:anywhere}.marketplace-lakehouse-data-product-card__lakehouse{align-self:end;font-size:1rem;text-transform:none;color:var(--tw-color-green-100);background:var(--tw-color-green-600)}.marketplace-lakehouse-data-product-card__version{align-self:end;font-size:1rem;text-transform:none}.marketplace-lakehouse-data-product-card__version--snapshot{color:var(--tw-color-blue-100);background:var(--tw-color-blue-600)}.marketplace-lakehouse-data-product-card__version--release{color:var(--tw-color-green-100);background:var(--tw-color-green-600)}.marketplace-lakehouse-data-product-card__environment-classification{align-self:end;font-size:1rem;text-transform:none}.marketplace-lakehouse-data-product-card__environment-classification--unknown{color:var(--tw-color-gray-100);background:var(--tw-color-gray-600)}.marketplace-lakehouse-data-product-card__environment-classification--dev{color:var(--tw-color-amber-100);background:var(--tw-color-amber-600)}.marketplace-lakehouse-data-product-card__environment-classification--prod-parallel{color:var(--tw-color-blue-100);background:var(--tw-color-blue-600)}.marketplace-lakehouse-data-product-card__environment-classification--prod{color:var(--tw-color-green-100);background:var(--tw-color-green-600)}.marketplace-lakehouse-data-product-card__description{font-size:1.8rem;flex:1;width:100%;color:var(--color-light-grey-180)}.marketplace-lakehouse-data-product-card__description__markdown{background:unset;color:unset;padding:unset}.marketplace-lakehouse-data-product-card__more-info-btn{position:absolute;right:10px;bottom:10px;opacity:.5}.marketplace-lakehouse-data-product-card__more-info-btn:hover,.marketplace-lakehouse-data-product-card__more-info-btn--selected{opacity:1}.marketplace-lakehouse-data-product-card__more-info-btn svg{width:20px;height:20px;color:#fff}.marketplace-lakehouse-data-product-card__popover{padding:1rem;border-radius:1rem;font-size:1.6rem;min-width:40rem}.marketplace-lakehouse-data-product-card__popover__name{font-size:2rem;font-weight:500;margin-bottom:1rem;color:var(--color-blue-100)}.marketplace-lakehouse-data-product-card__popover__content{display:flex;flex-direction:column;gap:1rem}.marketplace-lakehouse-data-product-card__popover hr{margin:1rem 0}.marketplace-lakehouse-data-product-card__popover__section-header{display:flex;align-items:center;font-style:italic;color:var(--color-dark-grey-400)}.marketplace-lakehouse-data-product-card__popover__section-content__markdown{background:unset;color:unset;padding:0}.marketplace-lakehouse-data-product-card__popover__table td{font-size:1.6rem}.marketplace-lakehouse-data-product-card__popover__project-link{color:var(--color-blue-100);margin-left:.5rem}.marketplace-lakehouse-data-product-card:hover{transform:unset}.lakehouse-highlighted-data-product-card{height:28rem;cursor:pointer;margin:1rem;box-shadow:0 4px 8px rgba(0,0,0,.1);background-color:var(--color-black);width:45rem}.lakehouse-highlighted-data-product-card__action{height:100%}.lakehouse-highlighted-data-product-card__image{width:100%;height:55%;position:absolute;aspect-ratio:auto;top:0;left:0}.lakehouse-highlighted-data-product-card__content{position:absolute;bottom:0;height:55%;background-color:rgba(11,11,11,.7);overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;width:100%;padding:.5rem 1.2rem}.lakehouse-highlighted-data-product-card__content:hover{height:100%;background-color:rgba(27,26,26,.9)}.lakehouse-highlighted-data-product-card__title{font-size:3rem;font-family:"GS Sans Condensed","Trebuchet MS",sans-serif;margin-bottom:.5rem;word-wrap:break-word;color:var(--color-white);opacity:.95}.lakehouse-highlighted-data-product-card__description{font-size:1.6rem;color:var(--color-white);opacity:.95}:root{--legend-marketplace-card-shadow: 1px 4px 6px rgb(0 0 0 / 10%), -1px 4px 6px rgb(0 0 0 / 10%);--legend-marketplace-card-shadow-hover: 2px 5px 8px rgb(0 0 0 / 20%), -2px 5px 8px rgb(0 0 0 / 20%)}.legend-marketplace-card{display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--legend-marketplace-card-shadow);width:100%;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}.legend-marketplace-card--small{height:24rem}.legend-marketplace-card--large{height:32rem}.legend-marketplace-card__content-container{background:linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);display:flex;flex-direction:column;position:relative;justify-content:space-between;height:100%;width:100%;transition:opacity .3s ease,filter .3s ease}.legend-marketplace-card__content{display:flex;align-items:center;justify-content:center;height:fit-content;max-height:100%;margin-left:0;display:flex;flex-direction:column}.legend-marketplace-card__content--with-actions{max-height:calc(100% - 6em)}.legend-marketplace-card__actions{padding:2rem;margin-left:0;height:100%}.legend-marketplace-card__actions button{font-size:1.2rem;padding:.5rem 1rem}.legend-marketplace-card__more-info{position:absolute;bottom:0;left:0;width:100%;height:100%;padding:1.5rem;font-size:1.5rem;background:var(--color-dark-grey-50);box-shadow:0 -4px 10px rgba(0,0,0,.1);transform:translateY(100%);transition:transform .5s cubic-bezier(0.25, 1, 0.5, 1);z-index:1;overflow:hidden}.legend-marketplace-card__more-info--visible{transform:translateY(0)}.legend-marketplace-card:hover{transform:scale(1.05);box-shadow:5px 5px 5px rgba(0,0,0,.3)}.legend-marketplace-terminal-card{cursor:pointer;margin:1rem;box-shadow:0 4px 8px rgba(0,0,0,.1);background-color:var(--color-black);width:35rem;display:flex;flex-direction:column;height:auto;min-height:300px}.legend-marketplace-terminal-card__action{height:100%;flex:1}.legend-marketplace-terminal-card__image{width:100%;height:55%;position:absolute;aspect-ratio:auto;top:0;left:0}.legend-marketplace-terminal-card__content{position:absolute;bottom:0;height:55%;background-color:rgba(11,11,11,.7);overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;width:100%;padding:.5rem 1.2rem}.legend-marketplace-terminal-card__title{font-size:3rem;font-family:"GS Sans Condensed","Trebuchet MS",sans-serif;margin-bottom:.5rem;word-wrap:break-word;color:var(--color-white);opacity:.95}.legend-marketplace-terminal-card__description{font-size:1.6rem;color:var(--color-white);opacity:.95}.legend-marketplace-terminal-card__action-buttons{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin-top:auto;margin-bottom:.5rem;gap:1rem}.legend-marketplace-terminal-card__price{background-color:var(--color-green-20);color:var(--color-green-200);font-size:1.5rem;font-weight:600;padding:.6rem 1.2rem;border-radius:2.5rem;border:1px solid hsla(0,0%,100%,.2);flex-shrink:0;text-align:center;white-space:nowrap;overflow:hidden}.legend-marketplace-terminal-card__add-to-cart-button{background-color:var(--color-primary);color:var(--color-white);border:1px solid var(--color-white);font-size:1.4rem;cursor:pointer;border-radius:25px;transition:background-color .3s ease}.legend-marketplace-terminal-card__add-to-cart-button:disabled{background-color:var(--color-primary);color:var(--color-white);cursor:not-allowed}.legend-marketplace-terminal-card__add-to-cart-button:hover{background-color:var(--color-blue-400)}.legend-marketplace-multi-user-cell-renderer__link{cursor:pointer}.legend-marketplace-multi-user-cell-renderer__popover{padding:1rem}.notification__position{bottom:3rem;right:1rem}.notification__content{background:var(--color-dark-grey-200);color:var(--color-light-grey-150);border-radius:.3rem;align-items:flex-start}.notification__message__content{display:flex;align-items:flex-start;cursor:pointer}.notification__message__content:active{background:var(--color-dark-grey-100)}.notification__message__content__icon{padding-top:.2rem;padding-right:1rem}.notification__message__content__icon svg{font-size:1.6rem}.notification__message__content__icon--info{color:var(--color-light-grey-200)}.notification__message__content__icon--error{color:var(--color-red-100)}.notification__message__content__icon--warning{color:var(--color-yellow-200)}.notification__message__content__icon--success{color:var(--color-green-100)}.notification__message__content__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:normal;overflow-wrap:anywhere;text-align:left;max-height:20rem;max-width:60rem}.notification__message__content__text--expanded{overflow:auto;white-space:pre-line;width:60rem}.notification__actions{padding:.8rem 0 .8rem 1rem}.notification__action{display:flex;align-items:center;justify-content:center;width:2rem;color:var(--color-dark-grey-400)}.notification__action:hover{color:var(--color-light-grey-400)}.legend-marketplace-product-search-result-card .legend-marketplace-card__content{justify-content:start;align-items:start;overflow:auto}.legend-marketplace-product-search-result-card__data-product-name{font-size:2rem;font-weight:500;margin-top:1rem;margin-bottom:1rem;color:var(--color-blue-100)}.legend-marketplace-product-search-result-card__data-product-description{font-size:1.6rem}.legend-marketplace-radio-group{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:.5em;margin-bottom:.5em}.legend-marketplace-radio-group .legend-marketplace-radio-button{color:#000;background-color:#fff;padding:.5em;margin:0;border-left:1em;border-right:1em}.legend-marketplace-radio-group .legend-marketplace-radio-button:hover{cursor:pointer}.legend-marketplace-radio-group .legend-marketplace-radio-button__selected{background-color:#3c68f8;color:#fff}.recommended-addons-modal .MuiDialog-paper{border-radius:24px;min-height:60vh;max-height:92vh;box-shadow:0 32px 64px -12px rgba(0,0,0,.25),0 0 0 1px hsla(0,0%,100%,.05);backdrop-filter:blur(16px);background:linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.98) 100%);border:1px solid hsla(0,0%,100%,.2);overflow:hidden}.recommended-addons-modal__header{display:flex;align-items:center;gap:1.5rem;padding:2.5rem 3rem 2rem;background:linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(59, 130, 246, 0.08) 50%, rgba(168, 85, 247, 0.08) 100%);border-bottom:1px solid rgba(226,232,240,.8);position:relative}.recommended-addons-modal__header::before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.recommended-addons-modal__success-icon{color:var(--color-success)}.recommended-addons-modal__warning-icon{color:var(--color-warning)}.recommended-addons-modal__header-content{flex:1}.recommended-addons-modal__title{font-size:2.4rem;font-weight:700;background:linear-gradient(135deg, var(--color-modal-text-primary) 0%, var(--color-modal-text-muted) 100%);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin:0 0 .5rem;line-height:1.2}.recommended-addons-modal__subtitle{font-size:1.4rem;color:var(--color-modal-text-secondary);margin:0;font-weight:500}.recommended-addons-modal__close-btn{color:var(--color-modal-text-secondary);background:rgba(148,163,184,.1);border-radius:12px;padding:.75rem;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.recommended-addons-modal__close-btn:hover{color:var(--color-modal-text-primary);background:rgba(148,163,184,.2);transform:translateY(-1px)}.recommended-addons-modal__content{padding:2rem 3rem;background:rgba(0,0,0,0)}.recommended-addons-modal__content-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem;text-align:center}.recommended-addons-modal__section-title{font-size:2rem;font-weight:700;color:var(--color-modal-text-primary);position:relative}.recommended-addons-modal__section-description{font-size:1.4rem;color:var(--color-modal-text-secondary);font-weight:400}.recommended-addons-modal__empty-state{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;text-align:center}.recommended-addons-modal__empty-state .MuiTypography-root{color:var(--color-modal-text-secondary);font-size:1.4rem;font-weight:500}.recommended-addons-modal__empty-state::before{font-size:4rem;margin-bottom:1.5rem;opacity:.6}.recommended-addons-modal__addon-card{height:100%;display:flex;flex-direction:column;background:hsla(0,0%,100%,.7);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.8);overflow:hidden;position:relative}.recommended-addons-modal__addon-card::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg, transparent 0%, var(--color-modal-blue-focus) 50%, transparent 100%)}.recommended-addons-modal__addon-card:hover{border-color:var(--color-modal-blue-light);box-shadow:0 4px 8px rgba(147,197,253,.15)}.recommended-addons-modal__card-content{flex:1;padding:2rem}.recommended-addons-modal__card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.recommended-addons-modal__product-name{font-size:1.6rem;font-weight:700;flex:1;line-height:1.3;color:var(--color-modal-text-primary);margin:0}.recommended-addons-modal__provider-chip{background:linear-gradient(135deg, var(--color-modal-background-medium), var(--color-modal-border-light));color:var(--color-modal-text-muted);font-size:1.1rem;font-weight:600;height:auto;padding:.4rem 1rem;border-radius:12px;border:1px solid rgba(148,163,184,.2)}.recommended-addons-modal__description{margin-bottom:1.5rem;line-height:1.6;color:var(--color-modal-text-secondary);font-size:1.3rem;font-weight:400}.recommended-addons-modal__card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.recommended-addons-modal__category-chip{background:linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(168, 85, 247, 0.1));color:var(--color-modal-purple-secondary);font-size:1.1rem;font-weight:600;height:auto;padding:.5rem 1.2rem;border-radius:16px;border:1px solid rgba(99,102,241,.2)}.recommended-addons-modal__price{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg, var(--color-modal-blue-focus), var(--color-modal-purple-primary));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.recommended-addons-modal__price__free{background:linear-gradient(135deg, var(--color-modal-success-primary), var(--color-modal-success-secondary));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.recommended-addons-modal__card-actions{padding:0 2rem 2rem}.recommended-addons-modal__add-btn{background:linear-gradient(135deg, var(--color-modal-blue-primary), var(--color-modal-blue-secondary));color:var(--color-white);text-transform:none;font-weight:600;font-size:1.3rem;padding:1rem 2rem;border-radius:16px;border:none;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.recommended-addons-modal__add-btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);transition:left .6s ease}.recommended-addons-modal__add-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 24px -6px rgba(59,130,246,.4)}.recommended-addons-modal__add-btn:hover:not(:disabled)::before{left:100%}.recommended-addons-modal__add-btn__added{background:linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(22, 163, 74, 0.1));border:2px solid var(--color-modal-success-primary);color:var(--color-modal-success-secondary)}.recommended-addons-modal__add-btn__added:hover:not(:disabled){background:linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(22, 163, 74, 0.15));transform:none;box-shadow:none}.recommended-addons-modal__add-btn__added:disabled{border-color:var(--color-modal-success-primary);color:var(--color-modal-success-secondary);opacity:.8}.recommended-addons-modal__footer{padding:2.5rem 3rem;border-top:1px solid rgba(226,232,240,.8);background:linear-gradient(135deg, rgba(248, 250, 252, 0.8) 0%, rgba(241, 245, 249, 0.9) 100%);gap:1.5rem;backdrop-filter:blur(8px)}.recommended-addons-modal__close-button{font-size:1.4rem;font-weight:600;min-width:120px;padding:1rem 2rem;border:2px solid var(--color-modal-border-light);color:var(--color-modal-text-secondary);text-transform:none;border-radius:16px;background:hsla(0,0%,100%,.5);backdrop-filter:blur(4px);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.recommended-addons-modal__close-button:hover{border-color:var(--color-modal-border-medium);color:var(--color-modal-text-muted);background:hsla(0,0%,100%,.8);transform:translateY(-1px);box-shadow:0 4px 12px -2px rgba(148,163,184,.2)}.recommended-addons-modal__view-cart-button{font-size:1.4rem;font-weight:700;padding:1rem 2.5rem;background:linear-gradient(135deg, var(--color-modal-blue-primary), var(--color-modal-blue-secondary));text-transform:none;border-radius:16px;border:none;color:var(--color-white);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.recommended-addons-modal__view-cart-button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);transition:left .6s ease}.recommended-addons-modal__view-cart-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px -6px rgba(59,130,246,.4)}.recommended-addons-modal__view-cart-button:hover::before{left:100%}.recommended-addons-modal__view-cart-button:active{transform:translateY(0)}@media(width <= 768px){.recommended-addons-modal .MuiDialog-paper{border-radius:20px 20px 0 0;margin:0;max-height:95vh;width:100vw;position:fixed;bottom:0}.recommended-addons-modal__header{padding:2rem 2rem 1.5rem}.recommended-addons-modal__header::before{height:4px}.recommended-addons-modal__success-icon{font-size:2rem;padding:.8rem}.recommended-addons-modal__title{font-size:2rem}.recommended-addons-modal__subtitle{font-size:1.2rem}.recommended-addons-modal__content{padding:1.5rem 2rem}.recommended-addons-modal__section-title{font-size:1.8rem}.recommended-addons-modal__section-description{font-size:1.2rem;max-width:none}.recommended-addons-modal__footer{padding:2rem;gap:1.2rem;flex-direction:column}.recommended-addons-modal__footer .MuiButton-root{width:100%;order:2}.recommended-addons-modal__footer__view-cart-button{order:1}.recommended-addons-modal__card-content{padding:1.5rem}.recommended-addons-modal__card-actions{padding:0 1.5rem 1.5rem}.recommended-addons-modal__product-name{font-size:1.4rem}.recommended-addons-modal__description{font-size:1.2rem}.recommended-addons-modal__price{font-size:1.6rem}}.theme__hc-light .modal .modal__header{background-color:var(--legend-marketplace-light-blue);color:#000;height:6rem;justify-content:center;flex:auto;display:flex;font-family:"GS Sans Condensed medium",Arial,sans-serif}.theme__hc-light .modal .modal__footer{background-color:rgba(0,0,0,0);flex:auto;display:flex;height:6rem;padding:1rem 1.5rem}.theme__hc-light .modal .modal__footer__close-btn{color:#000}.theme__hc-light .modal .modal__footer__btn{background:var(--legend-marketplace-light-blue);border-radius:.5rem}.theme__hc-light .modal .modal__footer__btn:hover{background:#ccdaea}.theme__hc-light .modal__title__label{font-size:2rem;font-weight:500}.theme__hc-light .app__info .modal__header{justify-content:space-between}.theme__hc-light .app__info__entry__value{color:var(--color-legacylight-dark-grey-200)}.MuiDialog-container .release-notes__dialog{display:flex;flex-direction:column;width:100%}.MuiDialog-container .release-notes__dialog__content__title{font-weight:500}.release-viewer{border-radius:1rem;padding:.5rem}.release-viewer__update__item{align-items:center}.MuiDialog-paper{border-radius:2rem}.legend-marketplace__search-bar{display:flex;align-items:center;height:6rem;width:100%}.legend-marketplace__search-bar__text-field{height:100%}.legend-marketplace__search-bar__text-field .MuiInputBase-root{height:100%}.legend-marketplace__search-bar__input{padding:0 2rem;font-size:1.6rem;background:var(--color-white);border-radius:3rem}.legend-marketplace__search-bar input{height:100%;padding:0}.legend-marketplace-vendor-data-card .legend-marketplace-card__content{justify-content:start;align-items:start}.legend-marketplace-vendor-data-card .legend-marketplace-card__actions{justify-content:space-between}.legend-marketplace-vendor-data-card__vendor-name{font-size:16px}.legend-marketplace-vendor-data-card__vendor-name__description{color:#1c2b36}.legend-marketplace-vendor-data-card__vendor-name__owned{color:#077d55;display:flex}.legend-marketplace-vendor-data-card__product-name{font-size:24px;color:#186ade;font-weight:bold}.legend-marketplace-vendor-data-card__add-to-cart-button{border-radius:999px;color:#186ade;font-size:12px;padding:9px 11px;position:unset}.legend-marketplace-vendor-data-card__price{font-size:12px}.legend-marketplace-vendor-card__type{width:fit-content;font-size:2rem}.legend-marketplace-vendor-card__type--vendor{background:var(--color-light-blue-0);color:var(--color-blue-500)}.legend-marketplace-vendor-card__type--curated{background:var(--color-purple-0);color:var(--color-purple-400)}.legend-marketplace-vendor-card__name{font-size:2.8rem;font-weight:400;margin:4rem 0;word-break:break-all;white-space:pre-wrap;text-align:center}.legend-marketplace-vendor-card__description{font-size:2rem;font-weight:200}.legend-marketplace-coming-soon__content{display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column}.legend-marketplace-home__landing{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;min-height:60rem;height:60vh;background:var(--color-dark-grey-100);color:var(--color-white)}.legend-marketplace-home__landing__title{font-size:5.6rem;letter-spacing:.5rem}.legend-marketplace-home__landing__description{font-size:1.8rem;margin-top:2rem;margin-bottom:4rem}.legend-marketplace-home__landing__search-bar{width:60%;max-width:60rem}.legend-marketplace-home__button-group{display:flex;flex-direction:row;gap:5px;align-self:flex-end;position:absolute}.legend-marketplace-home__button{position:relative;display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;border:none;border-radius:.8rem;cursor:pointer;font-size:1.8rem;font-weight:400;background:rgba(0,0,0,0);color:#000;transition:all .2s ease;min-width:14rem;justify-content:center}.legend-marketplace-home__button:hover{background:linear-gradient(90deg, rgb(75, 80, 207) 0%, rgb(102, 126, 234) 100%);color:#000}.legend-marketplace-home__button__icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.legend-marketplace-home__vendors-title{font-size:3rem;font-weight:400;margin-top:4rem;margin-bottom:2rem}.legend-marketplace-home__vendors-cards{width:100%;max-width:250rem;padding:2rem}.legend-marketplace-subscriptions-header{display:flex;flex-shrink:0;background:#2d3441 50%/cover no-repeat;width:100%;height:60px;color:#fff;padding:35px;padding-top:20px;align-items:center}.legend-marketplace-subscriptions-content{padding:3rem;width:100%;height:auto}.legend-marketplace-subscriptions-content__search-section{width:100%;height:120px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.legend-marketplace-subscriptions-content__user-search{display:flex;align-items:center;margin-left:20px;margin-right:300px;margin-top:5px;width:215px}.legend-marketplace-subscriptions-content__subscription-grid{max-height:1000px;width:100%;overflow-y:auto}.not-found-screen{display:flex;flex-direction:column;height:100%;width:100%;background:var(--color-dark-grey-50);overflow:auto;padding:5rem}.not-found-screen--no-documentation{display:flex;align-items:center;justify-content:center}.not-found-screen__icon{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.not-found-screen__icon__ghost{text-align:center;animation:ghostbounce .9s alternate ease infinite !important}.not-found-screen__icon__ghost svg{color:var(--color-light-grey-100);font-size:12rem}.not-found-screen__icon__shadow{text-align:center}.not-found-screen__icon__shadow svg{width:12rem;height:4rem}.not-found-screen__text-content{user-select:none}.not-found-screen__text-content__title{display:flex;align-items:center;justify-content:center;font-family:"Roboto Condensed",sans-serif;font-size:3.5rem;font-weight:700;color:var(--color-light-grey-50);height:6rem}.not-found-screen__text-content__detail{display:inline-flex;justify-content:center;align-items:center;width:100%;font-family:"Roboto Mono",monospace;color:var(--color-yellow-100)}.not-found-screen__text-content__detail__url{margin:0 .5rem;font-weight:700;color:var(--color-blue-40)}.not-found-screen__icon__shadow__inner{fill:var(--color-dark-grey-100);animation:shadowgrow .9s alternate ease infinite !important}.not-found-screen__documentation{margin-top:3rem;border-radius:.2rem;border:.1rem solid var(--color-dark-grey-200)}@keyframes ghostbounce{from{transform:translateY(0.5rem)}to{transform:translateY(-0.2rem)}}@keyframes shadowgrow{from{transform:scale(1.1)}to{transform:scale(1)}}.legend-marketplace-search-results{width:100%;height:100%;overflow:auto}.legend-marketplace-search-results__content{display:flex;align-items:center;flex-direction:column;height:calc(100% - var(--legend-marketplace-header-height));width:100%;padding:2rem}.legend-marketplace-search-results__search-bar{margin-top:2rem;margin-bottom:4rem;width:60%;max-width:60rem}.legend-marketplace-search-results__results__cards{width:100%;max-width:300rem;padding:2rem}.legend-marketplace-search-results__sort-bar{width:100%;background-color:#f2f2f2;border-bottom:1px solid #d1d9e6}.legend-marketplace-search-results__sort-bar__container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#f2f2f2;max-width:226rem;margin:0 auto;box-sizing:border-box;padding:.5rem}.legend-marketplace-search-results__drawer{padding:2rem}.legend-marketplace-search-results__drawer__vendor-name{font-weight:500}.legend-marketplace-search-results__drawer__data-product-name{font-size:2rem;font-weight:500;margin-top:1rem;margin-bottom:1rem;color:var(--color-blue-100)}.legend-marketplace-search-results__drawer__data-product-description{font-size:1.6rem;margin-bottom:1rem}.legend-marketplace-search-results__drawer__tables{margin-top:2rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card{margin-top:2rem;box-shadow:5px 5px 5px rgba(0,0,0,.1);border-radius:2rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__content{margin-left:0;padding:2rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__name{font-size:1.6rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__description{font-size:1.6rem;margin-top:1rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__table{margin-top:1rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__table table,.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__table th,.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__table td{border:1px solid var(--color-dark-grey-500);padding:1rem;font-size:1.4rem}.legend-marketplace-vendor-data{width:100%;height:100%;overflow:auto}.legend-marketplace-vendor-data__content{flex-direction:column;height:100%;width:100%;padding:2rem}.legend-marketplace-vendor-data .legend-marketplace-banner{background:#7297c5;width:100%;height:195px;padding:20px;color:#fff;display:flex;justify-content:center;align-items:center}.legend-marketplace-vendor-data .legend-marketplace-banner__title{font-size:32px;font-weight:bold;margin-top:2rem}.legend-marketplace-vendor-data .legend-marketplace-banner__subtitle{font-size:30px;margin-top:2rem;margin-bottom:4rem}.legend-marketplace-vendor-data .legend-marketplace-banner__search-bar{margin-top:1rem;width:clamp(32rem,50vw,64rem)}.legend-marketplace-vendor-data .legend-marketplace-body__content{display:flex;flex-direction:column;width:100%;height:100%;gap:20px;padding:2rem}.legend-marketplace-vendor-data .legend-marketplace-body__tab{font-size:2rem;align-self:center}.legend-marketplace-vendordata-main{display:flex;flex-direction:row;width:100%;gap:10px}.legend-marketplace-vendordata-main__loading{display:flex;justify-content:center;align-items:center;width:100%;height:60vh;flex-direction:column;gap:2rem}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar{width:15%;padding:20px;margin-right:20px}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar__title{margin-bottom:10px;font-size:1.5em;margin-block-start:.83em;font-weight:bold;display:block}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar__subtitle{font-size:16px;margin-block-start:1.33em;margin-block-end:1.33em;font-weight:bold;display:block}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar__checkbox-filter-group{display:flex;flex-direction:column;gap:10px}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar__checkbox-filter{margin-bottom:10px;display:flex;align-items:center;gap:10px}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-search-results{display:flex;flex-direction:column;gap:1em;width:100%;padding:20px;padding-bottom:100px}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-search-results__category{display:flex;flex-direction:row;gap:1em;align-items:center;justify-content:flex-start;margin-left:5px;margin-top:0%}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-search-results__category .see-all{text-decoration:none;color:#186ade;align-items:center;margin-top:1.1rem}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-search-results__card-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.marketplace-lakehouse-admin-container{height:100%;display:flex;flex-direction:column;padding:1rem 2rem 2rem}.marketplace-lakehouse-admin__contracts__grid,.marketplace-lakehouse-admin__subscriptions__grid{flex:1;width:100%}.marketplace-lakehouse-entitlements-dashboard{display:flex;justify-content:center;flex:1;flex-direction:column;padding:1rem 2rem 2rem}.marketplace-lakehouse-entitlements__pending-tasks,.marketplace-lakehouse-entitlements__pending-contracts,.marketplace-lakehouse-entitlements__completed-contracts{height:100%;width:100%;position:relative;background:var(--color-hclight-white);color:var(--color-hclight-grey-90);font-family:Roboto,sans-serif}.marketplace-lakehouse-entitlements__pending-tasks{display:flex;flex-direction:column}.marketplace-lakehouse-entitlements__pending-tasks__action-btns{display:flex;justify-content:end;margin:1rem}.marketplace-lakehouse-entitlements__pending-tasks__action-btns button{margin-left:1rem}.marketplace-lakehouse-entitlements__pending-tasks__grids{display:flex;flex-direction:column;flex:1;gap:1rem}.marketplace-lakehouse-entitlements__pending-tasks__grid-container{display:flex;flex-direction:column;flex:1}.marketplace-lakehouse-entitlements__pending-tasks__grid{flex:1}.marketplace-lakehouse-entitlements__pending-tasks__grid__header{font-size:1.8rem}.marketplace-lakehouse-entitlements__pending-tasks__tooltip__icon{color:var(--color-dark-grey-500);display:inline-block;margin-left:.5rem;margin-bottom:.5rem}.marketplace-lakehouse-entitlements__pending-tasks__tooltip__icon:hover{color:unset}.marketplace-lakehouse-entitlements__pending-contracts,.marketplace-lakehouse-entitlements__completed-contracts{display:flex;flex-direction:column}.marketplace-lakehouse-entitlements__pending-contracts__action-btns,.marketplace-lakehouse-entitlements__completed-contracts__action-btns{padding:1rem 0}.marketplace-lakehouse-entitlements__pending-contracts__grid,.marketplace-lakehouse-entitlements__completed-contracts__grid{flex:1}.marketplace-lakehouse-entitlements__grid{height:100%}.marketplace-lakehouse-entitlements__grid__taskid-cell{color:blue;text-decoration:underline;cursor:pointer}.marketplace-lakehouse-entitlements__grid__user-display{height:100%}.marketplace-lakehouse-entitlements__grid__consumer-type__tooltip__icon{color:var(--color-dark-grey-500);display:inline-block;margin-left:.5rem;margin-bottom:.5rem}.marketplace-lakehouse-entitlements__grid__consumer-type__tooltip__icon:hover{color:unset}.marketplace-lakehouse-entitlements-grid-viewer{padding:1rem;height:100%;width:100%;position:relative;background:var(--color-hclight-white);color:var(--color-hclight-grey-90);font-family:Roboto,sans-serif}.marketplace-lakehouse-entitlements-grid-viewer__action-header{padding-bottom:1rem}.marketplace-lakehouse-entitlements-grid-viewer__action{padding-bottom:1rem}.marketplace-lakehouse-entitlements-grid-viewer__details{padding-top:1rem}.marketplace-lakehouse-entitlements-grid-viewer__item-clickable-text{color:blue;text-decoration:underline;cursor:pointer}.marketplace-lakehouse-entitlements-grid-viewer__item-clickable-text:hover{color:#00008b}.marketplace-lakehouse-entitlements-grid-viewer__status--success{color:green;font-weight:bold}.marketplace-lakehouse-entitlements-grid-viewer__status--in-progress{color:blue;font-weight:bold}.marketplace-lakehouse-entitlements-grid-viewer__status--error{color:red;font-weight:bold}.marketplace-lakehouse-entitlements__data-contract-creator__content{display:flex;align-items:center;flex-direction:column;min-height:400px}.marketplace-lakehouse-entitlements__data-contract-creator__consumer-type-btn-group{margin:2rem 0}.marketplace-lakehouse-entitlements__data-contract-creator__enterprise-apg-notice{color:var(--color-light-grey-300);font-style:italic}.marketplace-lakehouse-entitlements__data-contract-creator__user-input,.marketplace-lakehouse-entitlements__data-contract-creator__business-justification-input{max-width:70rem;margin:2rem 0}.marketplace-lakehouse-entitlements__data-contract-viewer__content{display:flex;align-items:center;flex-direction:column;min-height:40rem}.marketplace-lakehouse-entitlements__data-contract-viewer__close{position:absolute;right:8px;top:8px}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata{width:100%;background:var(--color-light-grey-300);padding:1rem;margin:1rem 0}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata>div{margin:1rem 0}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-by,.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-for{display:flex;align-items:center}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata .legend-user-display{margin-left:1rem}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-for__select{margin-left:1rem}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-for__select .legend-user-display{margin-left:unset}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-for__tooltip__icon{color:var(--color-dark-grey-500);display:inline-block;margin-left:.5rem;margin-bottom:.5rem}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-for__tooltip__icon:hover{color:unset}.marketplace-lakehouse-entitlements__data-contract-viewer__refresh-btn{align-self:end}.marketplace-lakehouse-entitlements__data-contract-viewer__timeline{width:100%}.marketplace-lakehouse-entitlements__data-contract-viewer__timeline__content{font-size:1.4rem}.marketplace-lakehouse-entitlements__data-contract-viewer__user-list{max-height:20rem;overflow:auto;background:var(--color-light-grey-300)}.marketplace-lakehouse-entitlements__data-contract-viewer__user-list__container{margin-top:-12px !important;background:var(--color-light-grey-150)}.marketplace-lakehouse-entitlements__data-contract-viewer__task-approval-view{margin-bottom:1rem;padding:1rem;background:var(--color-light-grey-150)}.marketplace-lakehouse-entitlements__data-contract-viewer__task-approval-view .legend-user-display{margin:.5rem 0}.marketplace-lakehouse-entitlements__data-contract-viewer__task-approval-view__timestamp{color:var(--color-dark-grey-300);font-style:italic}.marketplace-lakehouse-entitlements__data-contract-viewer__footer{align-self:start;margin-top:auto;color:var(--color-light-grey-300)}.marketplace-lakehouse-entitlements__data-contract-approval__success,.marketplace-lakehouse-entitlements__data-contract-approval__error{padding:1rem;margin:1rem}.marketplace-lakehouse-entitlements__data-contract-approval__success{background:var(--tw-color-green-200)}.marketplace-lakehouse-entitlements__data-contract-approval__error{background:var(--tw-color-red-300)}.marketplace-lakehouse-entitlements__data-contract-approval__error__content{line-height:3rem;margin-bottom:1rem}.marketplace-lakehouse-entitlements__data-contract-approval__error__user{width:fit-content;display:inline-block;position:relative;bottom:-10px}.marketplace-lakehouse-home__search-container{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:60vh;max-width:100%;width:100%;gap:3rem;background:var(--legend-marketplace-light-blue)}.marketplace-lakehouse-home__search-container__logo{margin-bottom:-6rem}.marketplace-lakehouse-home__search-container__logo img{max-height:22rem}.marketplace-lakehouse-home__search-container__title_marketplace{color:var(--color-black);font-size:3.8rem;font-weight:bold;letter-spacing:.125rem;text-transform:uppercase;margin-top:-4.2rem}.marketplace-lakehouse-home__search-container__title_legend{color:var(--color-black);font-size:1.8rem;font-weight:bold;text-transform:uppercase;margin-right:21rem;text-align:left}.marketplace-lakehouse-home__search-bar{display:flex;align-items:center;width:clamp(32rem,50vw,64rem);height:4.9rem;margin-top:-2.5rem}.marketplace-lakehouse-home__search-bar .legend-marketplace__search-bar{flex:1;width:unset;margin-right:1rem}.marketplace-lakehouse-home__search-bar__text-field{font-size:1.25rem}.marketplace-lakehouse-home__search-bar__input{font-size:1.25rem;line-height:1.5rem;color:var(--color-black)}.marketplace-lakehouse-home__carousel-header{width:100%;max-width:var(--xxxl-size, 163rem);margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column}.marketplace-lakehouse-home__carousel-title{font-family:"GS Sans Condensed medium",Arial,sans-serif;font-size:2rem;font-weight:500;margin-top:1.5rem;margin-bottom:1.5rem;margin-left:1rem;color:#1a202c;letter-spacing:.2rem;line-height:1.2;text-transform:uppercase;position:relative;margin-right:auto;justify-self:flex-start;border-left:.3rem solid #4a90e2;padding-left:1rem;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-shadow:0 .0625rem .125rem rgba(0,0,0,.08);transition:color .2s ease,border-color .2s ease}.marketplace-lakehouse-home__carousel-title:hover{color:#2d3748;border-left-color:#3182ce}.marketplace-lakehouse-home__carousel{width:100%}.marketplace-lakehouse-home__carousel-slide{display:flex;flex-wrap:nowrap;gap:3rem;margin-bottom:2.5rem}.marketplace-lakehouse-home__data-product-cards{padding:5rem;justify-content:center}.marketplace-lakehouse-home__data-product-cards__container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.marketplace-lakehouse-home__data-product-cards__loading{position:relative}.legend-marketplace-oauth-callback__content{display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column}.legend-marketplace-oauth-callback__loading-indicator{flex-direction:column;gap:1rem}.marketplace-lakehouse-search-results__search-container{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:15rem;max-width:100%;width:100%;gap:3rem;background:var(--legend-marketplace-light-blue);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.marketplace-lakehouse-search-results__search-bar{display:flex;align-items:center;width:clamp(32rem,50vw,64rem)}.marketplace-lakehouse-search-results__search-bar .legend-marketplace__search-bar{flex:1;width:unset;margin-right:1rem}.marketplace-lakehouse-search-results__results-container{display:flex;padding:2rem;gap:2rem;flex-grow:1}.marketplace-lakehouse-search-results__subtitles{font-weight:bold;margin:.8em 0;font-size:2.2rem}.marketplace-lakehouse-search-results__data-product-cards{width:100%;justify-content:start;height:fit-content}.marketplace-lakehouse-search-results__loading-data-products-indicator{position:relative;height:32rem}.marketplace-lakehouse-subscriptions__subscriptions-viewer__content{display:flex;align-items:center;justify-content:center;flex-direction:column}.marketplace-lakehouse-subscriptions__subscriptions-viewer__description{text-align:center}.marketplace-lakehouse-subscriptions__subscriptions-viewer__actions{display:flex;justify-content:space-between;width:100%}.marketplace-lakehouse-subscriptions__subscriptions-viewer__create-btn{align-self:end;margin:1rem 0}.marketplace-lakehouse-subscriptions__subscriptions-viewer__grid{height:300px;width:100%}.marketplace-lakehouse-subscriptions__subscriptions-viewer__grid__user-display{height:100%}.marketplace-lakehouse-subscriptions__subscription-creator__content{display:flex;align-items:center;flex-direction:column;gap:1.5rem}.marketplace-lakehouse-subscriptions__subscription-creator__content .MuiSelect-select,.marketplace-lakehouse-subscriptions__subscription-creator__content .MuiInputBase-input{font-size:1.4rem}.marketplace-lakehouse-subscriptions__subscription-creator__autocomplete__listbox .MuiListSubheader-root{font-size:1.2rem}.marketplace-lakehouse-subscriptions__subscription-creator__autocomplete__listbox .MuiAutocomplete-option{font-size:1.4rem}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details{width:100%}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__users{display:flex;align-items:center;gap:1rem;font-size:1.4rem}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__users__details{display:flex;align-items:center;gap:.5rem}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__users__tooltip__icon{color:var(--color-dark-grey-500)}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__users__tooltip__icon:hover{color:unset}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__footer{display:flex;align-items:center;font-size:1.2rem;color:var(--color-light-grey-300);gap:1rem}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__description{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:normal;overflow-wrap:anywhere;text-align:left;flex:1}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__id{display:flex;align-items:center;width:fit-content}:root{--color-legacylight-light-grey-100: #edf0f1;--color-legacylight-light-grey-200: #dce2e4;--color-legacylight-light-grey-300: #b5bec4;--color-legacylight-light-grey-400: #95a0a8;--color-legacylight-dark-grey-200: #29323a;--color-legacylight-dark-grey-400: #4e5364;--color-legacylight-light-blue-50: #def3ff;--color-legacylight-light-blue-100: #7399c6;--color-legacylight-light-blue-200: #6a8db6;--color-legacylight-light-blue-250: #687b93;--color-legacylight-light-blue-270: #597089;--color-legacylight-light-blue-300: #4d6f9c;--color-legacylight-light-blue-350: #475b72;--color-legacylight-light-blue-400: #1b4c8c;--color-legacylight-light-blue-600: #2d3d51;--color-legacylight-green-100: #5cb65c;--color-legacylight-orange-100: #f68f1e;--color-legacylight-orange-150: #ea8212;--color-hclight-white: #fff;--color-hclight-black: #000;--color-hclight-grey-5: #fbfbfb;--color-hclight-grey-10: #f2f5f7;--color-hclight-grey-15: #e1e7ea;--color-hclight-grey-20: #dce3e8;--color-hclight-grey-30: #c1ccd6;--color-hclight-grey-40: #9fb1bd;--color-hclight-grey-50: #7a909e;--color-hclight-grey-60: #5b7282;--color-hclight-grey-70: #3e5463;--color-hclight-grey-80: #2a3f4d;--color-hclight-grey-90: #1c2b36;--color-hclight-grey-shade-10: #00000014;--color-hclight-grey-shade-30: #00000045;--color-hclight-grey-shade-40: #00000061;--color-hclight-grey-shade-50: #0000008a;--color-hclight-grey-shade-60: #0000009c;--color-hclight-ultramarine-90: #23254d;--color-hclight-aqua-10: #ebf3f7;--color-hclight-aqua-20: #c9e7f5;--color-hclight-aqua-30: #8bd3f7;--color-hclight-aqua-90: #0c2b45;--color-hclight-blue-10: #f0f4fa;--color-hclight-blue-20: #d4e4fa;--color-hclight-blue-30: #adccf7;--color-hclight-blue-50: #3d8df5;--color-hclight-blue-60: #186ade;--color-hclight-blue-70: #0d4ea6;--color-hclight-blue-80: #103a75;--color-hclight-blue-90: #11294d;--color-hclight-blue-shade-10: #3e8df512;--color-hclight-green-40: #43c478;--color-hclight-green-50: #16a163;--color-hclight-green-60: #077d55;--color-hclight-lime-30: #aad971;--color-hclight-lime-40: #78bf39;--color-hclight-lime-50: #52a31d;--color-hclight-yellow-5: #fff9e3;--color-hclight-yellow-10: #faf6cf;--color-hclight-yellow-15: #fff5d0;--color-hclight-yellow-20: #f7e379;--color-hclight-yellow-30: #f5c518;--color-hclight-orange-40: #fc9162;--color-hclight-orange-50: #e86427;--color-hclight-red-50: #fa5343;--color-hclight-red-60: #d91f11;--color-hclight-pink-40: #fa87d4;--color-hclight-pink-50: #ed4cb7;--color-hclight-pink-60: #cc1d92;--color-hclight-purple-50: #ac71f0;--color-hclight-purple-60: #8f49de}.theme__hc-light ::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-30);border:.2rem solid rgba(0,0,0,0);background-clip:content-box;border-radius:.4rem}.theme__hc-light ::-webkit-scrollbar-track-piece{background:var(--color-hclight-grey-10)}.theme__hc-light .btn--dark{background:var(--color-hclight-blue-60);color:var(--color-hclight-white)}.theme__hc-light .btn--dark:hover{background:var(--color-hclight-blue-50)}.theme__hc-light .btn--dark[disabled]{background:var(--color-hclight-grey-20);color:var(--color-hclight-grey-30)}.theme__hc-light .btn--dark:focus{outline:.1rem solid var(--color-hclight-blue-60)}.theme__hc-light .menu{background:var(--color-hclight-white);border-color:rgba(0,0,0,0)}.theme__hc-light .menu__item{color:var(--color-hclight-grey-90)}.theme__hc-light .menu__item:hover{background:var(--color-hclight-blue-50)}.theme__hc-light .menu__item[disabled]{color:var(--color-hclight-grey-60)}.theme__hc-light .menu__divider{background:var(--color-hclight-grey-20)}.theme__hc-light .input{border-color:var(--color-hclight-grey-30)}.theme__hc-light .input:hover{border-color:var(--color-hclight-blue-50)}.theme__hc-light .input:focus{border-color:var(--color-hclight-blue-50)}.theme__hc-light .input[disabled]{border-color:var(--color-hclight-grey-30);background:var(--color-hclight-grey-10)}.theme__hc-light .input--dark{background:var(--color-hclight-white);color:var(--color-hclight-grey-90);border-color:var(--color-hclight-grey-20)}.theme__hc-light .input--dark:hover{border-color:var(--color-hclight-blue-50)}.theme__hc-light .input--dark:focus{border-color:var(--color-hclight-blue-50)}.theme__hc-light .input--dark[disabled]{border-color:var(--color-hclight-grey-20);color:var(--color-hclight-grey-30)}.theme__hc-light .selector-input__control,.theme__hc-light .selector-input .selector-input__control,.theme__hc-light .selector-input--dark__control,.theme__hc-light .selector-menu--dark .selector-input--dark__control,.theme__hc-light .selector-input--dark .selector-input--dark__control{border-color:var(--color-hclight-blue-50);background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .selector-input__control:hover,.theme__hc-light .selector-input .selector-input__control:hover,.theme__hc-light .selector-input--dark__control:hover,.theme__hc-light .selector-menu--dark .selector-input--dark__control:hover,.theme__hc-light .selector-input--dark .selector-input--dark__control:hover{border-color:var(--color-hclight-blue-50)}.theme__hc-light .selector-input__indicator-separator,.theme__hc-light .selector-input .selector-input__indicator-separator,.theme__hc-light .selector-input--dark__indicator-separator,.theme__hc-light .selector-menu--dark .selector-input--dark__indicator-separator,.theme__hc-light .selector-input--dark .selector-input--dark__indicator-separator{background:var(--color-hclight-white)}.theme__hc-light .selector-input .selector-menu--no-match,.theme__hc-light .selector-input .selector-input .selector-menu--no-match,.theme__hc-light .selector-input--dark .selector-menu--no-match,.theme__hc-light .selector-menu--dark .selector-input--dark .selector-menu--no-match,.theme__hc-light .selector-input--dark .selector-input--dark .selector-menu--no-match{color:var(--color-hclight-grey-90)}.theme__hc-light .selector-input .selector-input__dropdown-indicator,.theme__hc-light .selector-input .selector-input .selector-input__dropdown-indicator,.theme__hc-light .selector-input--dark .selector-input__dropdown-indicator,.theme__hc-light .selector-menu--dark .selector-input--dark .selector-input__dropdown-indicator,.theme__hc-light .selector-input--dark .selector-input--dark .selector-input__dropdown-indicator{color:var(--color-hclight-grey-60)}.theme__hc-light .selector-input__value-container,.theme__hc-light .selector-input .selector-input__value-container,.theme__hc-light .selector-input--dark__value-container,.theme__hc-light .selector-menu--dark .selector-input--dark__value-container,.theme__hc-light .selector-input--dark .selector-input--dark__value-container{color:var(--color-hclight-grey-90)}.theme__hc-light .selector-input__value-container>*,.theme__hc-light .selector-input .selector-input__value-container>*,.theme__hc-light .selector-input--dark__value-container>*,.theme__hc-light .selector-menu--dark .selector-input--dark__value-container>*,.theme__hc-light .selector-input--dark .selector-input--dark__value-container>*{color:var(--color-hclight-grey-90) !important}.theme__hc-light .selector-input__option--custom:hover,.theme__hc-light .selector-input .selector-input__option--custom:hover,.theme__hc-light .selector-input--dark__option--custom:hover,.theme__hc-light .selector-menu--dark .selector-input--dark__option--custom:hover,.theme__hc-light .selector-input--dark .selector-input--dark__option--custom:hover{background:var(--color-hclight-white)}.theme__hc-light .selector-input__menu,.theme__hc-light .selector-input .selector-input__menu,.theme__hc-light .selector-input--dark__menu,.theme__hc-light .selector-menu--dark .selector-input--dark__menu,.theme__hc-light .selector-input--dark .selector-input--dark__menu{border-color:var(--color-hclight-blue-50);color:var(--color-hclight-grey-90)}.theme__hc-light .selector-input__option,.theme__hc-light .selector-input .selector-input__option,.theme__hc-light .selector-input--dark__option,.theme__hc-light .selector-menu--dark .selector-input--dark__option,.theme__hc-light .selector-input--dark .selector-input--dark__option{color:var(--color-hclight-grey-90) !important}.theme__hc-light .selector-input__option--is-focused,.theme__hc-light .selector-input .selector-input__option--is-focused,.theme__hc-light .selector-input--dark__option--is-focused,.theme__hc-light .selector-menu--dark .selector-input--dark__option--is-focused,.theme__hc-light .selector-input--dark .selector-input--dark__option--is-focused{background-color:var(--color-hclight-aqua-10)}.theme__hc-light .selector-input__option--is-selected,.theme__hc-light .selector-input .selector-input__option--is-selected,.theme__hc-light .selector-input--dark__option--is-selected,.theme__hc-light .selector-menu--dark .selector-input--dark__option--is-selected,.theme__hc-light .selector-input--dark .selector-input--dark__option--is-selected{background-color:var(--color-hclight-blue-50)}.theme__hc-light .selector-input__option--is-disabled,.theme__hc-light .selector-input .selector-input__option--is-disabled,.theme__hc-light .selector-input--dark__option--is-disabled,.theme__hc-light .selector-menu--dark .selector-input--dark__option--is-disabled,.theme__hc-light .selector-input--dark .selector-input--dark__option--is-disabled{color:var(--color-hclight-grey-40) !important}.theme__hc-light .selector-input__option:active,.theme__hc-light .selector-input .selector-input__option:active,.theme__hc-light .selector-input--dark__option:active,.theme__hc-light .selector-menu--dark .selector-input--dark__option:active,.theme__hc-light .selector-input--dark .selector-input--dark__option:active{background-color:var(--color-hclight-white)}.theme__hc-light .selector-menu--dark{background:var(--color-hclight-white)}.theme__hc-light .panel-loading-indicator::before{background:var(--color-hclight-blue-50)}.theme__hc-light .panel__content__blank__content{color:var(--color-hclight-grey-40)}.theme__hc-light .app{background:var(--color-hclight-white)}.theme__hc-light .notification__content{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .notification__message__content:active{background:var(--color-hclight-grey-10)}.theme__hc-light .fuzzy-search__advanced-config__panel{background:var(--color-hclight-white)}.theme__hc-light .fuzzy-search__advanced-config__panel__header__label{color:var(--color-hclight-grey-90);background:var(--color-hclight-grey-20)}.theme__hc-light .fuzzy-search__advanced-config__panel__header__hint{color:var(--color-hclight-grey-90)}.theme__hc-light .fuzzy-search__advanced-config__panel .mui-radio-group__group__item__label{color:var(--color-hclight-grey-90)}.theme__hc-light .fuzzy-search__advanced-config__panel .Mui-checked{color:var(--color-hclight-blue-50)}.theme__hc-light .data-access-overview__grid{--ag-border-color: var(--color-hclight-grey-30);--ag-background-color: var(--color-hclight-white);--ag-foreground-color: var(--color-hclight-grey-90);--ag-header-background-color: var(--color-hclight-grey-10);--ag-header-foreground-color: var(--color-hclight-grey-90);--ag-balham-active-color: transparent;--ag-odd-row-background-color: var(--color-hclight-white);--ag-even-row-background-color: var(--color-hclight-white);--ag-row-hover-color: var(--color-hclight-grey-5);--ag-row-border-color: var(--color-hclight-grey-30)}.theme__hc-light .data-access-overview__grid--empty{background:var(--color-hclight-white);color:var(--color-hclight-grey-60)}.theme__hc-light .data-access-overview__grid__empty-cell{color:var(--color-hclight-grey-30)}.theme__hc-light .data-access-overview__grid .ag-center-cols-viewport{background:repeating-linear-gradient(135deg, var(--color-hclight-white), var(--color-hclight-white) 0.5rem, var(--color-hclight-grey-5) 0.5rem, var(--color-hclight-grey-5) 1rem)}.theme__hc-light .data-access-overview__grid ::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-15);border:.1rem solid rgba(0,0,0,0);background-clip:content-box;border-radius:.4rem}.theme__hc-light .data-access-overview__grid ::-webkit-scrollbar-track-piece{background:rgba(0,0,0,0)}.theme__hc-light .data-access-overview__grid__access-status-cell__icon--access-granted svg{color:var(--color-hclight-lime-50)}.theme__hc-light .data-access-overview__grid__access-status-cell__icon--access-approved svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-access-overview__grid__access-status-cell__icon--access-requested svg{color:var(--color-hclight-yellow-30)}.theme__hc-light .data-access-overview__grid__access-status-cell__icon--access-not-granted svg{color:var(--color-hclight-red-50)}.theme__hc-light .data-space-preview__failure__text{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__header--floating{background:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__header__title{background:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__header__title__label{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__header__title__verified-badge{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__header__actions{background:var(--color-hclight-white);border-color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__header__execution-context-selector__trigger__icon{border-right-color:var(--color-hclight-blue-20)}.theme__hc-light .data-space__viewer__header__execution-context-selector__trigger__icon svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__header__execution-context-selector__trigger__label{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__header__execution-context-selector__trigger__dropdown-icon svg{color:var(--color-hclight-blue-30)}.theme__hc-light .data-space__viewer__header__execution-context-selector__option--active{background:var(--color-hclight-blue-20)}.theme__hc-light .data-space__viewer__header__actions-selector{border-left-color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__header__actions-selector svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__header__actions-selector:hover svg{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__frame{background:var(--color-hclight-grey-10)}.theme__hc-light .data-space__viewer__content{background:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__grid{--ag-border-color: var(--color-hclight-grey-30);--ag-background-color: var(--color-hclight-white);--ag-foreground-color: var(--color-hclight-grey-90);--ag-header-background-color: var(--color-hclight-grey-10);--ag-header-foreground-color: var(--color-hclight-grey-90);--ag-balham-active-color: transparent;--ag-odd-row-background-color: var(--color-hclight-white);--ag-even-row-background-color: var(--color-hclight-white);--ag-row-hover-color: var(--color-hclight-grey-5);--ag-row-border-color: var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__grid--empty{background:var(--color-hclight-white);color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__grid__empty-cell{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__grid .ag-center-cols-viewport{background:repeating-linear-gradient(135deg, var(--color-hclight-white), var(--color-hclight-white) 0.5rem, var(--color-hclight-grey-5) 0.5rem, var(--color-hclight-grey-5) 1rem)}.theme__hc-light .data-space__viewer__grid ::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-15);border:.1rem solid rgba(0,0,0,0);background-clip:content-box;border-radius:.4rem}.theme__hc-light .data-space__viewer__grid ::-webkit-scrollbar-track-piece{background:rgba(0,0,0,0)}.theme__hc-light .data-space__viewer__scroller{background:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__scroller__btn:focus{outline:none}.theme__hc-light .data-space__viewer__scroller__percentage{background:var(--color-hclight-blue-70);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__activity-bar{background:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__activity-bar ::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__activity-bar ::-webkit-scrollbar-track-piece{background:rgba(0,0,0,0)}.theme__hc-light .data-space__viewer__activity-bar__menu{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__activity-bar__menu-item{color:var(--color-hclight-aqua-90)}.theme__hc-light .data-space__viewer__activity-bar__item{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer__activity-bar__item:hover,.theme__hc-light .data-space__viewer__activity-bar__item--active{color:var(--color-hclight-aqua-90)}.theme__hc-light .data-space__viewer__activity-bar__divider{background:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__activity-bar__item__experimental-badge{background:var(--color-hclight-blue-50);border-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__activity-bar__item__experimental-badge svg{color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__panel__header{color:var(--color-hclight-blue-60);border-bottom-color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__panel__content__placeholder{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer__panel__content__placeholder svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__wiki__placeholder{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer__wiki__section__header{color:var(--color-hclight-blue-60);border-bottom-color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__wiki__section__header__anchor{color:var(--color-hclight-blue-60);border-bottom-color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__wiki__section__header__anchor svg{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__wiki__section__header__anchor:hover svg{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__wiki__section__header__documentation{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__markdown-text-viewer.markdown-content{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__markdown-text-viewer.markdown-content a{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__markdown-text-viewer.markdown-content pre{background:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__markdown-text-viewer.markdown-content pre code{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__diagram-viewer__carousel__frame__indicator--active svg{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__diagram-viewer .diagram-canvas{border-color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__diagram-viewer__header__navigation__pager{border-left-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__header__navigation__selector__icon{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__diagram-viewer__header__group__separator{border-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__header__dropdown{border-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__header__dropdown__label{color:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__diagram-viewer__header__dropdown__trigger svg{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__diagram-viewer__header__tool:hover svg{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__diagram-viewer__header__tool:hover[disabled] svg,.theme__hc-light .data-space__viewer__diagram-viewer__header__tool[disabled] svg{color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__header__tool svg{color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__diagram-viewer__header__tool--active:hover,.theme__hc-light .data-space__viewer__diagram-viewer__header__tool--active{background:var(--color-hclight-grey-10);border-color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__diagram-viewer__header__tool--active:hover svg,.theme__hc-light .data-space__viewer__diagram-viewer__header__tool--active svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__diagram-viewer__description{background:var(--color-hclight-grey-shade-60)}.theme__hc-light .data-space__viewer__diagram-viewer__description__title{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__diagram-viewer__description__content .data-space__viewer__markdown-text-viewer{background:rgba(0,0,0,0);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__diagram-viewer__description__content__placeholder{color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__description ::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-30);border:.2rem solid rgba(0,0,0,0);background-clip:content-box;border-radius:.4rem}.theme__hc-light .data-space__viewer__diagram-viewer__description ::-webkit-scrollbar-track-piece{background:rgba(0,0,0,0)}.theme__hc-light .data-space__viewer__diagram-viewer__description__close-btn svg{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__diagram-viewer__description__close-btn:hover svg{color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__description__expand-btn svg{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__diagram-viewer__description__expand-btn:hover svg{color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__models-documentation__search__input-group__icon svg{color:var(--color-hclight-grey-80)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon--class{background:var(--color-hclight-purple-60)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon--enumeration{background:var(--color-hclight-pink-50)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon--association{background:var(--color-hclight-green-40)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon--property{background:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon--enum{background:var(--color-hclight-orange-40)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__derived-property-badge{background:var(--color-hclight-grey-10);color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__milestoning-badge svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__action{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__action:hover{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__models-documentation__grid__element-row{background:var(--color-hclight-yellow-5);color:var(--color-hclight-grey-90);--ag-row-hover-color: var(--color-hclight-yellow-15)}.theme__hc-light .data-space__viewer__models-documentation__filter__toggler{border-color:var(--color-hclight-grey-20);color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__filter__toggler:hover{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__models-documentation__filter__toggler__icon{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__models-documentation__filter__panel{background:var(--color-hclight-white);border-color:var(--color-hclight-grey-20);color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__models-documentation__filter__group{border-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__models-documentation__filter__group__header__reset{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__models-documentation__filter__group__header__reset:hover{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__models-documentation__filter__group__header__reset[disabled],.theme__hc-light .data-space__viewer__models-documentation__filter__group__header__reset[disabled]:hover{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__container:hover{background:var(--color-hclight-blue-shade-10)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__type-icon{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__type-icon--class{background:var(--color-hclight-purple-60)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__type-icon--enumeration{background:var(--color-hclight-pink-50)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__type-icon--association{background:var(--color-hclight-green-40)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__type-icon--package{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__checker svg{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__checker:hover svg{color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__expand-icon svg{color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__label{color:var(--color-hclight-grey-80)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__count{background:var(--color-hclight-grey-15);color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__search__input{background:var(--color-hclight-white);border-color:var(--color-hclight-grey-20);color:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__models-documentation__search__input:focus{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__models-documentation__search__input__search__icon svg{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__models-documentation__search__input__clear-btn svg{color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__search__input__clear-btn:hover svg{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__models-documentation__search__input__config__trigger svg{color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__search__input__config__trigger--toggled svg,.theme__hc-light .data-space__viewer__models-documentation__search__input__config__trigger:hover svg{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__models-documentation__search__input__config__trigger--active svg,.theme__hc-light .data-space__viewer__models-documentation__search__input__config__trigger--active:hover svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__execution-context__entry__icon{background:var(--color-hclight-grey-10)}.theme__hc-light .data-space__viewer__execution-context__entry__content{border-color:var(--color-hclight-grey-10);color:var(--color-hclight-grey-70);background:var(--color-hclight-grey-10);border-left-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__execution-context__entry__content__dropdown__option__tag{background:var(--color-hclight-blue-70);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__execution-context__entry__content .selector-input__control,.theme__hc-light .data-space__viewer__execution-context__entry__content .selector-input__control:hover{border-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__info__project-info__label{background:var(--color-hclight-blue-50);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__info__project-info__value{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__info__project-info__link{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-60);border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__info__section__title{color:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__info__tagged-value__tag{background:var(--color-hclight-orange-50);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__info__tagged-value__value{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__info__steoreotype{background:var(--color-hclight-orange-50);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__info__section__placeholder{color:var(--color-hclight-grey-30);border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__support__entry__icon{background:var(--color-hclight-grey-10)}.theme__hc-light .data-space__viewer__support__entry__icon svg{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__support__entry__content{border-color:rgba(0,0,0,0);color:var(--color-hclight-grey-70);background:var(--color-hclight-grey-10);border-left-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__item__header__title{color:var(--color-hclight-aqua-90)}.theme__hc-light .data-space__viewer__quickstart__item__header__anchor{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__quickstart__item__header__anchor svg{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__item__header__anchor:hover svg{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab__header{border-bottom-color:var(--color-hclight-grey-15);border-top-color:var(--color-hclight-grey-15)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab{color:var(--color-hclight-grey-60);border-left-color:var(--color-hclight-grey-15)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab:hover .theme__hc-light .data-space__viewer__quickstart__item__content__tab__label{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab:hover .theme__hc-light .data-space__viewer__quickstart__item__content__tab__icon svg{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab--active:hover .theme__hc-light .data-space__viewer__quickstart__item__content__tab__label,.theme__hc-light .data-space__viewer__quickstart__item__content__tab--active .theme__hc-light .data-space__viewer__quickstart__item__content__tab__label{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab--active:hover .theme__hc-light .data-space__viewer__quickstart__item__content__tab__icon svg,.theme__hc-light .data-space__viewer__quickstart__item__content__tab--active .theme__hc-light .data-space__viewer__quickstart__item__content__tab__icon svg{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__quickstart__item__content__action-tab-group{border-left-color:var(--color-hclight-grey-15)}.theme__hc-light .data-space__viewer__quickstart__tds__query{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__tds__placeholder-panel{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__tds__query-text__action svg{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__quickstart__tds__query-text__action:hover svg{color:var(--color-hclight-grey-80)}.theme__hc-light .data-space__viewer__quickstart__tds__code-action{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__tds__code-action__content{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__tds__code-action__action svg{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__quickstart__tds__code-action__action:hover svg{color:var(--color-hclight-grey-80)}.theme__hc-light .table th,.theme__hc-light .table td{border-color:var(--color-light-grey-250)}.theme__hc-light .table thead{background:var(--color-light-grey-100)}.theme__hc-light .panel__header--dark{background:var(--color-light-grey-200)}.theme__hc-light .panel__content__form__section__header__label{color:var(--color-hclight-grey-70)}.theme__hc-light .panel__content__form__section__toggler__prompt,.theme__hc-light .panel__content__form__section__header__prompt{color:var(--color-hclight-grey-80)}.theme__hc-light .panel__content__form__section__input{background:var(--color-hclight-white);color:var(--color-hclight-grey-200);border:.1rem solid var(--color-hclight-grey-70)}.theme__hc-light .panel__content__form__section__input:focus{border-color:var(--color-hclight-blue-30)}.theme__hc-light .panel__content__form__section__list__item:hover{background:rgba(0,0,0,0)}.theme__hc-light .panel__content__form__section__toggler__btn svg{color:var(--color-light-grey-250)}.theme__hc-light .panel__content__form__section__toggler__btn--toggled svg{color:var(--color-hclight-blue-30)}.theme__hc-light .mui-popover__paper{background:var(--color-hclight-white)}.theme__hc-light .modal.modal--dark{background:var(--color-hclight-white);color:var(--color-hclight-grey-90);border:none}.theme__hc-light .modal__header{color:var(--color-hclight-grey-90);background:var(--color-hclight-grey-15)}.theme__hc-light .modal__footer{border:none;background:var(--color-hclight-grey-15)}.theme__hc-light .blocking-alert__summary-text,.theme__hc-light .blocking-alert__prompt-text{color:var(--color-legacylight-dark-grey-400)}.theme__hc-light .modal__footer__close-btn{background:var(--color-hclight-blue-30)}.theme__hc-light .data-access__check-entitlements__table__head{background:var(--color-hclight-grey-10) !important;color:var(--color-hclight-grey-90)}.theme__hc-light .lake_entitlement-btn{background:var(--color-hclight-blue-50)}.theme__hc-light .data-access__check-entitlements__user-entitlements__table-container{border:.1rem solid var(--color-hclight-grey-20)}/*# sourceMappingURL=index.css.map */
|
|
17
|
+
@import"~swiper/css";@import"~swiper/css/navigation";@import"~swiper/css/pagination";.MuiDialogTitle-root{font-size:2rem}.MuiButton-root,.MuiInputBase-root,.MuiFormLabel-root,.MuiFormControlLabel-label,.MuiMenuItem-root,.MuiSnackbarContent-root,.MuiStepLabel-label,.MuiTooltip-tooltip{font-size:1.2rem}:root{--legend-marketplace-header-height: 64px;--legend-marketplace-light-blue: #7297c5}html *{font-family:"GS Sans",Helvetica,Arial,sans-serif}.app{width:100%;height:100%;background:var(--color-white);overflow:auto}.app__page{display:flex;align-items:center;flex-direction:column;width:100%;height:calc(100% - var(--legend-marketplace-header-height));background:var(--color-white)}.app__info__group{margin-top:1rem;color:var(--color-legacylight-dark-grey-200);background:var(--color-legacylight-light-grey-300);padding:1.5rem;border-radius:.2rem}.app__info__entry{display:flex;cursor:default;padding:.2rem 0;font-family:"Roboto Mono",monospace}.app__info__entry__title{margin-right:.5rem;color:var(--color-legacylight-dark-grey-400)}.app__info__entry__value{color:var(--color-legacylight-dark-grey-200)}.app__info__entry__value a{text-decoration:none;font-weight:700;color:var(--color-blue-50)}.marketplace-lakehouse-text__emphasis{font-weight:600;color:var(--color-hclight-blue-60)}.marketplace-dialog-close-btn{position:absolute;top:8px;right:8px}.legend-marketplace-cart-drawer{width:45rem;max-width:90vw;display:flex;flex-direction:column;background:var(--color-white);padding:0}.legend-marketplace-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.4rem;gap:1rem;background:linear-gradient(135deg, var(--color-cart-blue-primary) 0%, var(--color-cart-blue-secondary) 100%);color:var(--color-white);box-shadow:0 4px 20px rgba(102,126,234,.25);position:relative}.legend-marketplace-cart-drawer__header::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent)}.legend-marketplace-cart-drawer__header button{color:var(--color-white);background:rgba(0,0,0,0);border-radius:8px;padding:8px}.legend-marketplace-cart-drawer__header button:hover{background:hsla(0,0%,100%,.2)}.legend-marketplace-cart-drawer__title{font-size:2rem;font-weight:700;color:var(--color-white);margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.legend-marketplace-cart-drawer__section{padding:2rem 2.4rem;background:var(--color-white);border-bottom:1px solid var(--color-cart-border-light)}.legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root{border-radius:12px;background:var(--color-cart-background-light)}.legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root:hover{background:var(--color-cart-background-section)}.legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused{background:var(--color-white);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.legend-marketplace-cart-drawer__business-reason{padding:2rem 2.4rem;background:var(--color-cart-background-light);border-bottom:1px solid var(--color-cart-border-medium)}.legend-marketplace-cart-drawer__business-reason__title{font-weight:600;font-size:1.5rem;color:var(--color-cart-text-primary);margin:0 0 1.5rem}.legend-marketplace-cart-drawer__business-reason__required{color:var(--color-red-100);margin-left:4px}.legend-marketplace-cart-drawer__business-reason__select{margin-bottom:.8rem}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root{border-radius:8px;background:var(--color-white)}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-cart-text-secondary)}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-cart-blue-focus)}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root .MuiSelect-select{padding:1.2rem 1.4rem;font-size:1.4rem}.legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root{font-size:1.4rem;color:var(--color-cart-text-secondary);background:var(--color-white);padding:0 .6rem;margin-left:-0.6rem}.legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.Mui-focused{color:var(--color-cart-blue-focus)}.legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.MuiInputLabel-shrink{background:var(--color-white);padding:0 .8rem;margin-left:-0.4rem}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-notchedOutline legend span{padding:0 .8rem}.legend-marketplace-cart-drawer__business-reason__note{color:var(--color-cart-text-secondary);font-size:1.1rem}.legend-marketplace-cart-drawer__content{flex:1;overflow:auto;padding:1rem 0;background:var(--color-cart-background-lighter)}.legend-marketplace-cart-drawer__content::-webkit-scrollbar{width:6px}.legend-marketplace-cart-drawer__content::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb{background:var(--color-cart-scrollbar);border-radius:10px}.legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb:hover{background:var(--color-cart-scrollbar-hover)}.legend-marketplace-cart-drawer__loading,.legend-marketplace-cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:var(--color-cart-text-secondary);background:var(--color-white);margin:1rem 2.4rem;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.04);border:1px solid var(--color-cart-background-section)}.legend-marketplace-cart-drawer__loading .MuiCircularProgress-root,.legend-marketplace-cart-drawer__empty .MuiCircularProgress-root{color:var(--color-cart-blue-focus);margin-bottom:1rem}.legend-marketplace-cart-drawer__loading .MuiTypography-root,.legend-marketplace-cart-drawer__empty .MuiTypography-root{font-size:1.4rem;font-weight:500}.legend-marketplace-cart-drawer__items{padding:0 2.4rem 1rem;display:flex;flex-direction:column;gap:1.2rem}.legend-marketplace-cart-drawer__item-card{background:var(--color-white);border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.08);border:1px solid var(--color-cart-border-light);overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative}.legend-marketplace-cart-drawer__item-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.12);border-color:var(--color-cart-blue-focus)}.legend-marketplace-cart-drawer__item-card__header{display:flex;align-items:flex-start;justify-content:space-between;padding:2rem 2rem 1rem;background:linear-gradient(135deg, var(--color-cart-card-header-start) 0%, var(--color-cart-card-header-end) 100%);border-bottom:1px solid var(--color-cart-border-light)}.legend-marketplace-cart-drawer__item-card__title-section{flex:1;display:flex;flex-direction:column;gap:1rem}.legend-marketplace-cart-drawer__item-card__name{font-weight:700;font-size:2rem;color:var(--color-cart-text-dark);margin:0;line-height:1.3}.legend-marketplace-cart-drawer__item-card__provider{background:linear-gradient(135deg, var(--color-cart-provider-start) 0%, var(--color-cart-provider-end) 100%);color:var(--color-white);font-size:1.2rem;font-weight:600;border-radius:20px;height:auto;border:none;align-self:flex-start;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(102,126,234,.3)}.legend-marketplace-cart-drawer__item-card__remove-btn{background:rgba(239,68,68,.1);color:var(--color-cart-remove-bg);border-radius:10px;padding:1rem;transition:all .2s ease}.legend-marketplace-cart-drawer__item-card__remove-btn:hover{background:rgba(239,68,68,.15);transform:scale(1.05)}.legend-marketplace-cart-drawer__item-card__remove-btn:disabled{opacity:.5;transform:none}.legend-marketplace-cart-drawer__item-card__content{padding:1.5rem 2rem 2rem}.legend-marketplace-cart-drawer__item-card__price-section{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.legend-marketplace-cart-drawer__item-card__price{font-weight:800;font-size:2.4rem;color:var(--color-cart-price-green);margin:0;background:linear-gradient(135deg, var(--color-cart-price-green) 0%, var(--color-cart-price-green-end) 100%);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.legend-marketplace-cart-drawer__item-card__price-suffix{color:var(--color-cart-text-muted);font-weight:500;font-size:1.4rem}.legend-marketplace-cart-drawer__item-card__category{background:linear-gradient(135deg, var(--color-cart-category-bg-start) 0%, var(--color-cart-category-bg-end) 100%);border-radius:12px;padding:.8rem 1.2rem;display:inline-flex;align-items:center}.legend-marketplace-cart-drawer__item-card__category span{color:var(--color-cart-text-category);font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px}.legend-marketplace-cart-drawer__footer{display:flex;gap:1.5rem;padding:2.4rem;background:var(--color-white);border-top:1px solid var(--color-cart-border-light);box-shadow:0 -4px 20px rgba(0,0,0,.08)}.legend-marketplace-cart-drawer__clear-button,.legend-marketplace-cart-drawer__order-button{font-size:1.8rem;font-weight:600;flex:1;text-transform:none;padding:1.4rem 2rem;border-radius:12px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.legend-marketplace-cart-drawer__clear-button::before,.legend-marketplace-cart-drawer__order-button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:left .6s}.legend-marketplace-cart-drawer__clear-button:hover::before,.legend-marketplace-cart-drawer__order-button:hover::before{left:100%}.legend-marketplace-cart-drawer__clear-button{font-size:1.8rem;font-weight:500;background:linear-gradient(135deg, var(--color-cart-clear-bg-start) 0%, var(--color-cart-clear-bg-end) 100%);color:var(--color-cart-clear-text);border:2px solid var(--color-cart-clear-border)}.legend-marketplace-cart-drawer__clear-button:hover:not(:disabled){background:linear-gradient(135deg, var(--color-cart-clear-bg-end) 0%, var(--color-cart-clear-border) 100%);border-color:var(--color-cart-clear-border-hover);transform:translateY(-2px);box-shadow:0 4px 16px var(--color-cart-clear-shadow)}.legend-marketplace-cart-drawer__clear-button:active{transform:translateY(0)}.legend-marketplace-cart-drawer__order-button{font-size:1.8rem;font-weight:500;background:linear-gradient(135deg, var(--color-cart-blue-primary) 0%, var(--color-cart-blue-secondary) 100%);color:var(--color-white);border:none;box-shadow:0 4px 16px rgba(102,126,234,.25)}.legend-marketplace-cart-drawer__order-button:hover:not(:disabled){background:linear-gradient(135deg, var(--color-cart-blue-secondary) 0%, var(--color-cart-blue-primary) 100%);transform:translateY(-2px);box-shadow:0 8px 24px rgba(102,126,234,.35)}.legend-marketplace-cart-drawer__order-button:active{transform:translateY(0)}.legend-marketplace-cart-drawer__order-button:disabled{opacity:.6;cursor:not-allowed;transform:none !important;box-shadow:none !important}@media(width <= 768px){.legend-marketplace-cart-drawer{width:100vw;max-width:none}.legend-marketplace-cart-drawer__header{padding:1.5rem 1.8rem}.legend-marketplace-cart-drawer__title{font-size:1.8rem}.legend-marketplace-cart-drawer__section{padding:1.5rem 1.8rem}.legend-marketplace-cart-drawer__business-reason{padding:1.5rem 1.8rem}.legend-marketplace-cart-drawer__business-reason__title{font-size:1.3rem;margin-bottom:1.2rem}.legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root .MuiSelect-select{padding:1rem 1.2rem;font-size:1.3rem}.legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root{font-size:1.3rem;background:#fff;padding:0 .5rem;margin-left:-0.5rem}.legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.MuiInputLabel-shrink{background:#fff;padding:0 .6rem;margin-left:-0.3rem}.legend-marketplace-cart-drawer__business-reason__note{font-size:1rem}.legend-marketplace-cart-drawer__items{padding:0 1.8rem 1rem;gap:1rem}.legend-marketplace-cart-drawer__item-card__header{padding:1.5rem 1.5rem .8rem}.legend-marketplace-cart-drawer__item-card__name{font-size:1.4rem}.legend-marketplace-cart-drawer__item-card__provider{font-size:1rem;padding:.4rem 1rem}.legend-marketplace-cart-drawer__item-card__content{padding:1rem 1.5rem 1.5rem}.legend-marketplace-cart-drawer__item-card__price{font-size:2rem}.legend-marketplace-cart-drawer__footer{padding:1.8rem;gap:1rem}.legend-marketplace-cart-drawer__footer__clear-button,.legend-marketplace-cart-drawer__footer__order-button{font-size:1.2rem;padding:1.2rem 1.5rem}}.coming-soon-display{position:relative;z-index:10;max-width:90rem;padding:4rem 2rem;text-align:center;display:flex;height:100%;align-items:center}.coming-soon-display__content{background:hsla(0,0%,100%,.95);backdrop-filter:blur(2rem);border-radius:2.4rem;padding:6rem 4rem;box-shadow:0 2rem 4rem rgba(0,0,0,.1);border:.1rem solid hsla(0,0%,100%,.2);animation:fadeInUp .8s ease-out;display:flex;flex-direction:column;align-items:center}.coming-soon-display__icon{margin-bottom:3.2rem;font-size:12rem;color:#ffecd2;animation:iconFloat 3s ease-in-out infinite}.coming-soon-display__title{font-size:5.6rem;font-weight:700;background:linear-gradient(135deg, #003a6d, #0071b8);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin-bottom:1.6rem;letter-spacing:-0.1rem}.coming-soon-display__subtitle{font-size:3.2rem;color:#666;margin-bottom:2.4rem;font-weight:300;letter-spacing:.2rem;text-transform:uppercase}.coming-soon-display__description{font-size:2rem;color:#555;line-height:1.6;margin-bottom:4.8rem;max-width:65rem;margin-left:auto;margin-right:auto}.coming-soon-display .features-preview{display:grid;grid-template-columns:repeat(auto-fit, minmax(15rem, 1fr));gap:3.2rem;margin-bottom:4.8rem;max-width:60rem;margin-left:auto;margin-right:auto}.coming-soon-display .features-preview__item{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:2.4rem 1.6rem;background:rgba(255,236,210,.15);border-radius:1.6rem;transition:all .3s ease;border:.1rem solid rgba(255,236,210,.3)}.coming-soon-display .features-preview__item:hover{transform:translateY(-5px);background:rgba(255,236,210,.25);box-shadow:0 .8rem 2rem rgba(255,236,210,.3)}.coming-soon-display .features-preview__item__icon{font-size:1.5rem}.coming-soon-display .features-preview__item__text{font-size:1.5rem;font-weight:500;color:#555;text-align:center}.data-api-coming-soon{background:linear-gradient(135deg, #121212 0%, #3a3a3a 100%)}.agents-coming-soon{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.inventory-coming-soon{background:linear-gradient(135deg, #4a90e2 0%, #003a6d 100%)}.vendor-data-coming-soon{background:linear-gradient(135deg, #667eea 0%, #003a6d 100%)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes iconFloat{0%,100%{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-25px) rotate(120deg)}66%{transform:translateY(15px) rotate(240deg)}}.legend-marketplace-header{display:flex;align-items:center;height:var(--legend-marketplace-header-height);box-shadow:none;background:var(--legend-marketplace-light-blue);width:100% !important}.legend-marketplace-header__menu__icon{color:var(--color-black)}.legend-marketplace-header__menu__icon svg{font-size:2.7rem}.legend-marketplace-header__container{margin:0;width:100% !important}.legend-marketplace-header__name{display:flex;align-items:center;color:var(--color-black);font-size:2.4rem;font-weight:700;margin:1rem;cursor:pointer;gap:.5rem}.legend-marketplace-header__logo{display:block;object-fit:contain}.legend-marketplace-header__tabs{display:flex;flex-grow:1;align-self:stretch;padding:0 12px}.legend-marketplace-header__tab{display:flex;align-items:center;color:var(--color-black);font-size:1.5rem;padding:10px 12px;text-transform:unset;border-radius:unset;cursor:pointer;position:relative}.legend-marketplace-header__tab:hover{background-color:var(--color-light-shade-50)}.legend-marketplace-header__tab--selected::before{content:"";display:block;position:absolute;background:var(--color-hclight-blue-60);left:0;right:0;margin:auto;height:3px;bottom:0;width:calc(100% - 24px)}.legend-marketplace-header__icons{display:flex;flex-grow:0;gap:2rem}.legend-marketplace-header__icon{display:flex;align-items:center;justify-content:center;color:#fff;width:3rem;font-size:2rem;cursor:pointer}.menu{background:var(--color-white);border-color:var(--color-light-grey-400)}.menu__item{color:var(--color-dark-grey-300)}.menu__item:hover{background:var(--color-light-grey-100)}.menu__item:not([disabled]):hover{background:var(--color-light-grey-100)}.menu__item[disabled]{color:var(--color-light-grey-300)}.home-buttons-container{position:fixed;top:8rem;right:1rem;z-index:100;font-family:"GS Sans",Helvetica,Arial,sans-serif}.floating-buttons{display:flex;flex-direction:row;gap:.5rem;align-items:center}.floating-btn{position:relative;display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;border:none;border-radius:.8rem;cursor:pointer;font-size:1.8rem;font-weight:400;background:rgba(0,0,0,0);color:#000;transition:all .2s ease;min-width:14rem;justify-content:center;font-family:"GS Sans",Helvetica,Arial,sans-serif}.floating-btn:hover{color:#000;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.15)}.floating-btn .btn-icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.floating-btn .btn-icon .gs-icon{font-size:2.5rem}.floating-btn .btn-text{white-space:nowrap}.demo-btn:hover{background:linear-gradient(90deg, rgb(75, 80, 207) 0%, rgb(102, 126, 234) 100%);color:#000}.demo-btn:hover .btn-icon .gs-icon{color:#000}.newsletter-btn:hover{background:linear-gradient(90deg, rgb(75, 80, 207) 0%, rgb(102, 126, 234) 100%);color:#000}.newsletter-btn:hover .btn-icon .gs-icon{color:#000}.demo-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form-modal{position:relative;background:#fff;border-radius:1.6rem;max-width:50rem;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 2.5rem 5rem rgba(0,0,0,.25);animation:slideInScale .4s cubic-bezier(0.4, 0, 0.2, 1);font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form-modal__icon{font-size:2.8rem;color:var(--color-white)}.demo-form-modal__close{font-size:1.8rem;color:var(--color-black)}.demo-form-modal .close-btn{position:absolute;top:2rem;right:2rem;background:#f3f4f6;border:none;border-radius:50%;width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1}.demo-form-modal .close-btn:hover{background:linear-gradient(90deg, rgb(75, 80, 207) 0%, rgb(102, 126, 234) 100%);transform:scale(1.1)}.demo-form-modal .close-btn .gs-icon{color:#000;font-size:1.8rem}.form-header{text-align:center;padding:4rem 3rem 2rem;border-bottom:.1rem solid #f3f4f6;font-family:"GS Sans",Helvetica,Arial,sans-serif}.form-header .form-icon{width:6.4rem;height:6.4rem;background:linear-gradient(135deg, #667eea 0%, #343ae9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.form-header .form-icon .gs-icon{font-size:2.8rem;color:#fff}.form-header .form-title{font-size:2.4rem;font-weight:700;color:#111827;margin:0 0 .8rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.form-header .form-subtitle{font-size:1.6rem;color:#6b7280;margin:0;line-height:1.4;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form{padding:3rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form .form-group{margin-bottom:2.4rem}.demo-form .form-group .form-label{display:block;font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:.8rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form .form-group .form-input,.demo-form .form-group .form-textarea{width:100%;padding:1.2rem 1.6rem;border:.2rem solid #e5e7eb;border-radius:.8rem;font-size:1.4rem;transition:all .2s ease;font-family:"GS Sans",Helvetica,Arial,sans-serif;box-sizing:border-box}.demo-form .form-group .form-input:focus,.demo-form .form-group .form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 .3rem rgba(102,126,234,.1)}.demo-form .form-group .form-input.error,.demo-form .form-group .form-textarea.error{border-color:#ef4444;box-shadow:0 0 0 .3rem rgba(239,68,68,.1)}.demo-form .form-group .form-input::placeholder,.demo-form .form-group .form-textarea::placeholder{color:#9ca3af}.demo-form .form-group .form-textarea{resize:vertical;min-height:10rem;line-height:1.5}.demo-form .form-group .error-message{display:block;font-size:1.2rem;color:#ef4444;margin-top:.6rem;font-weight:500;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form .form-group .character-count{font-size:1.2rem;color:#9ca3af;margin-top:.4rem;text-align:right;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form .form-actions{display:flex;gap:1.2rem;justify-content:flex-end;margin-top:3.2rem;padding-top:2.4rem;border-top:.1rem solid #f3f4f6}.demo-form .form-actions .btn-secondary,.demo-form .form-actions .btn-primary{padding:1.2rem 2.4rem;border-radius:.8rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.8rem;min-width:12rem;justify-content:center;font-family:"GS Sans",Helvetica,Arial,sans-serif}.demo-form .form-actions .btn-secondary:disabled,.demo-form .form-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.demo-form .form-actions .btn-secondary{background:#f9fafb;border:.1rem solid #d1d5db;color:#374151}.demo-form .form-actions .btn-secondary:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.demo-form .form-actions .btn-primary{background:linear-gradient(135deg, #667eea 0%, #343ae9 100%);border:none;color:#fff}.demo-form .form-actions .btn-primary:hover:not(:disabled){transform:translateY(-0.1rem);box-shadow:0 .4rem 1.2rem rgba(102,126,234,.4)}.demo-form .form-actions .btn-primary .spinning{animation:spin 1s linear infinite}.coming-soon-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out;font-family:"GS Sans",Helvetica,Arial,sans-serif}.api-error-message{display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;background:#fef2f2;border:.1rem solid #fecaca;border-radius:.8rem;color:#dc2626;font-size:1.4rem;font-weight:500;margin-bottom:2rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.api-error-message .gs-icon{font-size:1.8rem;flex-shrink:0}.success-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10001;animation:fadeIn .2s ease-out;font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup{position:relative;background:linear-gradient(135deg, #667eea 0%, #343ae9 100%);color:#fff;padding:4rem 5rem;border-radius:2rem;text-align:center;max-width:45rem;width:90%;box-shadow:0 2rem 6rem rgba(0,0,0,.3);animation:slideInScale .4s cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden;font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);animation:shimmer 2s infinite}.success-popup .close-btn{position:absolute;top:1.5rem;right:1.5rem;background:hsla(0,0%,100%,.2);border:none;border-radius:50%;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.success-popup .close-btn:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.success-popup .close-btn .gs-icon{color:#fff;font-size:1.6rem}.success-popup .success-content{position:relative;z-index:1}.success-popup .success-icon{width:8rem;height:8rem;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2.5rem;animation:bounceIn .6s ease-out}.success-popup .success-icon .gs-icon{font-size:4rem;color:#fff}.success-popup .success-title{font-size:2.8rem;font-weight:700;margin:0 0 1.2rem;text-shadow:0 .2rem .4rem rgba(0,0,0,.3);font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup .success-subtitle{font-size:1.6rem;font-weight:500;margin:0 0 2rem;opacity:.9;font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup .success-message{font-size:1.4rem;line-height:1.6;opacity:.8;margin-bottom:3rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup .success-btn{background:hsla(0,0%,100%,.2);border:.2rem solid hsla(0,0%,100%,.3);color:#fff;padding:1.2rem 2.4rem;border-radius:2.5rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.8rem;font-family:"GS Sans",Helvetica,Arial,sans-serif}.success-popup .success-btn:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:translateY(-0.2rem)}.success-popup .success-btn .gs-icon{font-size:1.6rem}.success-popup .progress-bar{position:absolute;bottom:0;left:0;right:0;height:.4rem;background:hsla(0,0%,100%,.2);overflow:hidden}.success-popup .progress-bar .progress-fill{height:100%;background:hsla(0,0%,100%,.8);width:0;animation:progressFill 4s linear}@keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{opacity:1;transform:scale(1)}}@keyframes progressFill{from{width:0%}to{width:100%}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideInScale{from{opacity:0;transform:scale(0.7) translateY(-5rem)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes shimmer{0%{left:-100%}100%{left:100%}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media(width <= 76.8rem){.home-buttons-container{top:7rem;right:1rem}.floating-buttons{gap:.8rem}.floating-btn{min-width:12rem;padding:1rem 1.4rem;font-size:1.3rem}.floating-btn .btn-icon .gs-icon{font-size:1.6rem}.coming-soon-banner{padding:3rem 2.5rem;margin:2rem}.coming-soon-banner .banner-title{font-size:2.4rem}.coming-soon-banner .banner-subtitle{font-size:1.4rem}.coming-soon-banner .banner-message{font-size:1.3rem}.coming-soon-banner .banner-icon{width:5rem;height:5rem}.coming-soon-banner .banner-icon .gs-icon{font-size:2.4rem}.demo-form-modal{width:95%;margin:2rem;max-height:85vh}.form-header{padding:3rem 2rem 1.5rem}.form-header .form-title{font-size:2rem}.form-header .form-subtitle{font-size:1.4rem}.form-header .form-icon{width:5.6rem;height:5.6rem}.form-header .form-icon .gs-icon{font-size:2.4rem}.demo-form{padding:2rem}.demo-form .form-actions{flex-direction:column}.demo-form .form-actions .btn-secondary,.demo-form .form-actions .btn-primary{width:100%}.success-popup{padding:3rem 2.5rem;margin:2rem}.success-popup .success-title{font-size:2.4rem}.success-popup .success-subtitle{font-size:1.4rem}.success-popup .success-message{font-size:1.3rem}.success-popup .success-icon{width:7rem;height:7rem}.success-popup .success-icon .gs-icon{font-size:3.5rem}}@media(width <= 48rem){.home-buttons-container{top:6rem;right:.8rem}.floating-buttons{gap:.6rem}.floating-btn{min-width:10rem;padding:.8rem 1.2rem;font-size:1.2rem;gap:.6rem}.demo-form-modal{width:98%;margin:1rem}.form-header{padding:2.5rem 1.5rem 1.2rem}.form-header .form-icon{width:4.8rem;height:4.8rem}.form-header .form-icon .gs-icon{font-size:2rem}.demo-form{padding:1.5rem}.demo-form .form-group{margin-bottom:2rem}.demo-form .form-group .form-input,.demo-form .form-group .form-textarea{padding:1rem 1.2rem;font-size:1.3rem}.success-popup{padding:2.5rem 2rem}.success-popup .success-icon{width:6rem;height:6rem}.success-popup .success-icon .gs-icon{font-size:3rem}.success-popup .success-title{font-size:2rem}}.legend-marketplace__info-tooltip__icon{color:var(--color-dark-grey-500);display:inline-block;font-size:1.5rem;margin-left:.5rem;margin-bottom:.25rem}.legend-marketplace__info-tooltip__icon:hover{color:unset}.marketplace-lakehouse-data-product-card .legend-marketplace-card__content{display:unset;width:100%;height:100%}.marketplace-lakehouse-data-product-card__container{display:flex;align-items:center;height:100%;overflow:auto;gap:2rem}.marketplace-lakehouse-data-product-card__content{display:flex;align-items:center;flex-direction:column;height:100%;flex:1;gap:1rem;justify-content:space-between}.marketplace-lakehouse-data-product-card__tags{display:flex;align-items:center;align-self:end;gap:.5rem}.marketplace-lakehouse-data-product-card__name{display:flex;align-items:center;width:100%;justify-content:space-between;font-family:"GS Sans Condensed","Trebuchet MS",sans-serif;font-size:2.8rem;font-weight:400;letter-spacing:0;color:#fff;overflow-wrap:anywhere}.marketplace-lakehouse-data-product-card__lakehouse{align-self:end;font-size:1rem;text-transform:none;color:var(--tw-color-green-100);background:var(--tw-color-green-600)}.marketplace-lakehouse-data-product-card__version{align-self:end;font-size:1rem;text-transform:none}.marketplace-lakehouse-data-product-card__version--snapshot{color:var(--tw-color-blue-100);background:var(--tw-color-blue-600)}.marketplace-lakehouse-data-product-card__version--release{color:var(--tw-color-green-100);background:var(--tw-color-green-600)}.marketplace-lakehouse-data-product-card__environment-classification{align-self:end;font-size:1rem;text-transform:none}.marketplace-lakehouse-data-product-card__environment-classification--unknown{color:var(--tw-color-gray-100);background:var(--tw-color-gray-600)}.marketplace-lakehouse-data-product-card__environment-classification--dev{color:var(--tw-color-amber-100);background:var(--tw-color-amber-600)}.marketplace-lakehouse-data-product-card__environment-classification--prod-parallel{color:var(--tw-color-blue-100);background:var(--tw-color-blue-600)}.marketplace-lakehouse-data-product-card__environment-classification--prod{color:var(--tw-color-green-100);background:var(--tw-color-green-600)}.marketplace-lakehouse-data-product-card__description{font-size:1.8rem;flex:1;width:100%;color:var(--color-light-grey-180)}.marketplace-lakehouse-data-product-card__description__markdown{background:unset;color:unset;padding:unset}.marketplace-lakehouse-data-product-card__more-info-btn{position:absolute;right:10px;bottom:10px;opacity:.5}.marketplace-lakehouse-data-product-card__more-info-btn:hover,.marketplace-lakehouse-data-product-card__more-info-btn--selected{opacity:1}.marketplace-lakehouse-data-product-card__more-info-btn svg{width:20px;height:20px;color:#fff}.marketplace-lakehouse-data-product-card__popover{padding:1rem;border-radius:1rem;font-size:1.6rem;min-width:40rem}.marketplace-lakehouse-data-product-card__popover__name{display:flex;align-items:center;font-family:"GS Sans Condensed","Trebuchet MS",sans-serif;font-size:2.8rem;font-weight:400;letter-spacing:0;margin-bottom:1rem;color:var(--color-blue-100)}.marketplace-lakehouse-data-product-card__popover__content{display:flex;flex-direction:column;gap:1rem}.marketplace-lakehouse-data-product-card__popover hr{margin:1rem 0}.marketplace-lakehouse-data-product-card__popover__section-header{display:flex;align-items:center;font-style:italic;color:var(--color-dark-grey-400)}.marketplace-lakehouse-data-product-card__popover__section-content__markdown{background:unset;color:unset;padding:0}.marketplace-lakehouse-data-product-card__popover__table td{font-size:1.6rem}.marketplace-lakehouse-data-product-card__popover__project-link{color:var(--color-blue-100);margin-left:.5rem}.marketplace-lakehouse-data-product-card:hover{transform:unset}:root{--legend-marketplace-card-shadow: 1px 4px 6px rgb(0 0 0 / 10%), -1px 4px 6px rgb(0 0 0 / 10%);--legend-marketplace-card-shadow-hover: 2px 5px 8px rgb(0 0 0 / 20%), -2px 5px 8px rgb(0 0 0 / 20%);--legend-marketplace-card-gradient-size: 15%}.legend-marketplace-card{display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--legend-marketplace-card-shadow);width:100%;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}.legend-marketplace-card--small{height:24rem}.legend-marketplace-card--large{height:32rem}.legend-marketplace-card--with-icon{background-color:var(--color-blue-300)}.legend-marketplace-card--with-preview--small .legend-marketplace-card__icon{bottom:40%}.legend-marketplace-card--with-preview--large .legend-marketplace-card__icon{bottom:55%}.legend-marketplace-card__icon{display:flex;align-items:center;justify-content:center;position:absolute;width:100%}.legend-marketplace-card__icon svg{font-size:12rem;color:var(--color-white)}.legend-marketplace-card__image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat;background-origin:content-box;padding:3rem}.legend-marketplace-card__content-container{display:flex;flex-direction:column;position:relative;justify-content:space-between;height:100%;width:100%;transition:opacity .3s ease,filter .3s ease}.legend-marketplace-card__content{display:flex;align-items:center;justify-content:center;height:fit-content;max-height:100%;margin-left:0;display:flex;flex-direction:column}.legend-marketplace-card__content--with-actions{max-height:calc(100% - 6em)}.legend-marketplace-card__actions{padding:2rem;margin-left:0;height:100%}.legend-marketplace-card__actions button{font-size:1.2rem;padding:.5rem 1rem}.legend-marketplace-card__more-info{position:absolute;bottom:0;left:0;width:100%;height:calc(100% + var(--legend-marketplace-card-gradient-size));background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) var(--legend-marketplace-card-gradient-size), rgba(0, 0, 0, 0.9) 100%);transform:translateY(100%);transition:transform .5s cubic-bezier(0.25, 1, 0.5, 1);z-index:1;overflow:hidden}.legend-marketplace-card__more-info__content{display:flex;align-items:center;position:absolute;padding:1.5rem;top:var(--legend-marketplace-card-gradient-size);bottom:0;left:0;width:100%;flex-direction:column;gap:1.5rem;font-size:1.5rem}.legend-marketplace-card__more-info--preview--small{transform:translateY(65%)}.legend-marketplace-card__more-info--preview--large{transform:translateY(40%)}.legend-marketplace-card__more-info--visible{transform:translateY(0)}.legend-marketplace-card:hover{transform:scale(1.02);box-shadow:5px 5px 5px rgba(0,0,0,.3)}.legend-marketplace-terminal-card{cursor:pointer;margin:1rem;box-shadow:0 4px 8px rgba(0,0,0,.1);background-color:var(--color-black);width:35rem;display:flex;flex-direction:column;height:auto;min-height:300px}.legend-marketplace-terminal-card__action{height:100%;flex:1}.legend-marketplace-terminal-card__image{width:100%;height:55%;position:absolute;aspect-ratio:auto;top:0;left:0}.legend-marketplace-terminal-card__content{position:absolute;bottom:0;height:55%;background-color:rgba(11,11,11,.7);overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;width:100%;padding:.5rem 1.2rem}.legend-marketplace-terminal-card__title{font-size:3rem;font-family:"GS Sans Condensed","Trebuchet MS",sans-serif;margin-bottom:.5rem;word-wrap:break-word;color:var(--color-white);opacity:.95}.legend-marketplace-terminal-card__description{font-size:1.6rem;color:var(--color-white);opacity:.95}.legend-marketplace-terminal-card__action-buttons{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin-top:auto;margin-bottom:.5rem;gap:1rem}.legend-marketplace-terminal-card__price{background-color:var(--color-green-20);color:var(--color-green-200);font-size:1.5rem;font-weight:600;padding:.6rem 1.2rem;border-radius:2.5rem;border:1px solid hsla(0,0%,100%,.2);flex-shrink:0;text-align:center;white-space:nowrap;overflow:hidden}.legend-marketplace-terminal-card__add-to-cart-button{background-color:var(--color-primary);color:var(--color-white);border:1px solid var(--color-white);font-size:1.4rem;cursor:pointer;border-radius:25px;transition:background-color .3s ease}.legend-marketplace-terminal-card__add-to-cart-button:disabled{background-color:var(--color-primary);color:var(--color-white);cursor:not-allowed}.legend-marketplace-terminal-card__add-to-cart-button:hover{background-color:var(--color-blue-400)}.legend-marketplace-multi-user-cell-renderer__link{cursor:pointer}.legend-marketplace-multi-user-cell-renderer__popover{padding:1rem}.notification__position{bottom:3rem;right:1rem}.notification__content{background:var(--color-dark-grey-200);color:var(--color-light-grey-150);border-radius:.3rem;align-items:flex-start}.notification__message__content{display:flex;align-items:flex-start;cursor:pointer}.notification__message__content:active{background:var(--color-dark-grey-100)}.notification__message__content__icon{padding-top:.2rem;padding-right:1rem}.notification__message__content__icon svg{font-size:1.6rem}.notification__message__content__icon--info{color:var(--color-light-grey-200)}.notification__message__content__icon--error{color:var(--color-red-100)}.notification__message__content__icon--warning{color:var(--color-yellow-200)}.notification__message__content__icon--success{color:var(--color-green-100)}.notification__message__content__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:normal;overflow-wrap:anywhere;text-align:left;max-height:20rem;max-width:60rem}.notification__message__content__text--expanded{overflow:auto;white-space:pre-line;width:60rem}.notification__actions{padding:.8rem 0 .8rem 1rem}.notification__action{display:flex;align-items:center;justify-content:center;width:2rem;color:var(--color-dark-grey-400)}.notification__action:hover{color:var(--color-light-grey-400)}.legend-marketplace-product-search-result-card .legend-marketplace-card__content{justify-content:start;align-items:start;overflow:auto}.legend-marketplace-product-search-result-card__data-product-name{font-size:2rem;font-weight:500;margin-top:1rem;margin-bottom:1rem;color:var(--color-blue-100)}.legend-marketplace-product-search-result-card__data-product-description{font-size:1.6rem}.legend-marketplace-radio-group{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:.5em;margin-bottom:.5em}.legend-marketplace-radio-group .legend-marketplace-radio-button{color:#000;background-color:#fff;padding:.5em;margin:0;border-left:1em;border-right:1em}.legend-marketplace-radio-group .legend-marketplace-radio-button:hover{cursor:pointer}.legend-marketplace-radio-group .legend-marketplace-radio-button__selected{background-color:#3c68f8;color:#fff}.recommended-addons-modal .MuiDialog-paper{border-radius:24px;min-height:60vh;max-height:92vh;box-shadow:0 32px 64px -12px rgba(0,0,0,.25),0 0 0 1px hsla(0,0%,100%,.05);backdrop-filter:blur(16px);background:linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.98) 100%);border:1px solid hsla(0,0%,100%,.2);overflow:hidden}.recommended-addons-modal__header{display:flex;align-items:center;gap:1.5rem;padding:2.5rem 3rem 2rem;background:linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(59, 130, 246, 0.08) 50%, rgba(168, 85, 247, 0.08) 100%);border-bottom:1px solid rgba(226,232,240,.8);position:relative}.recommended-addons-modal__header::before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.recommended-addons-modal__success-icon{color:var(--color-success)}.recommended-addons-modal__warning-icon{color:var(--color-warning)}.recommended-addons-modal__header-content{flex:1}.recommended-addons-modal__title{font-size:2.4rem;font-weight:700;background:linear-gradient(135deg, var(--color-modal-text-primary) 0%, var(--color-modal-text-muted) 100%);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin:0 0 .5rem;line-height:1.2}.recommended-addons-modal__subtitle{font-size:1.4rem;color:var(--color-modal-text-secondary);margin:0;font-weight:500}.recommended-addons-modal__close-btn{color:var(--color-modal-text-secondary);background:rgba(148,163,184,.1);border-radius:12px;padding:.75rem;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.recommended-addons-modal__close-btn:hover{color:var(--color-modal-text-primary);background:rgba(148,163,184,.2);transform:translateY(-1px)}.recommended-addons-modal__content{padding:2rem 3rem;background:rgba(0,0,0,0)}.recommended-addons-modal__content-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem;text-align:center}.recommended-addons-modal__section-title{font-size:2rem;font-weight:700;color:var(--color-modal-text-primary);position:relative}.recommended-addons-modal__section-description{font-size:1.4rem;color:var(--color-modal-text-secondary);font-weight:400}.recommended-addons-modal__empty-state{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;text-align:center}.recommended-addons-modal__empty-state .MuiTypography-root{color:var(--color-modal-text-secondary);font-size:1.4rem;font-weight:500}.recommended-addons-modal__empty-state::before{font-size:4rem;margin-bottom:1.5rem;opacity:.6}.recommended-addons-modal__addon-card{height:100%;display:flex;flex-direction:column;background:hsla(0,0%,100%,.7);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.8);overflow:hidden;position:relative}.recommended-addons-modal__addon-card::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg, transparent 0%, var(--color-modal-blue-focus) 50%, transparent 100%)}.recommended-addons-modal__addon-card:hover{border-color:var(--color-modal-blue-light);box-shadow:0 4px 8px rgba(147,197,253,.15)}.recommended-addons-modal__card-content{flex:1;padding:2rem}.recommended-addons-modal__card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.recommended-addons-modal__product-name{font-size:1.6rem;font-weight:700;flex:1;line-height:1.3;color:var(--color-modal-text-primary);margin:0}.recommended-addons-modal__provider-chip{background:linear-gradient(135deg, var(--color-modal-background-medium), var(--color-modal-border-light));color:var(--color-modal-text-muted);font-size:1.1rem;font-weight:600;height:auto;padding:.4rem 1rem;border-radius:12px;border:1px solid rgba(148,163,184,.2)}.recommended-addons-modal__description{margin-bottom:1.5rem;line-height:1.6;color:var(--color-modal-text-secondary);font-size:1.3rem;font-weight:400}.recommended-addons-modal__card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.recommended-addons-modal__category-chip{background:linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(168, 85, 247, 0.1));color:var(--color-modal-purple-secondary);font-size:1.1rem;font-weight:600;height:auto;padding:.5rem 1.2rem;border-radius:16px;border:1px solid rgba(99,102,241,.2)}.recommended-addons-modal__price{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg, var(--color-modal-blue-focus), var(--color-modal-purple-primary));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.recommended-addons-modal__price__free{background:linear-gradient(135deg, var(--color-modal-success-primary), var(--color-modal-success-secondary));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.recommended-addons-modal__card-actions{padding:0 2rem 2rem}.recommended-addons-modal__add-btn{background:linear-gradient(135deg, var(--color-modal-blue-primary), var(--color-modal-blue-secondary));color:var(--color-white);text-transform:none;font-weight:600;font-size:1.3rem;padding:1rem 2rem;border-radius:16px;border:none;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.recommended-addons-modal__add-btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);transition:left .6s ease}.recommended-addons-modal__add-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 24px -6px rgba(59,130,246,.4)}.recommended-addons-modal__add-btn:hover:not(:disabled)::before{left:100%}.recommended-addons-modal__add-btn__added{background:linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(22, 163, 74, 0.1));border:2px solid var(--color-modal-success-primary);color:var(--color-modal-success-secondary)}.recommended-addons-modal__add-btn__added:hover:not(:disabled){background:linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(22, 163, 74, 0.15));transform:none;box-shadow:none}.recommended-addons-modal__add-btn__added:disabled{border-color:var(--color-modal-success-primary);color:var(--color-modal-success-secondary);opacity:.8}.recommended-addons-modal__footer{padding:2.5rem 3rem;border-top:1px solid rgba(226,232,240,.8);background:linear-gradient(135deg, rgba(248, 250, 252, 0.8) 0%, rgba(241, 245, 249, 0.9) 100%);gap:1.5rem;backdrop-filter:blur(8px)}.recommended-addons-modal__close-button{font-size:1.4rem;font-weight:600;min-width:120px;padding:1rem 2rem;border:2px solid var(--color-modal-border-light);color:var(--color-modal-text-secondary);text-transform:none;border-radius:16px;background:hsla(0,0%,100%,.5);backdrop-filter:blur(4px);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.recommended-addons-modal__close-button:hover{border-color:var(--color-modal-border-medium);color:var(--color-modal-text-muted);background:hsla(0,0%,100%,.8);transform:translateY(-1px);box-shadow:0 4px 12px -2px rgba(148,163,184,.2)}.recommended-addons-modal__view-cart-button{font-size:1.4rem;font-weight:700;padding:1rem 2.5rem;background:linear-gradient(135deg, var(--color-modal-blue-primary), var(--color-modal-blue-secondary));text-transform:none;border-radius:16px;border:none;color:var(--color-white);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.recommended-addons-modal__view-cart-button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);transition:left .6s ease}.recommended-addons-modal__view-cart-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px -6px rgba(59,130,246,.4)}.recommended-addons-modal__view-cart-button:hover::before{left:100%}.recommended-addons-modal__view-cart-button:active{transform:translateY(0)}@media(width <= 768px){.recommended-addons-modal .MuiDialog-paper{border-radius:20px 20px 0 0;margin:0;max-height:95vh;width:100vw;position:fixed;bottom:0}.recommended-addons-modal__header{padding:2rem 2rem 1.5rem}.recommended-addons-modal__header::before{height:4px}.recommended-addons-modal__success-icon{font-size:2rem;padding:.8rem}.recommended-addons-modal__title{font-size:2rem}.recommended-addons-modal__subtitle{font-size:1.2rem}.recommended-addons-modal__content{padding:1.5rem 2rem}.recommended-addons-modal__section-title{font-size:1.8rem}.recommended-addons-modal__section-description{font-size:1.2rem;max-width:none}.recommended-addons-modal__footer{padding:2rem;gap:1.2rem;flex-direction:column}.recommended-addons-modal__footer .MuiButton-root{width:100%;order:2}.recommended-addons-modal__footer__view-cart-button{order:1}.recommended-addons-modal__card-content{padding:1.5rem}.recommended-addons-modal__card-actions{padding:0 1.5rem 1.5rem}.recommended-addons-modal__product-name{font-size:1.4rem}.recommended-addons-modal__description{font-size:1.2rem}.recommended-addons-modal__price{font-size:1.6rem}}.theme__hc-light .modal .modal__header{background-color:var(--legend-marketplace-light-blue);color:#000;height:6rem;justify-content:center;flex:auto;display:flex;font-family:"GS Sans Condensed medium",Arial,sans-serif}.theme__hc-light .modal .modal__footer{background-color:rgba(0,0,0,0);flex:auto;display:flex;height:6rem;padding:1rem 1.5rem}.theme__hc-light .modal .modal__footer__close-btn{color:#000}.theme__hc-light .modal .modal__footer__btn{background:var(--legend-marketplace-light-blue);border-radius:.5rem}.theme__hc-light .modal .modal__footer__btn:hover{background:#ccdaea}.theme__hc-light .modal__title__label{font-size:2rem;font-weight:500}.theme__hc-light .app__info .modal__header{justify-content:space-between}.theme__hc-light .app__info__entry__value{color:var(--color-legacylight-dark-grey-200)}.MuiDialog-container .release-notes__dialog{display:flex;flex-direction:column;width:100%}.MuiDialog-container .release-notes__dialog__content__title{font-weight:500}.release-viewer{border-radius:1rem;padding:.5rem}.release-viewer__update__item{align-items:center}.MuiDialog-paper{border-radius:2rem}.legend-marketplace__search-bar{display:flex;align-items:center;height:6rem;width:100%}.legend-marketplace__search-bar__text-field{height:100%}.legend-marketplace__search-bar__text-field .MuiInputBase-root{height:100%}.legend-marketplace__search-bar__input{padding:0 2rem;font-size:1.6rem;background:var(--color-white);border-radius:3rem}.legend-marketplace__search-bar input{height:100%;padding:0}.legend-marketplace-vendor-data-card .legend-marketplace-card__content{justify-content:start;align-items:start}.legend-marketplace-vendor-data-card .legend-marketplace-card__actions{justify-content:space-between}.legend-marketplace-vendor-data-card__vendor-name{font-size:16px}.legend-marketplace-vendor-data-card__vendor-name__description{color:#1c2b36}.legend-marketplace-vendor-data-card__vendor-name__owned{color:#077d55;display:flex}.legend-marketplace-vendor-data-card__product-name{font-size:24px;color:#186ade;font-weight:bold}.legend-marketplace-vendor-data-card__add-to-cart-button{border-radius:999px;color:#186ade;font-size:12px;padding:9px 11px;position:unset}.legend-marketplace-vendor-data-card__price{font-size:12px}.legend-marketplace-vendor-card__type{width:fit-content;font-size:2rem}.legend-marketplace-vendor-card__type--vendor{background:var(--color-light-blue-0);color:var(--color-blue-500)}.legend-marketplace-vendor-card__type--curated{background:var(--color-purple-0);color:var(--color-purple-400)}.legend-marketplace-vendor-card__name{font-size:2.8rem;font-weight:400;margin:4rem 0;word-break:break-all;white-space:pre-wrap;text-align:center}.legend-marketplace-vendor-card__description{font-size:2rem;font-weight:200}.legend-marketplace-coming-soon__content{display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column}.legend-marketplace-home__landing{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;min-height:60rem;height:60vh;background:var(--color-dark-grey-100);color:var(--color-white)}.legend-marketplace-home__landing__title{font-size:5.6rem;letter-spacing:.5rem}.legend-marketplace-home__landing__description{font-size:1.8rem;margin-top:2rem;margin-bottom:4rem}.legend-marketplace-home__landing__search-bar{width:60%;max-width:60rem}.legend-marketplace-home__button-group{display:flex;flex-direction:row;gap:5px;align-self:flex-end;position:absolute}.legend-marketplace-home__button{position:relative;display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;border:none;border-radius:.8rem;cursor:pointer;font-size:1.8rem;font-weight:400;background:rgba(0,0,0,0);color:#000;transition:all .2s ease;min-width:14rem;justify-content:center}.legend-marketplace-home__button:hover{background:linear-gradient(90deg, rgb(75, 80, 207) 0%, rgb(102, 126, 234) 100%);color:#000}.legend-marketplace-home__button__icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.legend-marketplace-home__vendors-title{font-size:3rem;font-weight:400;margin-top:4rem;margin-bottom:2rem}.legend-marketplace-home__vendors-cards{width:100%;max-width:250rem;padding:2rem}.legend-marketplace-subscriptions-header{display:flex;flex-shrink:0;background:#2d3441 50%/cover no-repeat;width:100%;height:60px;color:#fff;padding:35px;padding-top:20px;align-items:center}.legend-marketplace-subscriptions-content{padding:3rem;width:100%;height:auto}.legend-marketplace-subscriptions-content__search-section{width:100%;height:120px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.legend-marketplace-subscriptions-content__user-search{display:flex;align-items:center;margin-left:20px;margin-right:300px;margin-top:5px;width:215px}.legend-marketplace-subscriptions-content__subscription-grid{max-height:1000px;width:100%;overflow-y:auto}.not-found-screen{display:flex;flex-direction:column;height:100%;width:100%;background:var(--color-dark-grey-50);overflow:auto;padding:5rem}.not-found-screen--no-documentation{display:flex;align-items:center;justify-content:center}.not-found-screen__icon{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.not-found-screen__icon__ghost{text-align:center;animation:ghostbounce .9s alternate ease infinite !important}.not-found-screen__icon__ghost svg{color:var(--color-light-grey-100);font-size:12rem}.not-found-screen__icon__shadow{text-align:center}.not-found-screen__icon__shadow svg{width:12rem;height:4rem}.not-found-screen__text-content{user-select:none}.not-found-screen__text-content__title{display:flex;align-items:center;justify-content:center;font-family:"Roboto Condensed",sans-serif;font-size:3.5rem;font-weight:700;color:var(--color-light-grey-50);height:6rem}.not-found-screen__text-content__detail{display:inline-flex;justify-content:center;align-items:center;width:100%;font-family:"Roboto Mono",monospace;color:var(--color-yellow-100)}.not-found-screen__text-content__detail__url{margin:0 .5rem;font-weight:700;color:var(--color-blue-40)}.not-found-screen__icon__shadow__inner{fill:var(--color-dark-grey-100);animation:shadowgrow .9s alternate ease infinite !important}.not-found-screen__documentation{margin-top:3rem;border-radius:.2rem;border:.1rem solid var(--color-dark-grey-200)}@keyframes ghostbounce{from{transform:translateY(0.5rem)}to{transform:translateY(-0.2rem)}}@keyframes shadowgrow{from{transform:scale(1.1)}to{transform:scale(1)}}.legend-marketplace-search-results{width:100%;height:100%;overflow:auto}.legend-marketplace-search-results__content{display:flex;align-items:center;flex-direction:column;height:calc(100% - var(--legend-marketplace-header-height));width:100%;padding:2rem}.legend-marketplace-search-results__search-bar{margin-top:2rem;margin-bottom:4rem;width:60%;max-width:60rem}.legend-marketplace-search-results__results__cards{width:100%;max-width:300rem;padding:2rem}.legend-marketplace-search-results__sort-bar{width:100%;background-color:#f2f2f2;border-bottom:1px solid #d1d9e6}.legend-marketplace-search-results__sort-bar__container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#f2f2f2;max-width:226rem;margin:0 auto;box-sizing:border-box;padding:.5rem}.legend-marketplace-search-results__drawer{padding:2rem}.legend-marketplace-search-results__drawer__vendor-name{font-weight:500}.legend-marketplace-search-results__drawer__data-product-name{font-size:2rem;font-weight:500;margin-top:1rem;margin-bottom:1rem;color:var(--color-blue-100)}.legend-marketplace-search-results__drawer__data-product-description{font-size:1.6rem;margin-bottom:1rem}.legend-marketplace-search-results__drawer__tables{margin-top:2rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card{margin-top:2rem;box-shadow:5px 5px 5px rgba(0,0,0,.1);border-radius:2rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__content{margin-left:0;padding:2rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__name{font-size:1.6rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__description{font-size:1.6rem;margin-top:1rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__table{margin-top:1rem}.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__table table,.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__table th,.legend-marketplace-search-results__drawer .legend-marketplace-search-results__drawer__table-card__table td{border:1px solid var(--color-dark-grey-500);padding:1rem;font-size:1.4rem}.legend-marketplace-vendor-data{width:100%;height:100%;overflow:auto}.legend-marketplace-vendor-data__content{flex-direction:column;height:100%;width:100%;padding:2rem}.legend-marketplace-vendor-data .legend-marketplace-banner{background:#7297c5;width:100%;height:195px;padding:20px;color:#fff;display:flex;justify-content:center;align-items:center}.legend-marketplace-vendor-data .legend-marketplace-banner__title{font-size:32px;font-weight:bold;margin-top:2rem}.legend-marketplace-vendor-data .legend-marketplace-banner__subtitle{font-size:30px;margin-top:2rem;margin-bottom:4rem}.legend-marketplace-vendor-data .legend-marketplace-banner__search-bar{margin-top:1rem;width:clamp(32rem,50vw,64rem)}.legend-marketplace-vendor-data .legend-marketplace-body__content{display:flex;flex-direction:column;width:100%;height:100%;gap:20px;padding:2rem}.legend-marketplace-vendor-data .legend-marketplace-body__tab{font-size:2rem;align-self:center}.legend-marketplace-vendordata-main{display:flex;flex-direction:row;width:100%;gap:10px}.legend-marketplace-vendordata-main__loading{display:flex;justify-content:center;align-items:center;width:100%;height:60vh;flex-direction:column;gap:2rem}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar{width:15%;padding:20px;margin-right:20px}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar__title{margin-bottom:10px;font-size:1.5em;margin-block-start:.83em;font-weight:bold;display:block}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar__subtitle{font-size:16px;margin-block-start:1.33em;margin-block-end:1.33em;font-weight:bold;display:block}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar__checkbox-filter-group{display:flex;flex-direction:column;gap:10px}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar__checkbox-filter{margin-bottom:10px;display:flex;align-items:center;gap:10px}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-search-results{display:flex;flex-direction:column;gap:1em;width:100%;padding:20px;padding-bottom:100px}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-search-results__category{display:flex;flex-direction:row;gap:1em;align-items:center;justify-content:flex-start;margin-left:5px;margin-top:0%}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-search-results__category .see-all{text-decoration:none;color:#186ade;align-items:center;margin-top:1.1rem}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-search-results__card-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.marketplace-lakehouse-admin-container{height:100%;display:flex;flex-direction:column;padding:1rem 2rem 2rem}.marketplace-lakehouse-admin__contracts__grid,.marketplace-lakehouse-admin__subscriptions__grid{flex:1;width:100%}.marketplace-lakehouse-entitlements-dashboard{display:flex;justify-content:center;flex:1;flex-direction:column;padding:1rem 2rem 2rem}.marketplace-lakehouse-entitlements__pending-tasks,.marketplace-lakehouse-entitlements__pending-contracts,.marketplace-lakehouse-entitlements__completed-contracts{height:100%;width:100%;position:relative;background:var(--color-hclight-white);color:var(--color-hclight-grey-90);font-family:Roboto,sans-serif}.marketplace-lakehouse-entitlements__pending-tasks{display:flex;flex-direction:column}.marketplace-lakehouse-entitlements__pending-tasks__action-btns{display:flex;justify-content:end;margin:1rem}.marketplace-lakehouse-entitlements__pending-tasks__action-btns button{margin-left:1rem}.marketplace-lakehouse-entitlements__pending-tasks__grids{display:flex;flex-direction:column;flex:1;gap:1rem}.marketplace-lakehouse-entitlements__pending-tasks__grid-container{display:flex;flex-direction:column;flex:1}.marketplace-lakehouse-entitlements__pending-tasks__grid{flex:1}.marketplace-lakehouse-entitlements__pending-tasks__grid__header{font-size:1.8rem}.marketplace-lakehouse-entitlements__pending-tasks__tooltip__icon{color:var(--color-dark-grey-500);display:inline-block;margin-left:.5rem;margin-bottom:.5rem}.marketplace-lakehouse-entitlements__pending-tasks__tooltip__icon:hover{color:unset}.marketplace-lakehouse-entitlements__pending-contracts,.marketplace-lakehouse-entitlements__completed-contracts{display:flex;flex-direction:column}.marketplace-lakehouse-entitlements__pending-contracts__action-btns,.marketplace-lakehouse-entitlements__completed-contracts__action-btns{padding:1rem 0}.marketplace-lakehouse-entitlements__pending-contracts__grid,.marketplace-lakehouse-entitlements__completed-contracts__grid{flex:1}.marketplace-lakehouse-entitlements__grid{height:100%}.marketplace-lakehouse-entitlements__grid__taskid-cell{color:blue;text-decoration:underline;cursor:pointer}.marketplace-lakehouse-entitlements__grid__user-display{height:100%}.marketplace-lakehouse-entitlements__grid__consumer-type__tooltip__icon{color:var(--color-dark-grey-500);display:inline-block;margin-left:.5rem;margin-bottom:.5rem}.marketplace-lakehouse-entitlements__grid__consumer-type__tooltip__icon:hover{color:unset}.marketplace-lakehouse-entitlements-grid-viewer{padding:1rem;height:100%;width:100%;position:relative;background:var(--color-hclight-white);color:var(--color-hclight-grey-90);font-family:Roboto,sans-serif}.marketplace-lakehouse-entitlements-grid-viewer__action-header{padding-bottom:1rem}.marketplace-lakehouse-entitlements-grid-viewer__action{padding-bottom:1rem}.marketplace-lakehouse-entitlements-grid-viewer__details{padding-top:1rem}.marketplace-lakehouse-entitlements-grid-viewer__item-clickable-text{color:blue;text-decoration:underline;cursor:pointer}.marketplace-lakehouse-entitlements-grid-viewer__item-clickable-text:hover{color:#00008b}.marketplace-lakehouse-entitlements-grid-viewer__status--success{color:green;font-weight:bold}.marketplace-lakehouse-entitlements-grid-viewer__status--in-progress{color:blue;font-weight:bold}.marketplace-lakehouse-entitlements-grid-viewer__status--error{color:red;font-weight:bold}.marketplace-lakehouse-entitlements__data-contract-creator__content{display:flex;align-items:center;flex-direction:column;min-height:400px}.marketplace-lakehouse-entitlements__data-contract-creator__consumer-type-btn-group{margin:2rem 0}.marketplace-lakehouse-entitlements__data-contract-creator__enterprise-apg-notice{color:var(--color-light-grey-300);font-style:italic}.marketplace-lakehouse-entitlements__data-contract-creator__user-input,.marketplace-lakehouse-entitlements__data-contract-creator__business-justification-input{max-width:70rem;margin:2rem 0}.marketplace-lakehouse-entitlements__data-contract-viewer__content{display:flex;align-items:center;flex-direction:column;min-height:40rem}.marketplace-lakehouse-entitlements__data-contract-viewer__close{position:absolute;right:8px;top:8px}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata{width:100%;background:var(--color-light-grey-300);padding:1rem;margin:1rem 0}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata>div{margin:1rem 0}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-by,.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-for{display:flex;align-items:center}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata .legend-user-display{margin-left:1rem}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-for__select{margin-left:1rem}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-for__select .legend-user-display{margin-left:unset}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-for__tooltip__icon{color:var(--color-dark-grey-500);display:inline-block;margin-left:.5rem;margin-bottom:.5rem}.marketplace-lakehouse-entitlements__data-contract-viewer__metadata__ordered-for__tooltip__icon:hover{color:unset}.marketplace-lakehouse-entitlements__data-contract-viewer__refresh-btn{align-self:end}.marketplace-lakehouse-entitlements__data-contract-viewer__timeline{width:100%}.marketplace-lakehouse-entitlements__data-contract-viewer__timeline__content{font-size:1.4rem}.marketplace-lakehouse-entitlements__data-contract-viewer__user-list{max-height:20rem;overflow:auto;background:var(--color-light-grey-300)}.marketplace-lakehouse-entitlements__data-contract-viewer__user-list__container{margin-top:-12px !important;background:var(--color-light-grey-150)}.marketplace-lakehouse-entitlements__data-contract-viewer__task-approval-view{margin-bottom:1rem;padding:1rem;background:var(--color-light-grey-150)}.marketplace-lakehouse-entitlements__data-contract-viewer__task-approval-view .legend-user-display{margin:.5rem 0}.marketplace-lakehouse-entitlements__data-contract-viewer__task-approval-view__timestamp{color:var(--color-dark-grey-300);font-style:italic}.marketplace-lakehouse-entitlements__data-contract-viewer__footer{align-self:start;margin-top:auto;color:var(--color-light-grey-300)}.marketplace-lakehouse-entitlements__data-contract-approval__success,.marketplace-lakehouse-entitlements__data-contract-approval__error{padding:1rem;margin:1rem}.marketplace-lakehouse-entitlements__data-contract-approval__success{background:var(--tw-color-green-200)}.marketplace-lakehouse-entitlements__data-contract-approval__error{background:var(--tw-color-red-300)}.marketplace-lakehouse-entitlements__data-contract-approval__error__content{line-height:3rem;margin-bottom:1rem}.marketplace-lakehouse-entitlements__data-contract-approval__error__user{width:fit-content;display:inline-block;position:relative;bottom:-10px}.marketplace-lakehouse-home__search-container{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:60vh;max-width:100%;width:100%;gap:3rem;background:var(--legend-marketplace-light-blue)}.marketplace-lakehouse-home__search-container__logo{margin-bottom:-6rem}.marketplace-lakehouse-home__search-container__logo img{max-height:22rem}.marketplace-lakehouse-home__search-container__title_marketplace{color:var(--color-black);font-size:3.8rem;font-weight:bold;letter-spacing:.125rem;text-transform:uppercase;margin-top:-4.2rem}.marketplace-lakehouse-home__search-container__title_legend{color:var(--color-black);font-size:1.8rem;font-weight:bold;text-transform:uppercase;margin-right:21rem;text-align:left}.marketplace-lakehouse-home__search-bar{display:flex;align-items:center;width:clamp(32rem,50vw,64rem);height:4.9rem;margin-top:-2.5rem}.marketplace-lakehouse-home__search-bar .legend-marketplace__search-bar{flex:1;width:unset;margin-right:1rem}.marketplace-lakehouse-home__search-bar__text-field{font-size:1.25rem}.marketplace-lakehouse-home__search-bar__input{font-size:1.25rem;line-height:1.5rem;color:var(--color-black)}.marketplace-lakehouse-home__carousel-header{width:100%;max-width:var(--xxxl-size, 163rem);margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column}.marketplace-lakehouse-home__carousel-title{font-family:"GS Sans Condensed medium",Arial,sans-serif;font-size:2rem;font-weight:500;margin-top:1.5rem;margin-bottom:1.5rem;margin-left:1rem;color:#1a202c;letter-spacing:.2rem;line-height:1.2;text-transform:uppercase;position:relative;margin-right:auto;justify-self:flex-start;border-left:.3rem solid #4a90e2;padding-left:1rem;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-shadow:0 .0625rem .125rem rgba(0,0,0,.08);transition:color .2s ease,border-color .2s ease}.marketplace-lakehouse-home__carousel-title:hover{color:#2d3748;border-left-color:#3182ce}.marketplace-lakehouse-home__carousel{width:100%}.marketplace-lakehouse-home__carousel-slide{display:flex;flex-wrap:nowrap;gap:3rem;margin-bottom:2.5rem}.marketplace-lakehouse-home__data-product-cards{padding:5rem;justify-content:center}.marketplace-lakehouse-home__data-product-cards__container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.marketplace-lakehouse-home__data-product-cards__loading{position:relative}.legend-marketplace-oauth-callback__content{display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column}.legend-marketplace-oauth-callback__loading-indicator{flex-direction:column;gap:1rem}.marketplace-lakehouse-search-results__search-container{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:15rem;max-width:100%;width:100%;gap:3rem;background:var(--legend-marketplace-light-blue);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.marketplace-lakehouse-search-results__search-bar{display:flex;align-items:center;width:clamp(32rem,50vw,64rem)}.marketplace-lakehouse-search-results__search-bar .legend-marketplace__search-bar{flex:1;width:unset;margin-right:1rem}.marketplace-lakehouse-search-results__results-container{display:flex;padding:2rem;gap:2rem;flex-grow:1}.marketplace-lakehouse-search-results__subtitles{font-weight:bold;margin:.8em 0;font-size:2.2rem}.marketplace-lakehouse-search-results__data-product-cards{width:100%;justify-content:start;height:fit-content}.marketplace-lakehouse-search-results__loading-data-products-indicator{position:relative;height:32rem}.marketplace-lakehouse-subscriptions__subscriptions-viewer__content{display:flex;align-items:center;justify-content:center;flex-direction:column}.marketplace-lakehouse-subscriptions__subscriptions-viewer__description{text-align:center}.marketplace-lakehouse-subscriptions__subscriptions-viewer__actions{display:flex;justify-content:space-between;width:100%}.marketplace-lakehouse-subscriptions__subscriptions-viewer__create-btn{align-self:end;margin:1rem 0}.marketplace-lakehouse-subscriptions__subscriptions-viewer__grid{height:300px;width:100%}.marketplace-lakehouse-subscriptions__subscriptions-viewer__grid__user-display{height:100%}.marketplace-lakehouse-subscriptions__subscription-creator__content{display:flex;align-items:center;flex-direction:column;gap:1.5rem}.marketplace-lakehouse-subscriptions__subscription-creator__content .MuiSelect-select,.marketplace-lakehouse-subscriptions__subscription-creator__content .MuiInputBase-input{font-size:1.4rem}.marketplace-lakehouse-subscriptions__subscription-creator__autocomplete__listbox .MuiListSubheader-root{font-size:1.2rem}.marketplace-lakehouse-subscriptions__subscription-creator__autocomplete__listbox .MuiAutocomplete-option{font-size:1.4rem}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details{width:100%}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__users{display:flex;align-items:center;gap:1rem;font-size:1.4rem}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__users__details{display:flex;align-items:center;gap:.5rem}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__users__tooltip__icon{color:var(--color-dark-grey-500)}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__users__tooltip__icon:hover{color:unset}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__footer{display:flex;align-items:center;font-size:1.2rem;color:var(--color-light-grey-300);gap:1rem}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__description{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:normal;overflow-wrap:anywhere;text-align:left;flex:1}.marketplace-lakehouse-subscriptions__subscription-creator__contract-details__id{display:flex;align-items:center;width:fit-content}:root{--color-legacylight-light-grey-100: #edf0f1;--color-legacylight-light-grey-200: #dce2e4;--color-legacylight-light-grey-300: #b5bec4;--color-legacylight-light-grey-400: #95a0a8;--color-legacylight-dark-grey-200: #29323a;--color-legacylight-dark-grey-400: #4e5364;--color-legacylight-light-blue-50: #def3ff;--color-legacylight-light-blue-100: #7399c6;--color-legacylight-light-blue-200: #6a8db6;--color-legacylight-light-blue-250: #687b93;--color-legacylight-light-blue-270: #597089;--color-legacylight-light-blue-300: #4d6f9c;--color-legacylight-light-blue-350: #475b72;--color-legacylight-light-blue-400: #1b4c8c;--color-legacylight-light-blue-600: #2d3d51;--color-legacylight-green-100: #5cb65c;--color-legacylight-orange-100: #f68f1e;--color-legacylight-orange-150: #ea8212;--color-hclight-white: #fff;--color-hclight-black: #000;--color-hclight-grey-5: #fbfbfb;--color-hclight-grey-10: #f2f5f7;--color-hclight-grey-15: #e1e7ea;--color-hclight-grey-20: #dce3e8;--color-hclight-grey-30: #c1ccd6;--color-hclight-grey-40: #9fb1bd;--color-hclight-grey-50: #7a909e;--color-hclight-grey-60: #5b7282;--color-hclight-grey-70: #3e5463;--color-hclight-grey-80: #2a3f4d;--color-hclight-grey-90: #1c2b36;--color-hclight-grey-shade-10: #00000014;--color-hclight-grey-shade-30: #00000045;--color-hclight-grey-shade-40: #00000061;--color-hclight-grey-shade-50: #0000008a;--color-hclight-grey-shade-60: #0000009c;--color-hclight-ultramarine-90: #23254d;--color-hclight-aqua-10: #ebf3f7;--color-hclight-aqua-20: #c9e7f5;--color-hclight-aqua-30: #8bd3f7;--color-hclight-aqua-90: #0c2b45;--color-hclight-blue-10: #f0f4fa;--color-hclight-blue-20: #d4e4fa;--color-hclight-blue-30: #adccf7;--color-hclight-blue-50: #3d8df5;--color-hclight-blue-60: #186ade;--color-hclight-blue-70: #0d4ea6;--color-hclight-blue-80: #103a75;--color-hclight-blue-90: #11294d;--color-hclight-blue-shade-10: #3e8df512;--color-hclight-green-40: #43c478;--color-hclight-green-50: #16a163;--color-hclight-green-60: #077d55;--color-hclight-lime-30: #aad971;--color-hclight-lime-40: #78bf39;--color-hclight-lime-50: #52a31d;--color-hclight-yellow-5: #fff9e3;--color-hclight-yellow-10: #faf6cf;--color-hclight-yellow-15: #fff5d0;--color-hclight-yellow-20: #f7e379;--color-hclight-yellow-30: #f5c518;--color-hclight-orange-40: #fc9162;--color-hclight-orange-50: #e86427;--color-hclight-red-50: #fa5343;--color-hclight-red-60: #d91f11;--color-hclight-pink-40: #fa87d4;--color-hclight-pink-50: #ed4cb7;--color-hclight-pink-60: #cc1d92;--color-hclight-purple-50: #ac71f0;--color-hclight-purple-60: #8f49de}.theme__hc-light ::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-30);border:.2rem solid rgba(0,0,0,0);background-clip:content-box;border-radius:.4rem}.theme__hc-light ::-webkit-scrollbar-track-piece{background:var(--color-hclight-grey-10)}.theme__hc-light .btn--dark{background:var(--color-hclight-blue-60);color:var(--color-hclight-white)}.theme__hc-light .btn--dark:hover{background:var(--color-hclight-blue-50)}.theme__hc-light .btn--dark[disabled]{background:var(--color-hclight-grey-20);color:var(--color-hclight-grey-30)}.theme__hc-light .btn--dark:focus{outline:.1rem solid var(--color-hclight-blue-60)}.theme__hc-light .menu{background:var(--color-hclight-white);border-color:rgba(0,0,0,0)}.theme__hc-light .menu__item{color:var(--color-hclight-grey-90)}.theme__hc-light .menu__item:hover{background:var(--color-hclight-blue-50)}.theme__hc-light .menu__item[disabled]{color:var(--color-hclight-grey-60)}.theme__hc-light .menu__divider{background:var(--color-hclight-grey-20)}.theme__hc-light .input{border-color:var(--color-hclight-grey-30)}.theme__hc-light .input:hover{border-color:var(--color-hclight-blue-50)}.theme__hc-light .input:focus{border-color:var(--color-hclight-blue-50)}.theme__hc-light .input[disabled]{border-color:var(--color-hclight-grey-30);background:var(--color-hclight-grey-10)}.theme__hc-light .input--dark{background:var(--color-hclight-white);color:var(--color-hclight-grey-90);border-color:var(--color-hclight-grey-20)}.theme__hc-light .input--dark:hover{border-color:var(--color-hclight-blue-50)}.theme__hc-light .input--dark:focus{border-color:var(--color-hclight-blue-50)}.theme__hc-light .input--dark[disabled]{border-color:var(--color-hclight-grey-20);color:var(--color-hclight-grey-30)}.theme__hc-light .selector-input__control,.theme__hc-light .selector-input .selector-input__control,.theme__hc-light .selector-input--dark__control,.theme__hc-light .selector-menu--dark .selector-input--dark__control,.theme__hc-light .selector-input--dark .selector-input--dark__control{border-color:var(--color-hclight-blue-50);background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .selector-input__control:hover,.theme__hc-light .selector-input .selector-input__control:hover,.theme__hc-light .selector-input--dark__control:hover,.theme__hc-light .selector-menu--dark .selector-input--dark__control:hover,.theme__hc-light .selector-input--dark .selector-input--dark__control:hover{border-color:var(--color-hclight-blue-50)}.theme__hc-light .selector-input__indicator-separator,.theme__hc-light .selector-input .selector-input__indicator-separator,.theme__hc-light .selector-input--dark__indicator-separator,.theme__hc-light .selector-menu--dark .selector-input--dark__indicator-separator,.theme__hc-light .selector-input--dark .selector-input--dark__indicator-separator{background:var(--color-hclight-white)}.theme__hc-light .selector-input .selector-menu--no-match,.theme__hc-light .selector-input .selector-input .selector-menu--no-match,.theme__hc-light .selector-input--dark .selector-menu--no-match,.theme__hc-light .selector-menu--dark .selector-input--dark .selector-menu--no-match,.theme__hc-light .selector-input--dark .selector-input--dark .selector-menu--no-match{color:var(--color-hclight-grey-90)}.theme__hc-light .selector-input .selector-input__dropdown-indicator,.theme__hc-light .selector-input .selector-input .selector-input__dropdown-indicator,.theme__hc-light .selector-input--dark .selector-input__dropdown-indicator,.theme__hc-light .selector-menu--dark .selector-input--dark .selector-input__dropdown-indicator,.theme__hc-light .selector-input--dark .selector-input--dark .selector-input__dropdown-indicator{color:var(--color-hclight-grey-60)}.theme__hc-light .selector-input__value-container,.theme__hc-light .selector-input .selector-input__value-container,.theme__hc-light .selector-input--dark__value-container,.theme__hc-light .selector-menu--dark .selector-input--dark__value-container,.theme__hc-light .selector-input--dark .selector-input--dark__value-container{color:var(--color-hclight-grey-90)}.theme__hc-light .selector-input__value-container>*,.theme__hc-light .selector-input .selector-input__value-container>*,.theme__hc-light .selector-input--dark__value-container>*,.theme__hc-light .selector-menu--dark .selector-input--dark__value-container>*,.theme__hc-light .selector-input--dark .selector-input--dark__value-container>*{color:var(--color-hclight-grey-90) !important}.theme__hc-light .selector-input__option--custom:hover,.theme__hc-light .selector-input .selector-input__option--custom:hover,.theme__hc-light .selector-input--dark__option--custom:hover,.theme__hc-light .selector-menu--dark .selector-input--dark__option--custom:hover,.theme__hc-light .selector-input--dark .selector-input--dark__option--custom:hover{background:var(--color-hclight-white)}.theme__hc-light .selector-input__menu,.theme__hc-light .selector-input .selector-input__menu,.theme__hc-light .selector-input--dark__menu,.theme__hc-light .selector-menu--dark .selector-input--dark__menu,.theme__hc-light .selector-input--dark .selector-input--dark__menu{border-color:var(--color-hclight-blue-50);color:var(--color-hclight-grey-90)}.theme__hc-light .selector-input__option,.theme__hc-light .selector-input .selector-input__option,.theme__hc-light .selector-input--dark__option,.theme__hc-light .selector-menu--dark .selector-input--dark__option,.theme__hc-light .selector-input--dark .selector-input--dark__option{color:var(--color-hclight-grey-90) !important}.theme__hc-light .selector-input__option--is-focused,.theme__hc-light .selector-input .selector-input__option--is-focused,.theme__hc-light .selector-input--dark__option--is-focused,.theme__hc-light .selector-menu--dark .selector-input--dark__option--is-focused,.theme__hc-light .selector-input--dark .selector-input--dark__option--is-focused{background-color:var(--color-hclight-aqua-10)}.theme__hc-light .selector-input__option--is-selected,.theme__hc-light .selector-input .selector-input__option--is-selected,.theme__hc-light .selector-input--dark__option--is-selected,.theme__hc-light .selector-menu--dark .selector-input--dark__option--is-selected,.theme__hc-light .selector-input--dark .selector-input--dark__option--is-selected{background-color:var(--color-hclight-blue-50)}.theme__hc-light .selector-input__option--is-disabled,.theme__hc-light .selector-input .selector-input__option--is-disabled,.theme__hc-light .selector-input--dark__option--is-disabled,.theme__hc-light .selector-menu--dark .selector-input--dark__option--is-disabled,.theme__hc-light .selector-input--dark .selector-input--dark__option--is-disabled{color:var(--color-hclight-grey-40) !important}.theme__hc-light .selector-input__option:active,.theme__hc-light .selector-input .selector-input__option:active,.theme__hc-light .selector-input--dark__option:active,.theme__hc-light .selector-menu--dark .selector-input--dark__option:active,.theme__hc-light .selector-input--dark .selector-input--dark__option:active{background-color:var(--color-hclight-white)}.theme__hc-light .selector-menu--dark{background:var(--color-hclight-white)}.theme__hc-light .panel-loading-indicator::before{background:var(--color-hclight-blue-50)}.theme__hc-light .panel__content__blank__content{color:var(--color-hclight-grey-40)}.theme__hc-light .app{background:var(--color-hclight-white)}.theme__hc-light .notification__content{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .notification__message__content:active{background:var(--color-hclight-grey-10)}.theme__hc-light .fuzzy-search__advanced-config__panel{background:var(--color-hclight-white)}.theme__hc-light .fuzzy-search__advanced-config__panel__header__label{color:var(--color-hclight-grey-90);background:var(--color-hclight-grey-20)}.theme__hc-light .fuzzy-search__advanced-config__panel__header__hint{color:var(--color-hclight-grey-90)}.theme__hc-light .fuzzy-search__advanced-config__panel .mui-radio-group__group__item__label{color:var(--color-hclight-grey-90)}.theme__hc-light .fuzzy-search__advanced-config__panel .Mui-checked{color:var(--color-hclight-blue-50)}.theme__hc-light .data-access-overview__grid{--ag-border-color: var(--color-hclight-grey-30);--ag-background-color: var(--color-hclight-white);--ag-foreground-color: var(--color-hclight-grey-90);--ag-header-background-color: var(--color-hclight-grey-10);--ag-header-foreground-color: var(--color-hclight-grey-90);--ag-balham-active-color: transparent;--ag-odd-row-background-color: var(--color-hclight-white);--ag-even-row-background-color: var(--color-hclight-white);--ag-row-hover-color: var(--color-hclight-grey-5);--ag-row-border-color: var(--color-hclight-grey-30)}.theme__hc-light .data-access-overview__grid--empty{background:var(--color-hclight-white);color:var(--color-hclight-grey-60)}.theme__hc-light .data-access-overview__grid__empty-cell{color:var(--color-hclight-grey-30)}.theme__hc-light .data-access-overview__grid .ag-center-cols-viewport{background:repeating-linear-gradient(135deg, var(--color-hclight-white), var(--color-hclight-white) 0.5rem, var(--color-hclight-grey-5) 0.5rem, var(--color-hclight-grey-5) 1rem)}.theme__hc-light .data-access-overview__grid ::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-15);border:.1rem solid rgba(0,0,0,0);background-clip:content-box;border-radius:.4rem}.theme__hc-light .data-access-overview__grid ::-webkit-scrollbar-track-piece{background:rgba(0,0,0,0)}.theme__hc-light .data-access-overview__grid__access-status-cell__icon--access-granted svg{color:var(--color-hclight-lime-50)}.theme__hc-light .data-access-overview__grid__access-status-cell__icon--access-approved svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-access-overview__grid__access-status-cell__icon--access-requested svg{color:var(--color-hclight-yellow-30)}.theme__hc-light .data-access-overview__grid__access-status-cell__icon--access-not-granted svg{color:var(--color-hclight-red-50)}.theme__hc-light .data-space-preview__failure__text{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__header--floating{background:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__header__title{background:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__header__title__label{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__header__title__verified-badge{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__header__actions{background:var(--color-hclight-white);border-color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__header__execution-context-selector__trigger__icon{border-right-color:var(--color-hclight-blue-20)}.theme__hc-light .data-space__viewer__header__execution-context-selector__trigger__icon svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__header__execution-context-selector__trigger__label{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__header__execution-context-selector__trigger__dropdown-icon svg{color:var(--color-hclight-blue-30)}.theme__hc-light .data-space__viewer__header__execution-context-selector__option--active{background:var(--color-hclight-blue-20)}.theme__hc-light .data-space__viewer__header__actions-selector{border-left-color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__header__actions-selector svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__header__actions-selector:hover svg{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__frame{background:var(--color-hclight-grey-10)}.theme__hc-light .data-space__viewer__content{background:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__grid{--ag-border-color: var(--color-hclight-grey-30);--ag-background-color: var(--color-hclight-white);--ag-foreground-color: var(--color-hclight-grey-90);--ag-header-background-color: var(--color-hclight-grey-10);--ag-header-foreground-color: var(--color-hclight-grey-90);--ag-balham-active-color: transparent;--ag-odd-row-background-color: var(--color-hclight-white);--ag-even-row-background-color: var(--color-hclight-white);--ag-row-hover-color: var(--color-hclight-grey-5);--ag-row-border-color: var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__grid--empty{background:var(--color-hclight-white);color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__grid__empty-cell{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__grid .ag-center-cols-viewport{background:repeating-linear-gradient(135deg, var(--color-hclight-white), var(--color-hclight-white) 0.5rem, var(--color-hclight-grey-5) 0.5rem, var(--color-hclight-grey-5) 1rem)}.theme__hc-light .data-space__viewer__grid ::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-15);border:.1rem solid rgba(0,0,0,0);background-clip:content-box;border-radius:.4rem}.theme__hc-light .data-space__viewer__grid ::-webkit-scrollbar-track-piece{background:rgba(0,0,0,0)}.theme__hc-light .data-space__viewer__scroller{background:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__scroller__btn:focus{outline:none}.theme__hc-light .data-space__viewer__scroller__percentage{background:var(--color-hclight-blue-70);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__activity-bar{background:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__activity-bar ::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__activity-bar ::-webkit-scrollbar-track-piece{background:rgba(0,0,0,0)}.theme__hc-light .data-space__viewer__activity-bar__menu{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__activity-bar__menu-item{color:var(--color-hclight-aqua-90)}.theme__hc-light .data-space__viewer__activity-bar__item{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer__activity-bar__item:hover,.theme__hc-light .data-space__viewer__activity-bar__item--active{color:var(--color-hclight-aqua-90)}.theme__hc-light .data-space__viewer__activity-bar__divider{background:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__activity-bar__item__experimental-badge{background:var(--color-hclight-blue-50);border-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__activity-bar__item__experimental-badge svg{color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__panel__header{color:var(--color-hclight-blue-60);border-bottom-color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__panel__content__placeholder{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer__panel__content__placeholder svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__wiki__placeholder{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer__wiki__section__header{color:var(--color-hclight-blue-60);border-bottom-color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__wiki__section__header__anchor{color:var(--color-hclight-blue-60);border-bottom-color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__wiki__section__header__anchor svg{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__wiki__section__header__anchor:hover svg{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__wiki__section__header__documentation{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__markdown-text-viewer.markdown-content{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__markdown-text-viewer.markdown-content a{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__markdown-text-viewer.markdown-content pre{background:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__markdown-text-viewer.markdown-content pre code{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__diagram-viewer__carousel__frame__indicator--active svg{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__diagram-viewer .diagram-canvas{border-color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__diagram-viewer__header__navigation__pager{border-left-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__header__navigation__selector__icon{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__diagram-viewer__header__group__separator{border-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__header__dropdown{border-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__header__dropdown__label{color:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__diagram-viewer__header__dropdown__trigger svg{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__diagram-viewer__header__tool:hover svg{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__diagram-viewer__header__tool:hover[disabled] svg,.theme__hc-light .data-space__viewer__diagram-viewer__header__tool[disabled] svg{color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__header__tool svg{color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__diagram-viewer__header__tool--active:hover,.theme__hc-light .data-space__viewer__diagram-viewer__header__tool--active{background:var(--color-hclight-grey-10);border-color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__diagram-viewer__header__tool--active:hover svg,.theme__hc-light .data-space__viewer__diagram-viewer__header__tool--active svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__diagram-viewer__description{background:var(--color-hclight-grey-shade-60)}.theme__hc-light .data-space__viewer__diagram-viewer__description__title{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__diagram-viewer__description__content .data-space__viewer__markdown-text-viewer{background:rgba(0,0,0,0);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__diagram-viewer__description__content__placeholder{color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__description ::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-30);border:.2rem solid rgba(0,0,0,0);background-clip:content-box;border-radius:.4rem}.theme__hc-light .data-space__viewer__diagram-viewer__description ::-webkit-scrollbar-track-piece{background:rgba(0,0,0,0)}.theme__hc-light .data-space__viewer__diagram-viewer__description__close-btn svg{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__diagram-viewer__description__close-btn:hover svg{color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__diagram-viewer__description__expand-btn svg{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__diagram-viewer__description__expand-btn:hover svg{color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__models-documentation__search__input-group__icon svg{color:var(--color-hclight-grey-80)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon--class{background:var(--color-hclight-purple-60)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon--enumeration{background:var(--color-hclight-pink-50)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon--association{background:var(--color-hclight-green-40)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon--property{background:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__icon--enum{background:var(--color-hclight-orange-40)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__derived-property-badge{background:var(--color-hclight-grey-10);color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__label__milestoning-badge svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__action{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__models-documentation__grid__cell__action:hover{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__models-documentation__grid__element-row{background:var(--color-hclight-yellow-5);color:var(--color-hclight-grey-90);--ag-row-hover-color: var(--color-hclight-yellow-15)}.theme__hc-light .data-space__viewer__models-documentation__filter__toggler{border-color:var(--color-hclight-grey-20);color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__filter__toggler:hover{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__models-documentation__filter__toggler__icon{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__models-documentation__filter__panel{background:var(--color-hclight-white);border-color:var(--color-hclight-grey-20);color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__models-documentation__filter__group{border-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__models-documentation__filter__group__header__reset{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__models-documentation__filter__group__header__reset:hover{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__models-documentation__filter__group__header__reset[disabled],.theme__hc-light .data-space__viewer__models-documentation__filter__group__header__reset[disabled]:hover{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__container:hover{background:var(--color-hclight-blue-shade-10)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__type-icon{color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__type-icon--class{background:var(--color-hclight-purple-60)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__type-icon--enumeration{background:var(--color-hclight-pink-50)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__type-icon--association{background:var(--color-hclight-green-40)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__type-icon--package{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__checker svg{color:var(--color-hclight-grey-40)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__checker:hover svg{color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__expand-icon svg{color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__label{color:var(--color-hclight-grey-80)}.theme__hc-light .data-space__viewer__models-documentation__filter__tree__node__count{background:var(--color-hclight-grey-15);color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__search__input{background:var(--color-hclight-white);border-color:var(--color-hclight-grey-20);color:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__models-documentation__search__input:focus{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__models-documentation__search__input__search__icon svg{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__models-documentation__search__input__clear-btn svg{color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__search__input__clear-btn:hover svg{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__models-documentation__search__input__config__trigger svg{color:var(--color-hclight-grey-50)}.theme__hc-light .data-space__viewer__models-documentation__search__input__config__trigger--toggled svg,.theme__hc-light .data-space__viewer__models-documentation__search__input__config__trigger:hover svg{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__models-documentation__search__input__config__trigger--active svg,.theme__hc-light .data-space__viewer__models-documentation__search__input__config__trigger--active:hover svg{color:var(--color-hclight-blue-50)}.theme__hc-light .data-space__viewer__execution-context__entry__icon{background:var(--color-hclight-grey-10)}.theme__hc-light .data-space__viewer__execution-context__entry__content{border-color:var(--color-hclight-grey-10);color:var(--color-hclight-grey-70);background:var(--color-hclight-grey-10);border-left-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__execution-context__entry__content__dropdown__option__tag{background:var(--color-hclight-blue-70);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__execution-context__entry__content .selector-input__control,.theme__hc-light .data-space__viewer__execution-context__entry__content .selector-input__control:hover{border-color:var(--color-hclight-grey-20)}.theme__hc-light .data-space__viewer__info__project-info__label{background:var(--color-hclight-blue-50);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__info__project-info__value{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__info__project-info__link{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-60);border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__info__section__title{color:var(--color-hclight-grey-90)}.theme__hc-light .data-space__viewer__info__tagged-value__tag{background:var(--color-hclight-orange-50);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__info__tagged-value__value{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__info__steoreotype{background:var(--color-hclight-orange-50);color:var(--color-hclight-white)}.theme__hc-light .data-space__viewer__info__section__placeholder{color:var(--color-hclight-grey-30);border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__support__entry__icon{background:var(--color-hclight-grey-10)}.theme__hc-light .data-space__viewer__support__entry__icon svg{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__support__entry__content{border-color:rgba(0,0,0,0);color:var(--color-hclight-grey-70);background:var(--color-hclight-grey-10);border-left-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__item__header__title{color:var(--color-hclight-aqua-90)}.theme__hc-light .data-space__viewer__quickstart__item__header__anchor{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__quickstart__item__header__anchor svg{color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__item__header__anchor:hover svg{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab__header{border-bottom-color:var(--color-hclight-grey-15);border-top-color:var(--color-hclight-grey-15)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab{color:var(--color-hclight-grey-60);border-left-color:var(--color-hclight-grey-15)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab:hover .theme__hc-light .data-space__viewer__quickstart__item__content__tab__label{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab:hover .theme__hc-light .data-space__viewer__quickstart__item__content__tab__icon svg{color:var(--color-hclight-grey-70)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab--active:hover .theme__hc-light .data-space__viewer__quickstart__item__content__tab__label,.theme__hc-light .data-space__viewer__quickstart__item__content__tab--active .theme__hc-light .data-space__viewer__quickstart__item__content__tab__label{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__quickstart__item__content__tab--active:hover .theme__hc-light .data-space__viewer__quickstart__item__content__tab__icon svg,.theme__hc-light .data-space__viewer__quickstart__item__content__tab--active .theme__hc-light .data-space__viewer__quickstart__item__content__tab__icon svg{color:var(--color-hclight-blue-60)}.theme__hc-light .data-space__viewer__quickstart__item__content__action-tab-group{border-left-color:var(--color-hclight-grey-15)}.theme__hc-light .data-space__viewer__quickstart__tds__query{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__tds__placeholder-panel{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__tds__query-text__action svg{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__quickstart__tds__query-text__action:hover svg{color:var(--color-hclight-grey-80)}.theme__hc-light .data-space__viewer__quickstart__tds__code-action{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__tds__code-action__content{border-color:var(--color-hclight-grey-30)}.theme__hc-light .data-space__viewer__quickstart__tds__code-action__action svg{color:var(--color-hclight-grey-60)}.theme__hc-light .data-space__viewer__quickstart__tds__code-action__action:hover svg{color:var(--color-hclight-grey-80)}.theme__hc-light .table th,.theme__hc-light .table td{border-color:var(--color-light-grey-250)}.theme__hc-light .table thead{background:var(--color-light-grey-100)}.theme__hc-light .panel__header--dark{background:var(--color-light-grey-200)}.theme__hc-light .panel__content__form__section__header__label{color:var(--color-hclight-grey-70)}.theme__hc-light .panel__content__form__section__toggler__prompt,.theme__hc-light .panel__content__form__section__header__prompt{color:var(--color-hclight-grey-80)}.theme__hc-light .panel__content__form__section__input{background:var(--color-hclight-white);color:var(--color-hclight-grey-200);border:.1rem solid var(--color-hclight-grey-70)}.theme__hc-light .panel__content__form__section__input:focus{border-color:var(--color-hclight-blue-30)}.theme__hc-light .panel__content__form__section__list__item:hover{background:rgba(0,0,0,0)}.theme__hc-light .panel__content__form__section__toggler__btn svg{color:var(--color-light-grey-250)}.theme__hc-light .panel__content__form__section__toggler__btn--toggled svg{color:var(--color-hclight-blue-30)}.theme__hc-light .mui-popover__paper{background:var(--color-hclight-white)}.theme__hc-light .modal.modal--dark{background:var(--color-hclight-white);color:var(--color-hclight-grey-90);border:none}.theme__hc-light .modal__header{color:var(--color-hclight-grey-90);background:var(--color-hclight-grey-15)}.theme__hc-light .modal__footer{border:none;background:var(--color-hclight-grey-15)}.theme__hc-light .blocking-alert__summary-text,.theme__hc-light .blocking-alert__prompt-text{color:var(--color-legacylight-dark-grey-400)}.theme__hc-light .modal__footer__close-btn{background:var(--color-hclight-blue-30)}.theme__hc-light .data-access__check-entitlements__table__head{background:var(--color-hclight-grey-10) !important;color:var(--color-hclight-grey-90)}.theme__hc-light .lake_entitlement-btn{background:var(--color-hclight-blue-50)}.theme__hc-light .data-access__check-entitlements__user-entitlements__table-container{border:.1rem solid var(--color-hclight-grey-20)}/*# sourceMappingURL=index.css.map */
|