@finos/legend-application-marketplace 0.1.51 → 0.1.52
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/__lib__/LegendMarketplaceAppEvent.d.ts +2 -1
- package/lib/__lib__/LegendMarketplaceAppEvent.d.ts.map +1 -1
- package/lib/__lib__/LegendMarketplaceAppEvent.js +1 -0
- package/lib/__lib__/LegendMarketplaceAppEvent.js.map +1 -1
- package/lib/components/AddToCart/RecommendedAddOnsModal.d.ts.map +1 -1
- package/lib/components/AddToCart/RecommendedAddOnsModal.js +32 -6
- package/lib/components/AddToCart/RecommendedAddOnsModal.js.map +1 -1
- package/lib/components/AddToCart/RecommendedItemsCard.d.ts +0 -1
- package/lib/components/AddToCart/RecommendedItemsCard.d.ts.map +1 -1
- package/lib/components/AddToCart/RecommendedItemsCard.js +12 -17
- package/lib/components/AddToCart/RecommendedItemsCard.js.map +1 -1
- package/lib/components/ProviderCard/LegendMarketplaceTerminalCard.d.ts.map +1 -1
- package/lib/components/ProviderCard/LegendMarketplaceTerminalCard.js +2 -2
- package/lib/components/ProviderCard/LegendMarketplaceTerminalCard.js.map +1 -1
- package/lib/components/orders/CancelOrderDialog.d.ts +27 -0
- package/lib/components/orders/CancelOrderDialog.d.ts.map +1 -0
- package/lib/components/orders/CancelOrderDialog.js +52 -0
- package/lib/components/orders/CancelOrderDialog.js.map +1 -0
- package/lib/components/orders/ProgressTracker.d.ts +23 -0
- package/lib/components/orders/ProgressTracker.d.ts.map +1 -0
- package/lib/components/orders/ProgressTracker.js +116 -0
- package/lib/components/orders/ProgressTracker.js.map +1 -0
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/package.json +1 -1
- package/lib/pages/Profile/LegendMarketplaceYourOrders.d.ts.map +1 -1
- package/lib/pages/Profile/LegendMarketplaceYourOrders.js +43 -36
- package/lib/pages/Profile/LegendMarketplaceYourOrders.js.map +1 -1
- package/lib/pages/TerminalsAddons/LegendMarketplaceTerminalsAddons.d.ts.map +1 -1
- package/lib/pages/TerminalsAddons/LegendMarketplaceTerminalsAddons.js +42 -18
- package/lib/pages/TerminalsAddons/LegendMarketplaceTerminalsAddons.js.map +1 -1
- package/lib/stores/LegendMarketPlaceVendorDataStore.d.ts +10 -4
- package/lib/stores/LegendMarketPlaceVendorDataStore.d.ts.map +1 -1
- package/lib/stores/LegendMarketPlaceVendorDataStore.js +82 -49
- package/lib/stores/LegendMarketPlaceVendorDataStore.js.map +1 -1
- package/lib/stores/cart/CartStore.d.ts.map +1 -1
- package/lib/stores/cart/CartStore.js +2 -1
- package/lib/stores/cart/CartStore.js.map +1 -1
- package/lib/stores/orders/OrderHelpers.d.ts +49 -0
- package/lib/stores/orders/OrderHelpers.d.ts.map +1 -0
- package/lib/stores/orders/OrderHelpers.js +134 -0
- package/lib/stores/orders/OrderHelpers.js.map +1 -0
- package/lib/stores/orders/OrderStore.d.ts +2 -0
- package/lib/stores/orders/OrderStore.d.ts.map +1 -1
- package/lib/stores/orders/OrderStore.js +31 -0
- package/lib/stores/orders/OrderStore.js.map +1 -1
- package/package.json +7 -7
- package/src/__lib__/LegendMarketplaceAppEvent.ts +1 -0
- package/src/components/AddToCart/RecommendedAddOnsModal.tsx +145 -17
- package/src/components/AddToCart/RecommendedItemsCard.tsx +32 -62
- package/src/components/ProviderCard/LegendMarketplaceTerminalCard.tsx +18 -2
- package/src/components/orders/CancelOrderDialog.tsx +157 -0
- package/src/components/orders/ProgressTracker.tsx +266 -0
- package/src/pages/Profile/LegendMarketplaceYourOrders.tsx +227 -230
- package/src/pages/TerminalsAddons/LegendMarketplaceTerminalsAddons.tsx +140 -17
- package/src/stores/LegendMarketPlaceVendorDataStore.tsx +114 -84
- package/src/stores/cart/CartStore.ts +2 -1
- package/src/stores/orders/OrderHelpers.ts +167 -0
- package/src/stores/orders/OrderStore.ts +51 -0
- package/tsconfig.json +3 -0
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.52
|
|
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;--marketplace-bg-primary: var(--color-white);--marketplace-bg-secondary: var(--color-hclight-grey-10);--marketplace-bg-elevated: var(--color-hclight-grey-30);--marketplace-text-primary: var(--color-hclight-black);--marketplace-text-secondary: var(--color-legacylight-dark-grey-200);--marketplace-text-muted: var(--color-legacylight-dark-grey-400);--marketplace-link-color: var(--color-blue-50);--marketplace-info-bg: var(--color-legacylight-light-grey-300);--marketplace-info-text: var(--color-legacylight-dark-grey-200)}html *{font-family:"GS Sans",Helvetica,Arial,sans-serif}.app{width:100%;height:100%;overflow:auto;background:var(--marketplace-bg-primary);color:var(--marketplace-text-primary)}.app__page{display:flex;align-items:center;flex-direction:column;width:100%;height:calc(100% - var(--legend-marketplace-header-height));background:var(--marketplace-bg-primary)}.app__info__group{margin-top:1rem;color:var(--marketplace-info-text);background:var(--marketplace-info-bg);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(--marketplace-text-muted)}.app__info__entry__value{color:var(--marketplace-text-secondary)}.app__info__entry__value a{text-decoration:none;font-weight:700;color:var(--marketplace-link-color)}.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__theme-toggle{position:relative;transition:all .2s ease;border-radius:50%;background-color:rgba(0,0,0,.06)}.legend-marketplace-header__theme-toggle:hover{background-color:rgba(0,0,0,.1);transform:scale(1.05)}.legend-marketplace-header__theme-toggle::after{content:attr(data-tooltip);position:absolute;bottom:-3.5rem;left:50%;transform:translateX(-50%) scale(0);padding:.8rem 1.2rem;border-radius:.6rem;font-size:1.4rem;font-weight:500;white-space:nowrap;pointer-events:none;opacity:0;transition:all .2s ease;box-shadow:0 4px 16px rgba(0,0,0,.6);border:1px solid var(--color-dark-grey-280);z-index:1000}.legend-marketplace-header__theme-toggle::before{content:"";position:absolute;bottom:-0.8rem;left:50%;transform:translateX(-50%) scale(0);border:.5rem solid rgba(0,0,0,0);pointer-events:none;opacity:0;transition:all .2s ease;z-index:1001}.legend-marketplace-header__theme-toggle:hover::after,.legend-marketplace-header__theme-toggle:hover::before{transform:translateX(-50%) scale(1);opacity:1}.legend-marketplace-header{display:flex;align-items:center;height:var(--legend-marketplace-header-height);box-shadow:none;width:100% !important;position:relative}.legend-marketplace-header__backdrop-image,.legend-marketplace-header__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;pointer-events:none}.legend-marketplace-header__backdrop{backdrop-filter:blur(8px)}.legend-marketplace-header__menu__icon{color:var(--color-black)}.legend-marketplace-header__menu__icon svg{font-size:2.7rem}.legend-marketplace-header__task__count{position:relative;display:inline-block}.legend-marketplace-header__task__badge__avatar{background:var(--color-red-180) !important;color:var(--color-white) !important;min-width:1.5rem;height:1.5rem;padding:0 .25rem;border-radius:50%;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 0 .125rem rgba(0,0,0,.3);position:absolute;top:0;right:0;transform:translate(40%, -40%)}.legend-marketplace-header__task__badge__menu__item{background:var(--color-red-180) !important;color:var(--color-white) !important;min-width:1.5rem;height:1.5rem;padding:0 .25rem;border-radius:50%;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 0 .125rem rgba(0,0,0,.3);margin-left:.5rem}.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:inline-block;vertical-align:top;height:fit-content;margin:-2rem 0;padding:0}.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{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:45%}.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:13rem;color:var(--color-white)}.legend-marketplace-card__image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-position:top;background-repeat:no-repeat;background-origin:content-box}.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:100%;background:var(--color-black);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:0;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(55%)}.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{border-radius:.3rem;align-items:flex-start}.notification__message__content{display:flex;align-items:flex-start;cursor:pointer}.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;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-content{padding:3rem;width:100%;height:auto}.legend-marketplace-subscriptions-content__search-section{width:100%;height:120px;display:flex;align-items:center;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__button{width:10rem;border-radius:2rem}.legend-marketplace-subscriptions-content__cancel-button{display:flex;align-items:center;margin-left:auto}.legend-marketplace-subscriptions-content__subscription-grid{max-height:1000px;width:100%;overflow-y:auto}.legend-marketplace-your-orders{background-color:var(--color-white);min-height:100vh}.legend-marketplace-your-orders__header{padding:1.5rem 0 1rem;margin-bottom:1.5rem}.legend-marketplace-your-orders__header .MuiBreadcrumbs-root{font-size:.875rem;font-weight:500}.legend-marketplace-your-orders__header .MuiBreadcrumbs-root .MuiLink-root{color:hsla(0,0%,100%,.9);text-decoration:none;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.legend-marketplace-your-orders__header .MuiBreadcrumbs-root .MuiLink-root:hover{color:var(--color-white);text-decoration:underline}.legend-marketplace-your-orders__content{width:100%;padding:0 1.5rem 2rem;background:var(--color-white)}@media(width <= 768px){.legend-marketplace-your-orders__content{padding:0 1rem 1.5rem}}.legend-marketplace-your-orders__header-section{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;margin-bottom:2rem;gap:1rem}@media(width <= 768px){.legend-marketplace-your-orders__header-section{flex-direction:column;align-items:flex-start;gap:1rem}}.legend-marketplace-your-orders__header-section h1{font-size:2.5rem;font-weight:600;color:var(--color-dark-grey-100)}.legend-marketplace-your-orders__refresh-button{border:1px solid var(--color-light-grey-300) !important;color:var(--color-dark-grey-400) !important;font-weight:500 !important;font-size:.875rem !important;padding:.5rem 1rem !important;border-radius:6px !important;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.legend-marketplace-your-orders__refresh-button:hover:not(:disabled){border-color:var(--color-blue-100) !important;background-color:var(--color-light-grey-0) !important;color:var(--color-blue-100) !important;transform:translateY(-1px)}.legend-marketplace-your-orders__refresh-button:disabled{opacity:.7 !important;cursor:not-allowed !important;border-color:var(--color-light-grey-200) !important;color:var(--color-dark-grey-500) !important;background-color:var(--color-light-grey-100) !important}.legend-marketplace-your-orders__refresh-button .MuiSvgIcon-root{font-size:1rem}.legend-marketplace-your-orders__refresh-button .MuiCircularProgress-root{color:var(--color-blue-100) !important}.orders-tabs{border-bottom:1px solid var(--color-light-grey-200);margin-bottom:1.5rem}.orders-tabs .MuiTab-root{text-transform:none !important;font-size:2rem !important;font-weight:500 !important;min-width:120px !important;padding:.75rem 1rem !important;color:var(--color-dark-grey-500) !important;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.orders-tabs .MuiTab-root:hover{color:var(--color-dark-grey-400) !important;background-color:rgba(59,130,246,.05)}.orders-tabs .MuiTab-root.Mui-selected{color:var(--color-blue-100) !important;font-weight:600 !important}.orders-tabs .MuiTabs-indicator{background-color:var(--color-blue-100) !important;height:2px !important;border-radius:1px !important}.orders-loading{display:flex;justify-content:center;align-items:center;padding:3rem 0;gap:.75rem}.orders-loading .MuiCircularProgress-root{color:var(--color-blue-100)}.orders-loading .loading-text{font-size:1rem;color:var(--color-dark-grey-400);font-weight:500}.orders-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;background-color:var(--color-light-grey-50);border-radius:1rem;border:1px dashed var(--color-light-grey-300);text-align:center}.orders-empty .empty-icon{margin-bottom:1rem;opacity:.5;color:var(--color-dark-grey-500)}.orders-empty .empty-title{font-size:2rem;font-weight:600;color:var(--color-dark-grey-100);margin-bottom:.5rem}.orders-empty .empty-description{font-size:1.3rem;color:var(--color-dark-grey-500);max-width:380px;line-height:1.5}.orders-table-container{background:var(--color-white);border-radius:1rem !important;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1) !important;border:1px solid var(--color-light-grey-200) !important;overflow:hidden}.orders-table-container .MuiTable-root .MuiTableHead-root{background-color:var(--color-light-grey-100)}.orders-table-container .MuiTable-root .MuiTableHead-root .MuiTableCell-root{font-weight:600 !important;font-size:1.5rem !important;color:var(--color-dark-grey-400) !important;text-transform:uppercase;letter-spacing:.05em;padding:1rem .75rem !important;border-bottom:1px solid var(--color-light-grey-200) !important}.orders-table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root{transition:all .2s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer}.orders-table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root:hover{background-color:rgba(59,130,246,.02) !important}.orders-table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root:not(:last-child){border-bottom:1px solid rgba(243,244,246,.5)}.orders-table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{font-size:1.5rem;vertical-align:middle}.order-status-chip--open{background-color:rgba(245,158,11,.1) !important;color:var(--color-yellow-400) !important;font-weight:500 !important;font-size:1.3rem !important;padding:.25rem .5rem !important;border-radius:.375rem !important}.order-status-chip--open .MuiSvgIcon-root{font-size:1.3rem}.order-status-chip--closed{background-color:rgba(34,197,94,.1) !important;color:var(--color-green-500) !important;font-weight:500 !important;font-size:1.5rem !important;padding:.25rem .5rem !important;border-radius:.375rem !important}.order-status-chip--closed .MuiSvgIcon-root{font-size:1.5rem}.order-row__id-cell{display:flex;align-items:center;gap:.375rem}.order-row__id-cell .expand-button{padding:.25rem !important;border-radius:.375rem !important;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.order-row__id-cell .expand-button:hover{background-color:rgba(59,130,246,.08) !important}.order-row__id-cell .expand-button .MuiSvgIcon-root{font-size:1.5rem;color:var(--color-dark-grey-500)}.order-row__id-cell .order-id{font-weight:600 !important;color:var(--color-blue-100) !important;font-size:1.5rem !important}.order-row__date{font-size:1.5rem;color:var(--color-dark-grey-400);font-weight:400}.order-row__items-count{font-weight:600 !important;font-size:1.5rem !important;color:var(--color-dark-grey-100)}.order-row__total-cost{font-weight:600;color:var(--color-green-500);font-size:1.5rem}.order-row__timeline{font-size:1.5rem;font-weight:400}.order-row__timeline--completed{color:var(--color-green-500)}.order-row__timeline--estimated{color:var(--color-dark-grey-400)}.order-row__timeline--empty{color:var(--color-dark-grey-500)}.order-row__stage{font-weight:600 !important;color:var(--color-white) !important;font-size:1.1rem !important;background:linear-gradient(135deg, var(--color-purple-100), var(--color-magenta-100)) !important;padding:6px 12px !important;border-radius:20px !important;border:none !important;text-transform:capitalize !important;box-shadow:0 2px 4px rgba(0,0,0,.1) !important;line-height:1.2 !important;text-align:center !important;display:inline-block !important}.order-details{margin:1rem;padding:1rem;background-color:rgba(248,250,252,.5);border-radius:.5rem;border:1px solid rgba(243,244,246,.6)}.order-details__title{font-size:2rem !important;font-weight:600 !important;margin-bottom:.75rem !important;color:var(--color-dark-grey-100)}.order-details__items-table .MuiTable-root .MuiTableHead-root{background:linear-gradient(135deg, var(--color-light-grey-0), var(--color-light-grey-50))}.order-details__items-table .MuiTable-root .MuiTableHead-root .MuiTableCell-root{border-bottom:2px solid var(--color-blue-200) !important;padding:12px 10px !important;font-size:1.5rem !important;font-weight:700 !important;color:var(--color-dark-grey-400) !important;text-transform:uppercase;letter-spacing:.075em;position:relative}.order-details__items-table .MuiTable-root .MuiTableHead-root .MuiTableCell-root::after{content:"";position:absolute;bottom:-2px;left:10px;right:10px;height:1px;background:linear-gradient(90deg, transparent, var(--color-blue-100), transparent)}.order-details__items-table .MuiTable-root .MuiTableHead-root .MuiTableCell-root .MuiTypography-root{font-size:1.6rem !important;font-weight:700 !important;color:var(--color-dark-grey-500) !important;text-shadow:0 1px 2px rgba(0,0,0,.05)}.order-details__items-table .MuiTable-root .MuiTableBody-root .MuiTableRow-root{cursor:default;transition:all .2s ease}.order-details__items-table .MuiTable-root .MuiTableBody-root .MuiTableRow-root:hover{background-color:var(--color-light-shade-50) !important;transform:translateY(-1px)}.order-details__items-table .MuiTable-root .MuiTableBody-root .MuiTableRow-root:nth-child(odd){background-color:rgba(var(--color-light-grey-0), 0.3)}.order-details__items-table .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{padding:.5rem .375rem !important;border-bottom:1px solid rgba(243,244,246,.3) !important;font-size:1.5rem;font-weight:500;color:var(--color-dark-grey-400);vertical-align:middle}.order-details__product-name{font-weight:600 !important;color:var(--color-dark-grey-400);font-size:1.3rem !important;line-height:1.2}.order-details__provider-name{font-weight:600 !important;color:var(--color-dark-grey-300);font-size:1.3rem !important;line-height:1.2}.order-details__category-name{font-weight:600 !important;color:var(--color-dark-grey-300);font-size:1.3rem !important;text-transform:uppercase !important;line-height:1.2 !important}.order-details__provider-chip{background-color:var(--color-white) !important;border:1px solid var(--color-light-grey-200) !important;color:var(--color-dark-grey-400) !important;font-size:1.5rem !important;height:20px !important;font-weight:500 !important;border-radius:.375rem !important}.order-details__price{font-size:1.5rem;font-weight:500 !important;color:var(--color-dark-grey-400)}.not-found-screen{display:flex;flex-direction:column;height:100%;width:100%;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__producer-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__icon-group{display:flex;flex-direction:column;align-items:center;gap:.3rem}.marketplace-lakehouse-entitlements__data-contract-viewer__icon-label{font-size:.8rem}.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{display:flex;flex-direction:column;gap:.5rem;align-self:start;margin-top:auto;width:100%;color:var(--color-light-grey-300)}.marketplace-lakehouse-entitlements__data-contract-viewer__footer__subscription-info{width:100%;font-size:1.4rem}.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}.marketplace-lakehouse-home__search-container__logo img{max-height:22rem}.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-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{--marketplace-bg-primary: var(--color-white);--marketplace-bg-secondary: var(--color-hclight-grey-10);--marketplace-bg-elevated: var(--color-hclight-grey-30);--marketplace-text-primary: var(--color-hclight-black);--marketplace-text-secondary: var(--color-legacylight-dark-grey-200);--marketplace-text-muted: var(--color-legacylight-dark-grey-400);--marketplace-link-color: var(--color-blue-50);--marketplace-info-bg: var(--color-legacylight-light-grey-300);--marketplace-info-text: var(--color-legacylight-dark-grey-200)}.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__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 .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 .legend-marketplace-page{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-page__header{background:var(--color-hclight-white);border-bottom:1px solid var(--color-hclight-grey-20);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-header{background:var(--legend-marketplace-light-blue);box-shadow:0 2px 8px rgba(0,0,0,.08)}.theme__hc-light .legend-marketplace-header__backdrop-image,.theme__hc-light .legend-marketplace-header__backdrop{background:var(--legend-marketplace-light-blue)}.theme__hc-light .legend-marketplace-header__container{background:var(--legend-marketplace-light-blue)}.theme__hc-light .legend-marketplace-header__name{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__logo{color:var(--color-hclight-black) !important}.theme__hc-light .legend-marketplace-header__logo svg{color:var(--color-hclight-black) !important;fill:currentcolor;stroke:currentcolor}.theme__hc-light .legend-marketplace-header__menu__icon{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__menu__icon svg{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__tab{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__tab:hover{background-color:rgba(0,0,0,.08)}.theme__hc-light .legend-marketplace-header__tab--selected{color:var(--color-hclight-black);font-weight:600}.theme__hc-light .legend-marketplace-header__tab--selected::before{background:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__icon{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__icon svg{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__contract__count{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__task__badge__avatar,.theme__hc-light .legend-marketplace-header__task__badge__menu__item{background:var(--color-hclight-red-50) !important;color:var(--color-hclight-white) !important}.theme__hc-light .legend-marketplace-header__theme-toggle{background-color:rgba(0,0,0,.06)}.theme__hc-light .legend-marketplace-header__theme-toggle:hover{background-color:rgba(0,0,0,.1)}.theme__hc-light .legend-marketplace-header__theme-toggle::after{background:var(--color-hclight-grey-90);color:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-header__theme-toggle::before{border-bottom-color:var(--color-hclight-grey-90)}.theme__hc-light .MuiMenu-paper{background:var(--color-hclight-white) !important;color:var(--color-hclight-grey-90) !important;border:1px solid var(--color-hclight-grey-20) !important;box-shadow:0 4px 20px rgba(0,0,0,.12) !important}.theme__hc-light .MuiMenu-list,.theme__hc-light .MuiList-root{background:var(--color-hclight-white) !important;color:var(--color-hclight-grey-90) !important}.theme__hc-light .MuiMenuItem-root{color:var(--color-hclight-grey-90) !important}.theme__hc-light .MuiMenuItem-root:hover{background:var(--color-hclight-grey-10) !important}.theme__hc-light .MuiMenuItem-root a,.theme__hc-light .MuiMenuItem-root a:visited{color:inherit !important;text-decoration:none}.theme__hc-light .MuiMenuItem-root .MuiLink-root{color:var(--color-hclight-blue-60) !important}.theme__hc-light .MuiMenuItem-root .MuiLink-root:hover{color:var(--color-hclight-blue-70) !important}.theme__hc-light .MuiMenuItem-root .MuiBox-root{color:var(--color-hclight-grey-90) !important}.theme__hc-light .MuiMenuItem-root .MuiBox-root a,.theme__hc-light .MuiMenuItem-root .MuiBox-root .MuiLink-root{color:var(--color-hclight-blue-60) !important}.theme__hc-light .MuiMenuItem-root .MuiBox-root a:hover,.theme__hc-light .MuiMenuItem-root .MuiBox-root .MuiLink-root:hover{color:var(--color-hclight-blue-70) !important}.theme__hc-light .menu{background:var(--color-hclight-white);border-color:var(--color-hclight-grey-20)}.theme__hc-light .menu__item{color:var(--color-hclight-grey-70)}.theme__hc-light .menu__item:hover{background:var(--color-hclight-grey-10)}.theme__hc-light .menu__item:not([disabled]):hover{background:var(--color-hclight-grey-10)}.theme__hc-light .menu__item[disabled]{color:var(--color-hclight-grey-40)}.theme__hc-light .legend-marketplace-your-orders{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-your-orders__header{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-your-orders__header-section{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-your-orders__header-section h1{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-your-orders__content{background:var(--color-hclight-grey-10)}.theme__hc-light .orders-tabs{border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .orders-tabs .MuiTab-root{color:var(--color-hclight-grey-50)}.theme__hc-light .orders-tabs .MuiTab-root.Mui-selected{color:var(--color-hclight-blue-60)}.theme__hc-light .orders-tabs .MuiTabs-indicator{background-color:var(--color-hclight-blue-60)}.theme__hc-light .orders-loading{color:var(--color-hclight-grey-60)}.theme__hc-light .orders-loading .loading-text{color:var(--color-hclight-grey-60)}.theme__hc-light .orders-empty{background-color:var(--color-hclight-white);border:1px dashed var(--color-hclight-grey-30);color:var(--color-hclight-grey-70)}.theme__hc-light .orders-empty .empty-title{color:var(--color-hclight-grey-90)}.theme__hc-light .orders-empty .empty-description{color:var(--color-hclight-grey-60)}.theme__hc-light .orders-table-container{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20) !important}.theme__hc-light .orders-table-container .MuiTable-root{background:var(--color-hclight-white)}.theme__hc-light .orders-table-container .MuiTable-root thead{background:var(--color-hclight-grey-10);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .orders-table-container .MuiTable-root thead th{color:var(--color-hclight-grey-90);background:var(--color-hclight-grey-10);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .orders-table-container .MuiTable-root tbody tr{background:var(--color-hclight-white);border-bottom:1px solid var(--color-hclight-grey-15)}.theme__hc-light .orders-table-container .MuiTable-root tbody tr:hover{background:var(--color-hclight-grey-5)}.theme__hc-light .orders-table-container .MuiTable-root tbody tr td{color:var(--color-hclight-grey-70);border-bottom:1px solid var(--color-hclight-grey-15)}.theme__hc-light .order-details{background-color:var(--color-hclight-grey-5);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .order-details__title{color:var(--color-hclight-grey-90)}.theme__hc-light .order-details__items-table{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .order-details__items-table thead{background:var(--color-hclight-grey-10)}.theme__hc-light .order-details__items-table thead th{color:var(--color-hclight-grey-90);background:var(--color-hclight-grey-10);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .order-details__items-table tbody td{color:var(--color-hclight-grey-70);border-bottom:1px solid var(--color-hclight-grey-15)}.theme__hc-light .order-details__product-name{color:var(--color-hclight-grey-90)}.theme__hc-light .order-details__provider-name{color:var(--color-hclight-grey-60)}.theme__hc-light .order-details__price{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-vendor-data{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-vendor-data__content{background:var(--color-hclight-grey-10)}.theme__hc-light .legend-marketplace-banner{background:var(--legend-marketplace-light-blue);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-banner__title{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-banner__subtitle{color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-vendordata-main__loading{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-vendordata-main-sidebar{background:var(--color-hclight-white);border-right:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-vendordata-main-sidebar__title{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-vendordata-main-sidebar__subtitle{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-vendordata-main-search-results{background:var(--color-hclight-grey-10)}.theme__hc-light .legend-marketplace-vendordata-main-search-results__category .see-all{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-card{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20);color:var(--color-hclight-grey-90);box-shadow:0 2px 8px rgba(0,0,0,.06)}.theme__hc-light .legend-marketplace-card:hover{background:var(--color-hclight-white);border-color:var(--color-hclight-blue-50);box-shadow:0 4px 16px rgba(0,0,0,.12)}.theme__hc-light .legend-marketplace-card--with-icon{background-color:var(--color-hclight-blue-10)}.theme__hc-light .legend-marketplace-card__content{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-card__content-container{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-card__title{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-card__description{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-card__price{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-card__more-info{background:var(--color-hclight-grey-5);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-card__more-info__content{color:var(--color-hclight-grey-70);background-color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-vendor-card{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-vendor-card:hover{background:var(--color-hclight-grey-5)}.theme__hc-light .legend-marketplace-vendor-card__type--vendor{background:var(--color-hclight-blue-20);color:var(--color-hclight-blue-70)}.theme__hc-light .legend-marketplace-vendor-card__type--curated{background:var(--color-hclight-purple-50);color:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-vendor-card__name{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-vendor-card__description{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-vendor-data-card__vendor-name{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-vendor-data-card__vendor-name__description{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-vendor-data-card__vendor-name__owned{color:var(--color-hclight-green-50)}.theme__hc-light .legend-marketplace-vendor-data-card__product-name{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-vendor-data-card__add-to-cart-button{color:var(--color-hclight-blue-60);border-color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-vendor-data-card__add-to-cart-button:hover{background:var(--color-hclight-blue-10)}.theme__hc-light .legend-marketplace-vendor-data-card__price{color:var(--color-hclight-grey-70)}.theme__hc-light .MuiDialog-paper{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cancel-order-dialog .MuiDialogTitle-root{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-cancel-order-dialog .MuiDialogContent-root{background:var(--color-hclight-white);color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-cancel-order-dialog .MuiDialogActions-root{background:var(--color-hclight-grey-10);border-top:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-cancel-order-dialog__order-info{background:var(--color-hclight-grey-5);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-cancel-order-dialog__text-field .MuiInputBase-root{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cancel-order-dialog__text-field .MuiInputLabel-root{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-cancel-order-dialog__text-field .MuiFormHelperText-root{color:var(--color-hclight-grey-50)}.theme__hc-light .recommended-addons-modal .MuiDialog-paper{background:linear-gradient(145deg, var(--color-hclight-white) 0%, var(--color-hclight-grey-5) 100%);border:1px solid var(--color-hclight-grey-20);box-shadow:0 32px 64px -12px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05)}.theme__hc-light .recommended-addons-modal__header{background:linear-gradient(135deg, var(--color-hclight-blue-10) 0%, var(--color-hclight-white) 50%, var(--color-hclight-purple-50) 100%);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .recommended-addons-modal__header::before{background:linear-gradient(90deg, var(--color-hclight-blue-30) 0%, var(--color-hclight-purple-50) 100%)}.theme__hc-light .recommended-addons-modal__title{color:var(--color-hclight-grey-90)}.theme__hc-light .recommended-addons-modal__subtitle{color:var(--color-hclight-grey-60)}.theme__hc-light .recommended-addons-modal__close-btn{color:var(--color-hclight-grey-60);background:var(--color-hclight-grey-10)}.theme__hc-light .recommended-addons-modal__close-btn:hover{color:var(--color-hclight-grey-90);background:var(--color-hclight-grey-20)}.theme__hc-light .recommended-addons-modal__content{background:rgba(0,0,0,0);color:var(--color-hclight-grey-90)}.theme__hc-light .recommended-addons-modal__section-title{color:var(--color-hclight-grey-90)}.theme__hc-light .recommended-addons-modal__section-description{color:var(--color-hclight-grey-60)}.theme__hc-light .recommended-addons-modal__empty-state .MuiTypography-root{color:var(--color-hclight-grey-60)}.theme__hc-light .recommended-addons-modal__recommendation-card{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .recommended-addons-modal__recommendation-card:hover{background:var(--color-hclight-grey-5);border-color:var(--color-hclight-blue-50)}.theme__hc-light .recommended-addons-modal__success-icon{color:var(--color-hclight-green-50)}.theme__hc-light .recommended-addons-modal__warning-icon{color:var(--color-hclight-yellow-30)}.theme__hc-light .legend-marketplace-cart-drawer{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer .MuiDrawer-paper{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer__header{background:linear-gradient(135deg, var(--color-hclight-blue-50) 0%, var(--color-hclight-blue-60) 100%);box-shadow:0 2px 12px rgba(0,0,0,.1)}.theme__hc-light .legend-marketplace-cart-drawer__header::after{background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent)}.theme__hc-light .legend-marketplace-cart-drawer__header button{color:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-cart-drawer__header button:hover{background:hsla(0,0%,100%,.15)}.theme__hc-light .legend-marketplace-cart-drawer__title{color:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-cart-drawer__section{background:var(--color-hclight-white);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root:hover{background:var(--color-hclight-grey-5)}.theme__hc-light .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused{background:var(--color-hclight-white);box-shadow:0 0 0 3px var(--color-hclight-blue-20)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason{background:var(--color-hclight-white);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__title{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__required{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-hclight-blue-50)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root .MuiSelect-select{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root{color:var(--color-hclight-grey-60);background:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.Mui-focused{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.MuiInputLabel-shrink{background:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__note{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-cart-drawer__content{background:var(--color-hclight-grey-5)}.theme__hc-light .legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-30)}.theme__hc-light .legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb:hover{background:var(--color-hclight-blue-50)}.theme__hc-light .legend-marketplace-cart-drawer__loading,.theme__hc-light .legend-marketplace-cart-drawer__empty{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20);color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-cart-drawer__loading .MuiCircularProgress-root,.theme__hc-light .legend-marketplace-cart-drawer__empty .MuiCircularProgress-root{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-cart-drawer__loading .MuiTypography-root,.theme__hc-light .legend-marketplace-cart-drawer__empty .MuiTypography-root{color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-search-bar:hover,.theme__hc-light .legend-marketplace__search-bar:hover{border-color:var(--color-hclight-blue-50)}.theme__hc-light .legend-marketplace-search-bar input,.theme__hc-light .legend-marketplace__search-bar input{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-search-bar input::placeholder,.theme__hc-light .legend-marketplace__search-bar input::placeholder{color:var(--color-hclight-grey-50)}.theme__hc-light .legend-marketplace-product-search-result-card{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-product-search-result-card:hover{border-color:var(--color-hclight-blue-50);box-shadow:0 4px 12px rgba(0,0,0,.08)}.theme__hc-light .legend-marketplace-home{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-search-results{background:var(--color-hclight-grey-10)}.theme__hc-light .marketplace-lakehouse-home{background:var(--color-hclight-grey-10)}.theme__hc-light .marketplace-lakehouse-home__search-container{background:var(--legend-marketplace-light-blue)}.theme__hc-light .marketplace-lakehouse-home__carousel-title{color:var(--color-hclight-grey-90);border-left-color:var(--color-hclight-blue-60)}.theme__hc-light .marketplace-lakehouse-home__carousel-title:hover{color:var(--color-hclight-black);border-left-color:var(--color-hclight-blue-70)}.theme__hc-light .marketplace-lakehouse-home__search-bar__input{color:var(--color-hclight-grey-90);background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-home__search-bar__input::placeholder{color:var(--color-hclight-grey-50)}.theme__hc-light .marketplace-lakehouse-home__search-bar .MuiOutlinedInput-root{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-home__search-bar .MuiOutlinedInput-root fieldset{border-color:var(--color-hclight-grey-30)}.theme__hc-light .marketplace-lakehouse-home__search-bar .MuiOutlinedInput-root:hover fieldset{border-color:var(--color-hclight-blue-50)}.theme__hc-light .marketplace-lakehouse-home__search-bar .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--color-hclight-blue-60)}.theme__hc-light .marketplace-lakehouse-home__data-product-cards{background:var(--color-hclight-grey-10)}.theme__hc-light .marketplace-lakehouse-search-results{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-search-results__search-container{background:var(--legend-marketplace-light-blue)}.theme__hc-light .marketplace-lakehouse-search-results__results-container{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-search-results__subtitles{color:var(--color-hclight-grey-90)}.theme__hc-light .marketplace-lakehouse-search-results__data-product-cards{background:var(--color-hclight-white)}.theme__hc-light .data-product__viewer{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .data-product__viewer__header__title{color:var(--color-hclight-blue-60)}.theme__hc-light .data-product__viewer__header__type__version--snapshot{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-coming-soon{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-60)}.theme__hc-light .coming-soon-display__content{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20);box-shadow:0 4px 24px rgba(0,0,0,.08)}.theme__hc-light .coming-soon-display__icon{color:var(--color-hclight-blue-40)}.theme__hc-light .coming-soon-display__title{background:linear-gradient(135deg, var(--color-hclight-blue-60), var(--color-hclight-blue-70));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.theme__hc-light .coming-soon-display__subtitle{color:var(--color-hclight-grey-60)}.theme__hc-light .coming-soon-display__description{color:var(--color-hclight-grey-70)}.theme__hc-light .coming-soon-display .features-preview__item{background:var(--color-hclight-grey-5);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .coming-soon-display .features-preview__item:hover{background:var(--color-hclight-blue-10);box-shadow:0 4px 16px rgba(0,0,0,.08)}.theme__hc-light .coming-soon-display .features-preview__item__icon{color:var(--color-hclight-blue-60)}.theme__hc-light .coming-soon-display .features-preview__item__text{color:var(--color-hclight-grey-80)}.theme__hc-light .agents-coming-soon{background:linear-gradient(135deg, var(--color-hclight-grey-5) 0%, var(--color-hclight-blue-10) 100%)}.theme__hc-light .inventory-coming-soon{background:linear-gradient(135deg, var(--color-hclight-white) 0%, var(--color-hclight-grey-10) 100%)}.theme__hc-light .data-api-coming-soon,.theme__hc-light .vendor-data-coming-soon{background:var(--color-hclight-grey-10)}.theme__hc-light .legend-marketplace-subscriptions-content{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-text__emphasis{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-progress-tracker{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-radio-group{background:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-radio-group .legend-marketplace-radio-button{border:1px solid var(--color-hclight-grey-30);color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-radio-group .legend-marketplace-radio-button:hover{border-color:var(--color-hclight-blue-50)}.theme__hc-light .legend-marketplace-radio-group .legend-marketplace-radio-button--selected{border-color:var(--color-hclight-blue-60);background:var(--color-hclight-blue-10);color:var(--color-hclight-blue-70)}.theme__hc-light .marketplace-lakehouse-entitlements-dashboard{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90)}.theme__hc-light .marketplace-lakehouse-entitlements{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-entitlements-grid-viewer{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-entitlements-grid-viewer .ag-theme-balham{--ag-border-color: var(--color-hclight-grey-20);--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-row-hover-color: var(--color-hclight-grey-5)}.theme__hc-light .notification{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20);color:var(--color-hclight-grey-90);box-shadow:0 4px 16px rgba(0,0,0,.12)}.theme__hc-light .notification__content{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .notification__content--error{background:var(--color-hclight-red-50);color:var(--color-hclight-white)}.theme__hc-light .notification__content--success{background:var(--color-hclight-green-50);color:var(--color-hclight-white)}.theme__hc-light .notification__content--warning{background:var(--color-hclight-yellow-30);color:var(--color-hclight-grey-90)}.theme__hc-light .notification__message__content{color:inherit}.theme__hc-light .notification__message__content:active{background:rgba(0,0,0,0)}.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)}.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)}.theme__hc-dark{--marketplace-bg-primary: var(--color-dark-theme-bg-primary);--marketplace-bg-secondary: var(--color-dark-theme-bg-secondary);--marketplace-bg-elevated: var(--color-dark-theme-bg-elevated);--marketplace-text-primary: var(--color-dark-theme-text-primary);--marketplace-text-secondary: var(--color-dark-theme-text-secondary);--marketplace-text-muted: var(--color-dark-theme-text-muted);--marketplace-link-color: var(--color-dark-theme-blue-primary);--marketplace-info-bg: var(--color-dark-theme-bg-elevated);--marketplace-info-text: var(--color-dark-theme-text-primary)}.theme__hc-dark ::-webkit-scrollbar-thumb{background:var(--color-dark-theme-border-light);border:.2rem solid rgba(0,0,0,0);background-clip:content-box;border-radius:.4rem}.theme__hc-dark ::-webkit-scrollbar-track-piece{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .btn--dark{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .btn--dark:hover{background:var(--color-dark-theme-border-light)}.theme__hc-dark .legend-marketplace-page{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-page__header{background:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header{background:var(--color-dark-theme-bg-secondary);box-shadow:0 2px 8px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-header__container{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .legend-marketplace-header__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__menu__icon{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__menu__icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__tab{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-header__tab:hover{background-color:hsla(0,0%,100%,.1)}.theme__hc-dark .legend-marketplace-header__tab--selected{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__tab--selected::before{background:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-header__icon{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__contract__count{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__task__badge__avatar,.theme__hc-dark .legend-marketplace-header__task__badge__menu__item{background:var(--color-red-180) !important;color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .legend-marketplace-header__theme-toggle{background-color:hsla(0,0%,100%,.1)}.theme__hc-dark .legend-marketplace-header__theme-toggle:hover{background-color:hsla(0,0%,100%,.15)}.theme__hc-dark .legend-marketplace-header__theme-toggle::after{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border-light)}.theme__hc-dark .legend-marketplace-header__theme-toggle::before{border-bottom-color:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .MuiMenu-paper{background:var(--color-dark-theme-bg-elevated) !important;color:var(--color-dark-theme-text-primary) !important;border:1px solid var(--color-dark-theme-border) !important;box-shadow:0 4px 20px rgba(0,0,0,.6) !important}.theme__hc-dark .MuiMenu-list,.theme__hc-dark .MuiList-root{background:var(--color-dark-theme-bg-elevated) !important;color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .MuiMenuItem-root{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .MuiMenuItem-root:hover{background:var(--color-dark-theme-bg-tertiary) !important}.theme__hc-dark .MuiMenuItem-root a,.theme__hc-dark .MuiMenuItem-root a:visited{color:inherit !important;text-decoration:none}.theme__hc-dark .MuiMenuItem-root .MuiLink-root{color:var(--color-dark-theme-blue-primary) !important}.theme__hc-dark .MuiMenuItem-root .MuiLink-root:hover{color:var(--color-dark-theme-blue-accent) !important}.theme__hc-dark .MuiMenuItem-root .MuiBox-root{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .MuiMenuItem-root .MuiBox-root a,.theme__hc-dark .MuiMenuItem-root .MuiBox-root .MuiLink-root{color:var(--color-dark-theme-blue-primary) !important}.theme__hc-dark .MuiMenuItem-root .MuiBox-root a:hover,.theme__hc-dark .MuiMenuItem-root .MuiBox-root .MuiLink-root:hover{color:var(--color-dark-theme-blue-accent) !important}.theme__hc-dark .menu{background:var(--color-dark-theme-bg-secondary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .menu__item{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .menu__item:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .menu__item:not([disabled]):hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .menu__item[disabled]{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-your-orders{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-your-orders__header{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-your-orders__header-section{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-your-orders__header-section h1{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-your-orders__content{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .orders-tabs{border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .orders-tabs .MuiTab-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .orders-tabs .MuiTab-root.Mui-selected{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .orders-tabs .MuiTabs-indicator{background-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .orders-loading{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .orders-loading .loading-text{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .orders-empty{background-color:var(--color-dark-theme-bg-secondary);border:1px dashed var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .orders-empty .empty-title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .orders-empty .empty-description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .orders-table-container{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border) !important}.theme__hc-dark .orders-table-container .MuiTable-root{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .orders-table-container .MuiTable-root thead{background:var(--color-dark-theme-bg-tertiary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .orders-table-container .MuiTable-root thead th{color:var(--color-dark-theme-text-primary);background:var(--color-dark-theme-bg-tertiary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .orders-table-container .MuiTable-root tbody tr{background:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .orders-table-container .MuiTable-root tbody tr:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .orders-table-container .MuiTable-root tbody tr td{color:var(--color-dark-theme-text-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .order-details{background-color:var(--color-dark-theme-bg-tertiary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .order-details__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .order-details__items-table{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .order-details__items-table thead{background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .order-details__items-table thead th{color:var(--color-dark-theme-text-primary);background:var(--color-dark-theme-bg-elevated);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .order-details__items-table tbody td{color:var(--color-dark-theme-text-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .order-details__product-name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .order-details__provider-name{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .order-details__price{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendor-data{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendor-data__content{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-banner{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-banner__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-banner__subtitle{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendordata-main__loading{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendordata-main-sidebar{background:var(--color-dark-theme-bg-secondary);border-right:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-vendordata-main-sidebar__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendordata-main-sidebar__subtitle{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-vendordata-main-search-results{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-vendordata-main-search-results__category .see-all{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-card{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary);box-shadow:0 4px 12px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-card:hover{background:var(--color-dark-theme-bg-tertiary);border-color:var(--color-dark-theme-blue-primary);box-shadow:0 8px 20px rgba(0,0,0,.6)}.theme__hc-dark .legend-marketplace-card--with-icon{background-color:var(--color-dark-theme-blue-secondary)}.theme__hc-dark .legend-marketplace-card__content{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-card__content-container{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-card__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-card__description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-card__price{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-card__more-info{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-card__more-info__content{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-vendor-card{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-vendor-card:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .legend-marketplace-vendor-card__type--vendor{background:rgba(115,153,198,.2);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-vendor-card__type--curated{background:rgba(168,85,247,.2);color:var(--color-modal-purple-light)}.theme__hc-dark .legend-marketplace-vendor-card__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendor-card__description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-vendor-data-card__vendor-name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendor-data-card__vendor-name__description{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-vendor-data-card__vendor-name__owned{color:var(--color-dark-green-50)}.theme__hc-dark .legend-marketplace-vendor-data-card__product-name{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-vendor-data-card__add-to-cart-button{color:var(--color-dark-theme-blue-primary);border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-vendor-data-card__add-to-cart-button:hover{background:rgba(115,153,198,.1)}.theme__hc-dark .legend-marketplace-vendor-data-card__price{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .MuiDialog-paper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cancel-order-dialog .MuiDialogTitle-root{background:var(--color-dark-theme-bg-tertiary);color:var(--color-dark-theme-text-primary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cancel-order-dialog .MuiDialogContent-root{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-cancel-order-dialog .MuiDialogActions-root{background:var(--color-dark-theme-bg-tertiary);border-top:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cancel-order-dialog__order-info{background:var(--color-dark-theme-bg-tertiary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cancel-order-dialog__text-field .MuiInputBase-root{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cancel-order-dialog__text-field .MuiInputLabel-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-cancel-order-dialog__text-field .MuiFormHelperText-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .recommended-addons-modal .MuiDialog-paper{background:linear-gradient(145deg, var(--color-dark-theme-bg-secondary) 0%, var(--color-dark-theme-bg-tertiary) 100%);border:1px solid var(--color-dark-theme-border);box-shadow:0 32px 64px -12px rgba(0,0,0,.6),0 0 0 1px hsla(0,0%,100%,.05)}.theme__hc-dark .recommended-addons-modal__header{background:linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(115, 153, 198, 0.12) 50%, rgba(168, 85, 247, 0.08) 100%);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .recommended-addons-modal__header::before{background:linear-gradient(90deg, rgba(115, 153, 198, 0.4) 0%, rgba(168, 85, 247, 0.4) 100%)}.theme__hc-dark .recommended-addons-modal__title{background:linear-gradient(135deg, var(--color-dark-theme-text-primary) 0%, var(--color-dark-theme-text-secondary) 100%);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.theme__hc-dark .recommended-addons-modal__subtitle{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .recommended-addons-modal__close-btn{color:var(--color-dark-theme-text-muted);background:rgba(148,163,184,.1)}.theme__hc-dark .recommended-addons-modal__close-btn:hover{color:var(--color-dark-theme-text-primary);background:rgba(148,163,184,.2)}.theme__hc-dark .recommended-addons-modal__content{background:rgba(0,0,0,0);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .recommended-addons-modal__section-title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .recommended-addons-modal__section-description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .recommended-addons-modal__empty-state .MuiTypography-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .recommended-addons-modal__recommendation-card{background:var(--color-dark-theme-bg-elevated);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .recommended-addons-modal__recommendation-card:hover{background:var(--color-dark-theme-bg-tertiary);border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .recommended-addons-modal__success-icon{color:var(--color-dark-green-50)}.theme__hc-dark .recommended-addons-modal__warning-icon{color:var(--color-dark-yellow-40)}.theme__hc-dark .legend-marketplace-cart-drawer{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer .MuiDrawer-paper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__header{background:linear-gradient(135deg, var(--color-dark-theme-blue-accent) 0%, var(--color-dark-theme-blue-secondary) 100%);box-shadow:0 4px 20px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__header::after{background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent)}.theme__hc-dark .legend-marketplace-cart-drawer__header button{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__header button:hover{background:hsla(0,0%,100%,.1)}.theme__hc-dark .legend-marketplace-cart-drawer__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__section{background:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused{background:var(--color-dark-theme-bg-secondary);box-shadow:0 0 0 3px rgba(115,153,198,.2)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason{background:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__required{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root .MuiSelect-select{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root{color:var(--color-dark-theme-text-muted);background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.Mui-focused{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.MuiInputLabel-shrink{background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__note{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-cart-drawer__content{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb{background:var(--color-dark-theme-border-light)}.theme__hc-dark .legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb:hover{background:var(--color-dark-theme-blue-secondary)}.theme__hc-dark .legend-marketplace-cart-drawer__loading,.theme__hc-dark .legend-marketplace-cart-drawer__empty{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-cart-drawer__loading .MuiCircularProgress-root,.theme__hc-dark .legend-marketplace-cart-drawer__empty .MuiCircularProgress-root{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__loading .MuiTypography-root,.theme__hc-dark .legend-marketplace-cart-drawer__empty .MuiTypography-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-cart-drawer__items{background:rgba(0,0,0,0)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border);box-shadow:0 2px 16px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card:hover{border-color:var(--color-dark-theme-blue-primary);box-shadow:0 8px 32px rgba(0,0,0,.6)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__header{background:linear-gradient(135deg, var(--color-dark-theme-bg-tertiary) 0%, var(--color-dark-theme-bg-elevated) 100%);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__provider{background:linear-gradient(135deg, var(--color-dark-theme-blue-accent) 0%, var(--color-dark-theme-blue-primary) 100%);color:var(--color-dark-theme-text-primary);box-shadow:0 2px 8px rgba(115,153,198,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__remove-btn{background:rgba(239,68,68,.2);color:var(--color-dark-red-50)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__remove-btn:hover{background:rgba(239,68,68,.3)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__content{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__price{color:var(--color-dark-theme-blue-primary);background:linear-gradient(135deg, var(--color-dark-theme-blue-primary) 0%, var(--color-dark-theme-blue-accent) 100%);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__price-suffix{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__category{background:linear-gradient(135deg, var(--color-dark-theme-bg-elevated) 0%, var(--color-dark-theme-bg-tertiary) 100%)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__category span{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-cart-drawer__footer{background:var(--color-dark-theme-bg-secondary);border-top:1px solid var(--color-dark-theme-border);box-shadow:0 -4px 20px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__clear-button{background:linear-gradient(135deg, var(--color-dark-theme-bg-tertiary) 0%, var(--color-dark-theme-bg-elevated) 100%);color:var(--color-dark-theme-text-primary);border:2px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cart-drawer__clear-button:hover:not(:disabled){background:linear-gradient(135deg, var(--color-dark-theme-bg-elevated) 0%, var(--color-dark-theme-border-light) 100%);border-color:var(--color-dark-theme-blue-primary);box-shadow:0 4px 16px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__order-button{background:linear-gradient(135deg, var(--color-dark-theme-blue-primary) 0%, var(--color-dark-theme-blue-secondary) 100%);color:var(--color-dark-theme-text-primary);box-shadow:0 4px 16px rgba(115,153,198,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__order-button:hover:not(:disabled){background:linear-gradient(135deg, var(--color-dark-theme-blue-secondary) 0%, var(--color-dark-theme-blue-primary) 100%);box-shadow:0 8px 24px rgba(115,153,198,.5)}.theme__hc-dark .legend-marketplace-cart-drawer__order-button:disabled{opacity:.5}.theme__hc-dark .legend-marketplace-search-bar .MuiInputBase-root,.theme__hc-dark .legend-marketplace__search-bar .MuiInputBase-root{color:var(--color-dark-theme-text-primary);border:1px solid var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiInputBase-root:hover,.theme__hc-dark .legend-marketplace__search-bar .MuiInputBase-root:hover{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-search-bar__input,.theme__hc-dark .legend-marketplace__search-bar__input{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar input,.theme__hc-dark .legend-marketplace__search-bar input{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar input::placeholder,.theme__hc-dark .legend-marketplace__search-bar input::placeholder{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiIconButton-root,.theme__hc-dark .legend-marketplace__search-bar .MuiIconButton-root{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiIconButton-root svg,.theme__hc-dark .legend-marketplace__search-bar .MuiIconButton-root svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiIconButton-root:hover,.theme__hc-dark .legend-marketplace__search-bar .MuiIconButton-root:hover{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiIconButton-root:hover svg,.theme__hc-dark .legend-marketplace__search-bar .MuiIconButton-root:hover svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiInputLabel-root,.theme__hc-dark .legend-marketplace__search-bar .MuiInputLabel-root{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiInputLabel-root.Mui-focused,.theme__hc-dark .legend-marketplace__search-bar .MuiInputLabel-root.Mui-focused{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .product-search-card,.theme__hc-dark .legend-marketplace-product-search-result-card{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .product-search-card:hover,.theme__hc-dark .legend-marketplace-product-search-result-card:hover{background:var(--color-dark-theme-bg-tertiary);border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .product-search-card__title,.theme__hc-dark .legend-marketplace-product-search-result-card__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .product-search-card__description,.theme__hc-dark .legend-marketplace-product-search-result-card__description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .product-search-card__data-product-name,.theme__hc-dark .legend-marketplace-product-search-result-card__data-product-name{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .product-search-card__data-product-description,.theme__hc-dark .legend-marketplace-product-search-result-card__data-product-description{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .lakehouse-data-product-card,.theme__hc-dark .marketplace-lakehouse-data-product-card{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .lakehouse-data-product-card:hover,.theme__hc-dark .marketplace-lakehouse-data-product-card:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .lakehouse-data-product-card__name,.theme__hc-dark .marketplace-lakehouse-data-product-card__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__description,.theme__hc-dark .marketplace-lakehouse-data-product-card__description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .lakehouse-data-product-card__description__markdown,.theme__hc-dark .marketplace-lakehouse-data-product-card__description__markdown{background:rgba(0,0,0,0);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__title,.theme__hc-dark .marketplace-lakehouse-data-product-card__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__lakehouse,.theme__hc-dark .marketplace-lakehouse-data-product-card__lakehouse{color:var(--color-dark-green-50);background:rgba(106,153,85,.2)}.theme__hc-dark .lakehouse-data-product-card__version--snapshot,.theme__hc-dark .marketplace-lakehouse-data-product-card__version--snapshot{color:var(--color-dark-theme-blue-primary);background:rgba(115,153,198,.2)}.theme__hc-dark .lakehouse-data-product-card__version--release,.theme__hc-dark .marketplace-lakehouse-data-product-card__version--release{color:var(--color-dark-green-50);background:rgba(106,153,85,.2)}.theme__hc-dark .lakehouse-data-product-card__environment-classification--unknown,.theme__hc-dark .marketplace-lakehouse-data-product-card__environment-classification--unknown{color:var(--color-dark-theme-text-muted);background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .lakehouse-data-product-card__environment-classification--dev,.theme__hc-dark .marketplace-lakehouse-data-product-card__environment-classification--dev{color:var(--color-dark-yellow-40);background:rgba(251,188,5,.2)}.theme__hc-dark .lakehouse-data-product-card__environment-classification--prod-parallel,.theme__hc-dark .marketplace-lakehouse-data-product-card__environment-classification--prod-parallel{color:var(--color-dark-theme-blue-primary);background:rgba(115,153,198,.2)}.theme__hc-dark .lakehouse-data-product-card__environment-classification--prod,.theme__hc-dark .marketplace-lakehouse-data-product-card__environment-classification--prod{color:var(--color-dark-green-50);background:rgba(106,153,85,.2)}.theme__hc-dark .lakehouse-data-product-card__more-info-btn,.theme__hc-dark .marketplace-lakehouse-data-product-card__more-info-btn{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__more-info-btn:hover,.theme__hc-dark .lakehouse-data-product-card__more-info-btn--selected,.theme__hc-dark .marketplace-lakehouse-data-product-card__more-info-btn:hover,.theme__hc-dark .marketplace-lakehouse-data-product-card__more-info-btn--selected{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .lakehouse-data-product-card__more-info-btn svg,.theme__hc-dark .marketplace-lakehouse-data-product-card__more-info-btn svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover__name,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover__content,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__content{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover__section-header,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__section-header{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .lakehouse-data-product-card__popover__section-content__markdown,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__section-content__markdown{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover__table td,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__table td{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover__project-link,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__project-link{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-coming-soon{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-coming-soon__content{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-coming-soon__feature-item{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-coming-soon__feature-item:hover{background:var(--color-dark-theme-bg-tertiary);border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .coming-soon-display{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .coming-soon-display__content{background:rgba(26,26,26,.95);backdrop-filter:blur(2rem);border:1px solid var(--color-dark-theme-border);box-shadow:0 2rem 4rem rgba(0,0,0,.6)}.theme__hc-dark .coming-soon-display__icon{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .coming-soon-display__title{background:linear-gradient(135deg, var(--color-dark-theme-blue-primary), var(--color-dark-theme-blue-accent));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.theme__hc-dark .coming-soon-display__subtitle{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .coming-soon-display__description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .coming-soon-display .features-preview__item{background:rgba(115,153,198,.1);border:1px solid rgba(115,153,198,.2)}.theme__hc-dark .coming-soon-display .features-preview__item:hover{background:rgba(115,153,198,.15);box-shadow:0 .8rem 2rem rgba(115,153,198,.3)}.theme__hc-dark .coming-soon-display .features-preview__item__icon{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .coming-soon-display .features-preview__item__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .coming-soon-display .features-preview__item__text{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home__landing{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home__landing__title{background:linear-gradient(135deg, var(--color-dark-theme-blue-primary), var(--color-dark-theme-blue-accent));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.theme__hc-dark .legend-marketplace-home__landing__description{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-home__button{background:rgba(0,0,0,0);color:var(--color-dark-theme-text-primary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-home__button:hover{background:linear-gradient(90deg, rgba(115, 153, 198, 0.8) 0%, rgba(91, 127, 163, 0.8) 100%);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home__button__icon{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home__vendors-title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home__vendors-cards{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-search-results{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__content{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-search-results__search-bar{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-search-results__results__cards{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar{background-color:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container{background-color:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiSelect-select{color:var(--color-dark-theme-text-primary);background:rgba(0,0,0,0);border-color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiSelect-select:hover{background:var(--color-dark-theme-text-primary);color:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiOutlinedInput-root:hover{background:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiOutlinedInput-root:hover .MuiSelect-select{color:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .legend-marketplace-search-results__drawer{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__drawer__vendor-name{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-search-results__drawer__data-product-name{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-search-results__drawer__data-product-description{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-search-results__drawer__table-card{background:var(--color-dark-theme-bg-tertiary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-search-results__drawer__table-card__content{background:var(--color-dark-theme-bg-tertiary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-search-results{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-home{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-home__search-container{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .marketplace-lakehouse-home__carousel-title{color:var(--color-dark-theme-text-primary);border-left-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .marketplace-lakehouse-home__carousel-title:hover{color:var(--color-dark-theme-text-primary);border-left-color:var(--color-dark-theme-blue-accent)}.theme__hc-dark .marketplace-lakehouse-home__search-bar__input{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-subscriptions-content{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-subscriptions-content__search-section{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-subscriptions-content__user-search{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-subscriptions-content__subscription-grid{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .not-found-screen{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .not-found-screen__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .not-found-screen__message{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .MuiButton-outlined{border-color:var(--color-dark-theme-border)}.theme__hc-dark .MuiButton-outlined:hover{border-color:var(--color-dark-theme-blue-primary);background:var(--color-dark-theme-bg-tertiary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiButton-contained{background:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiButton-contained:hover{background:var(--color-dark-theme-blue-accent)}.theme__hc-dark .MuiChip-root{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .MuiAccordion-root{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiAccordion-root::before{background-color:var(--color-dark-theme-border)}.theme__hc-dark .MuiAccordionSummary-root{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .MuiAccordionSummary-root:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .MuiAccordionDetails-root{background:var(--color-dark-theme-bg-secondary);border-top:1px solid var(--color-dark-theme-border)}.theme__hc-dark .MuiTextField-root .MuiInputBase-root{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border:2px solid var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiTextField-root .MuiInputBase-root:hover{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .MuiTextField-root .MuiInputBase-root.Mui-focused{border-color:var(--color-dark-theme-blue-primary);box-shadow:0 0 0 3px rgba(115,153,198,.2)}.theme__hc-dark .MuiTextField-root input{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiTextField-root input::placeholder{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .MuiTextField-root .MuiInputLabel-root{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiTextField-root .MuiInputLabel-root.Mui-focused{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .MuiTextField-root .MuiInputLabel-root.MuiInputLabel-shrink{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiTextField-root .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-border)}.theme__hc-dark .MuiTextField-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .MuiTextField-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .MuiTooltip-tooltip{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-text__emphasis{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-progress-tracker{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .legend-marketplace-progress-tracker__step-label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-progress-tracker__step-details{background:var(--color-dark-theme-bg-tertiary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-progress-tracker__step-detail{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .notification__content{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .notification__message__content:active{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .notification__message__content__icon--info{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .notification__message__content__icon--error{color:var(--color-dark-red-50)}.theme__hc-dark .notification__message__content__icon--warning{color:var(--color-dark-yellow-40)}.theme__hc-dark .notification__message__content__icon--success{color:var(--color-dark-green-50)}.theme__hc-dark .notification__action{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .notification__action:hover{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-radio-group .legend-marketplace-radio-button{color:var(--color-dark-theme-text-primary);background-color:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-radio-group .legend-marketplace-radio-button:hover{background-color:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .legend-marketplace-radio-group .legend-marketplace-radio-button__selected{background-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__header__title{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__header__type__version--snapshot{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__content__terminal__access-section span{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__content__terminal__access-table--cell{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__content__terminal__access-table--cell--entity{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__content__terminal__access-table--row{background-color:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__content__terminal__access-table--row:hover{background-color:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .data-product__viewer__panel__header{border-bottom-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__wiki__section__header{color:var(--color-dark-theme-blue-primary);border-bottom-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__wiki__section__header__subtitle{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__wiki__expert-contact__info__id{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__wiki__terminal__section__pricing{border-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__tabs-bar{background:var(--color-dark-theme-bg-secondary);border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__tabs{background:var(--color-dark-theme-bg-secondary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__tabs .MuiTabs-indicator{background-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__tab{border-right-color:var(--color-dark-theme-border);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__tab--selected{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__access-group__item__header__title{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-product__viewer__access-group__item__header__type{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__access-group__item__description{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab__header{border-bottom-color:var(--color-dark-theme-border);border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab:hover{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab:hover .data-product__viewer__access-group__item__content__tab__icon svg{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab--active{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab--active .data-product__viewer__access-group__item__content__tab__label{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab--active .data-product__viewer__access-group__item__content__tab__icon svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab+.theme__hc-dark .data-product__viewer__access-group__item__content__tab{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab__icon svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab__label{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__access-group__item__content__action-tab-group{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab__content{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__access-point__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__access-point__description{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-product__viewer__more-info__columns-grid{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark{--ag-background-color: var(--color-dark-theme-bg-secondary);--ag-foreground-color: var(--color-dark-theme-text-primary);--ag-header-background-color: var(--color-dark-theme-bg-elevated);--ag-header-foreground-color: var(--color-dark-theme-text-primary);--ag-border-color: var(--color-dark-theme-border);--ag-row-hover-color: var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-root-wrapper,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-root-wrapper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-header,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-header{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-header-cell,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-header-cell{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-row,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-row{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-row-hover,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-row-hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-cell,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-cell{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__more-info__grammar{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-editor,.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-editor .monaco-editor-background,.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-editor .inputarea.ime-input{background:var(--color-dark-theme-bg-secondary) !important;color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-editor .view-lines{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-editor .line-numbers{color:var(--color-dark-theme-text-muted) !important}.theme__hc-dark .data-product__viewer__more-info__grammar .mtk1{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-scrollable-element>.scrollbar>.slider{background:var(--color-dark-theme-border-light) !important}.theme__hc-dark .data-product__viewer__grid.ag-theme-balham,.theme__hc-dark .data-product__viewer__grid.ag-theme-balham-dark{--ag-background-color: var(--color-dark-theme-bg-secondary);--ag-foreground-color: var(--color-dark-theme-text-primary);--ag-header-background-color: var(--color-dark-theme-bg-elevated);--ag-header-foreground-color: var(--color-dark-theme-text-primary);--ag-border-color: var(--color-dark-theme-border);--ag-row-hover-color: var(--color-dark-theme-bg-tertiary);background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-product__viewer__grid.ag-theme-balham .ag-root-wrapper,.theme__hc-dark .data-product__viewer__grid.ag-theme-balham-dark .ag-root-wrapper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__grid.ag-theme-balham .ag-header,.theme__hc-dark .data-product__viewer__grid.ag-theme-balham-dark .ag-header{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__grid.ag-theme-balham .ag-row,.theme__hc-dark .data-product__viewer__grid.ag-theme-balham-dark .ag-row{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__grid.ag-theme-balham .ag-cell,.theme__hc-dark .data-product__viewer__grid.ag-theme-balham-dark .ag-cell{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__grid--empty{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__grid__empty-cell{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__tds__query{border-color:var(--color-dark-theme-border);background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-product__viewer__tds__placeholder-panel{border-color:var(--color-dark-theme-border);background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__tds__query-text{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-product__viewer__tds__query-text__content .monaco-editor,.theme__hc-dark .data-product__viewer__tds__query-text__content .monaco-editor .monaco-editor-background{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .data-product__viewer__tds__query-text__content .monaco-editor .view-lines{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .data-product__viewer__tds__query-text__action svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__tds__query-text__action:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .product-header-tabs__tab{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .product-header-tabs__tab:hover{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .product-header-tabs__tab--active{color:var(--color-dark-theme-blue-primary);border-bottom-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__terminal__header__product-name{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__divider{border-color:var(--color-dark-theme-border);background-color:var(--color-dark-theme-border)}.theme__hc-dark .models-documentation__viewer__wiki__section__header{border-bottom-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__viewer__wiki__section__header__anchor svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__viewer__wiki__section__header__anchor:hover svg{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .models-documentation__viewer__wiki__section__header__documentation{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__viewer__wiki__placeholder{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__viewer__grid--empty{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__viewer__grid__empty-cell{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__viewer__grid.ag-theme-balham-dark{--ag-row-hover-color: var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .models-documentation__grid__cell__label__icon{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__grid__cell__label__derived-property-badge{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__grid__cell__label__milestoning-badge svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__grid__cell__action{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__grid__cell__action:hover{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__grid__element-row{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);--ag-row-hover-color: var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .models-documentation__filter__toggler{border-color:var(--color-dark-theme-border);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__filter__toggler:hover{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__toggler__icon{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .models-documentation__filter__panel{border-color:var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary);background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .models-documentation__filter__group+.theme__hc-dark .models-documentation__filter__group{border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .models-documentation__filter__group__header__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__group__header__reset{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__filter__group__header__reset:hover{color:var(--color-dark-theme-blue-secondary)}.theme__hc-dark .models-documentation__filter__group__header__reset[disabled],.theme__hc-dark .models-documentation__filter__group__header__reset[disabled]:hover{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__filter__tree__node__container:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .models-documentation__filter__tree__node__type-icon{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__tree__node__type-icon--package{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__filter__tree__node__checker svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__filter__tree__node__checker:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__tree__node__expand-icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__tree__node__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__tree__node__count{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__search__input{border-color:var(--color-dark-theme-border);background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__search__input__search__icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__search__input__clear-btn svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__search__input__clear-btn:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__search__input__config__trigger svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__search__input__config__trigger--toggled svg,.theme__hc-dark .models-documentation__search__input__config__trigger:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__search__input__config__trigger--active svg,.theme__hc-dark .models-documentation__search__input__config__trigger--active:hover svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__tooltip{background:var(--color-dark-theme-bg-elevated) !important}.theme__hc-dark .models-documentation__tooltip__item__label{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__tooltip__item__value{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__header__title{background:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__header__title__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__header__title__verified-badge svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__header__actions{background:var(--color-dark-theme-bg-secondary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__header__execution-context-selector__trigger__icon{border-right-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__header__execution-context-selector__trigger__icon svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__header__execution-context-selector__trigger__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__header__execution-context-selector__trigger__dropdown-icon svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__header__execution-context-selector__option--active{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .data-space__viewer__header__actions-selector{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__header__actions-selector svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__header__actions-selector:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__panel__header{border-bottom-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__panel__content__placeholder{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__panel__content__placeholder svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__grid--empty{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__grid__empty-cell{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__scroller{background:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__scroller__percentage{background:var(--color-dark-theme-blue-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__activity-bar{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-space__viewer__activity-bar__menu{border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__activity-bar__menu-item{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__activity-bar__item{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__activity-bar__item:hover{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__activity-bar__item--active{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__activity-bar__divider{background:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__wiki__section__header{border-bottom-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__wiki__section__header__anchor svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__wiki__section__header__anchor:hover svg{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-space__viewer__wiki__section__header__documentation{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__wiki__placeholder{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__navigation__pager{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__group__separator{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__dropdown{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__dropdown__label{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__dropdown__trigger svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__tool--active{background:var(--color-dark-theme-bg-elevated);border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__tool:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__tool svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__description{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-space__viewer__diagram-viewer__description__close-btn svg,.theme__hc-dark .data-space__viewer__diagram-viewer__description__expand-btn svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__description__close-btn:hover svg,.theme__hc-dark .data-space__viewer__diagram-viewer__description__expand-btn:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__description__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__description__content__placeholder{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel .diagram-canvas{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__navigator svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__navigator:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__navigator[disabled] svg,.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__navigator[disabled]:hover svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__indicators{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__indicators__notch{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__indicator svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__indicator--active svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__header__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__header__type{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__header__anchor svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__quickstart__item__header__anchor:hover svg{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab__header{border-bottom-color:var(--color-dark-theme-border);border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab+.theme__hc-dark .data-space__viewer__quickstart__item__content__tab{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab:hover .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab:hover .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab--active:hover .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__label,.theme__hc-dark .data-space__viewer__quickstart__item__content__tab--active .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__label{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab--active:hover .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__icon svg,.theme__hc-dark .data-space__viewer__quickstart__item__content__tab--active .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__icon svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__action-tab-group{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__quickstart__tds__query{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__quickstart__tds__placeholder-panel{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__quickstart__tds__query-text__action svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__quickstart__tds__query-text__action:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__execution-context__context-icon{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__execution-context__entry__icon{background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .data-space__viewer__execution-context__entry__icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__execution-context__entry__content{border-color:var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary);background:var(--color-dark-theme-bg-elevated);border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__execution-context__entry__content__dropdown__option__tag{background:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__execution-context__entry__content .selector-input--dark__control,.theme__hc-dark .data-space__viewer__execution-context__entry__content .selector-input--dark__control:hover{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__info__project-info__label{background:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__info__project-info__value{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__info__project-info__link{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__info__section__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__info__tagged-value__tag{background:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__info__tagged-value__value{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__info__steoreotype{background:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__info__section__placeholder{color:var(--color-dark-theme-text-muted);border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__support__entry__icon{background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .data-space__viewer__support__entry__icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__support__entry__content{border-color:var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary);background:var(--color-dark-theme-bg-elevated);border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__tooltip{background:var(--color-dark-theme-bg-elevated) !important}.theme__hc-dark .data-space__viewer__tooltip__item__label{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__tooltip__item__value{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard .MuiTabs-root{border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard .MuiTabs-root .MuiTabs-indicator{background-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard .MuiTab-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard .MuiTab-root.Mui-selected{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard .MuiTab-root .MuiTypography-root{color:inherit}.theme__hc-dark .marketplace-lakehouse-entitlements__pending-tasks,.theme__hc-dark .marketplace-lakehouse-entitlements__pending-contracts,.theme__hc-dark .marketplace-lakehouse-entitlements__completed-contracts{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__grid__taskid-cell{color:var(--color-dark-theme-blue-primary);text-decoration:underline}.theme__hc-dark .marketplace-lakehouse-entitlements__grid__taskid-cell:hover{color:var(--color-dark-theme-blue-accent)}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer__item-clickable-text{color:var(--color-dark-theme-blue-primary);text-decoration:underline}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer__item-clickable-text:hover{color:var(--color-dark-theme-blue-accent)}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer__status--success{color:var(--color-dark-green-50)}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer__status--in-progress{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer__status--error{color:var(--color-dark-red-50)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-creator__enterprise-apg-notice{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__content{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__metadata{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__user-list{background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__user-list__container{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__task-approval-view{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__task-approval-view__timestamp{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline__content{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline .MuiTimelineDot-root svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline .MuiTimelineConnector-root{background-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline .MuiIconButton-root{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline .MuiIconButton-root svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline .MuiIconButton-root:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__footer{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__footer .MuiIconButton-root{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__footer .MuiIconButton-root svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__footer .MuiIconButton-root:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .marketplace-dialog-close-btn{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .marketplace-dialog-close-btn svg{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .marketplace-dialog-close-btn:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .MuiButtonBase-root.MuiIconButton-root.marketplace-dialog-close-btn{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .MuiButtonBase-root.MuiIconButton-root.marketplace-dialog-close-btn svg{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-approval__success{background:rgba(106,153,85,.2);color:var(--color-dark-green-50);border:1px solid var(--color-dark-green-50)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-approval__error{background:rgba(250,83,67,.2);color:var(--color-dark-red-50);border:1px solid var(--color-dark-red-50)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-approval__error__content{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark{--ag-background-color: var(--color-dark-theme-bg-secondary);--ag-foreground-color: var(--color-dark-theme-text-primary);--ag-header-background-color: var(--color-dark-theme-bg-elevated);--ag-header-foreground-color: var(--color-dark-theme-text-primary);--ag-border-color: var(--color-dark-theme-border);--ag-row-hover-color: var(--color-dark-theme-bg-tertiary);background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-root-wrapper,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-root-wrapper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-header,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-header{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-header-cell,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-header-cell{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-right-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-row,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-row{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-row-hover,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-row-hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-cell,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-cell{color:var(--color-dark-theme-text-primary);border-right-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-paging-panel,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-paging-panel{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham,.theme__hc-dark .ag-theme-balham-dark{--ag-background-color: var(--color-dark-theme-bg-secondary);--ag-foreground-color: var(--color-dark-theme-text-primary);--ag-header-background-color: var(--color-dark-theme-bg-elevated);--ag-header-foreground-color: var(--color-dark-theme-text-primary);--ag-border-color: var(--color-dark-theme-border);--ag-row-hover-color: var(--color-dark-theme-bg-tertiary);--ag-selected-row-background-color: var(--color-dark-theme-bg-tertiary);background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .ag-theme-balham .ag-root-wrapper,.theme__hc-dark .ag-theme-balham-dark .ag-root-wrapper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-header,.theme__hc-dark .ag-theme-balham-dark .ag-header{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-header-cell,.theme__hc-dark .ag-theme-balham-dark .ag-header-cell{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-right-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-row,.theme__hc-dark .ag-theme-balham-dark .ag-row{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-row-odd,.theme__hc-dark .ag-theme-balham-dark .ag-row-odd{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .ag-theme-balham .ag-row-hover,.theme__hc-dark .ag-theme-balham-dark .ag-row-hover{background:var(--color-dark-theme-bg-tertiary) !important}.theme__hc-dark .ag-theme-balham .ag-cell,.theme__hc-dark .ag-theme-balham-dark .ag-cell{color:var(--color-dark-theme-text-primary);border-right-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-paging-panel,.theme__hc-dark .ag-theme-balham-dark .ag-paging-panel{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-paging-button,.theme__hc-dark .ag-theme-balham-dark .ag-paging-button{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .ag-theme-balham .ag-paging-description,.theme__hc-dark .ag-theme-balham-dark .ag-paging-description{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .ag-theme-balham .ag-icon,.theme__hc-dark .ag-theme-balham-dark .ag-icon{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .monaco-editor{background:var(--color-dark-theme-bg-secondary) !important;color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .monaco-editor .monaco-editor-background{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .inputarea.ime-input{background:var(--color-dark-theme-bg-secondary) !important;color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .monaco-editor .view-lines{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .monaco-editor .view-line{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .monaco-editor .line-numbers{color:var(--color-dark-theme-text-muted) !important}.theme__hc-dark .monaco-editor .margin,.theme__hc-dark .monaco-editor .margin-view-overlays{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .glyph-margin{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .monaco-scrollable-element>.scrollbar{background:rgba(0,0,0,0) !important}.theme__hc-dark .monaco-editor .monaco-scrollable-element>.scrollbar>.slider{background:var(--color-dark-theme-border-light) !important}.theme__hc-dark .monaco-editor .monaco-scrollable-element>.scrollbar>.slider:hover{background:var(--color-dark-theme-border) !important}.theme__hc-dark .monaco-editor .overflow-guard{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .minimap{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .minimap-slider{background:hsla(0,0%,100%,.1) !important}.theme__hc-dark .monaco-editor .decorationsOverviewRuler{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .lines-content{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .view-overlays{background:rgba(0,0,0,0) !important}.theme__hc-dark .monaco-editor .mtk1{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .monaco-editor .current-line{background:hsla(0,0%,100%,.05) !important;border:none !important}.theme__hc-dark .monaco-editor .selected-text{background:rgba(115,153,198,.3) !important}.theme__hc-dark .monaco-editor .cursor{background:var(--color-dark-theme-text-primary) !important;border-color:var(--color-dark-theme-text-primary) !important}/*# 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;--marketplace-bg-primary: var(--color-white);--marketplace-bg-secondary: var(--color-hclight-grey-10);--marketplace-bg-elevated: var(--color-hclight-grey-30);--marketplace-text-primary: var(--color-hclight-black);--marketplace-text-secondary: var(--color-legacylight-dark-grey-200);--marketplace-text-muted: var(--color-legacylight-dark-grey-400);--marketplace-link-color: var(--color-blue-50);--marketplace-info-bg: var(--color-legacylight-light-grey-300);--marketplace-info-text: var(--color-legacylight-dark-grey-200)}html *{font-family:"GS Sans",Helvetica,Arial,sans-serif}.app{width:100%;height:100%;overflow:auto;background:var(--marketplace-bg-primary);color:var(--marketplace-text-primary)}.app__page{display:flex;align-items:center;flex-direction:column;width:100%;height:calc(100% - var(--legend-marketplace-header-height));background:var(--marketplace-bg-primary)}.app__info__group{margin-top:1rem;color:var(--marketplace-info-text);background:var(--marketplace-info-bg);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(--marketplace-text-muted)}.app__info__entry__value{color:var(--marketplace-text-secondary)}.app__info__entry__value a{text-decoration:none;font-weight:700;color:var(--marketplace-link-color)}.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__theme-toggle{position:relative;transition:all .2s ease;border-radius:50%;background-color:rgba(0,0,0,.06)}.legend-marketplace-header__theme-toggle:hover{background-color:rgba(0,0,0,.1);transform:scale(1.05)}.legend-marketplace-header__theme-toggle::after{content:attr(data-tooltip);position:absolute;bottom:-3.5rem;left:50%;transform:translateX(-50%) scale(0);padding:.8rem 1.2rem;border-radius:.6rem;font-size:1.4rem;font-weight:500;white-space:nowrap;pointer-events:none;opacity:0;transition:all .2s ease;box-shadow:0 4px 16px rgba(0,0,0,.6);border:1px solid var(--color-dark-grey-280);z-index:1000}.legend-marketplace-header__theme-toggle::before{content:"";position:absolute;bottom:-0.8rem;left:50%;transform:translateX(-50%) scale(0);border:.5rem solid rgba(0,0,0,0);pointer-events:none;opacity:0;transition:all .2s ease;z-index:1001}.legend-marketplace-header__theme-toggle:hover::after,.legend-marketplace-header__theme-toggle:hover::before{transform:translateX(-50%) scale(1);opacity:1}.legend-marketplace-header{display:flex;align-items:center;height:var(--legend-marketplace-header-height);box-shadow:none;width:100% !important;position:relative}.legend-marketplace-header__backdrop-image,.legend-marketplace-header__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;pointer-events:none}.legend-marketplace-header__backdrop{backdrop-filter:blur(8px)}.legend-marketplace-header__menu__icon{color:var(--color-black)}.legend-marketplace-header__menu__icon svg{font-size:2.7rem}.legend-marketplace-header__task__count{position:relative;display:inline-block}.legend-marketplace-header__task__badge__avatar{background:var(--color-red-180) !important;color:var(--color-white) !important;min-width:1.5rem;height:1.5rem;padding:0 .25rem;border-radius:50%;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 0 .125rem rgba(0,0,0,.3);position:absolute;top:0;right:0;transform:translate(40%, -40%)}.legend-marketplace-header__task__badge__menu__item{background:var(--color-red-180) !important;color:var(--color-white) !important;min-width:1.5rem;height:1.5rem;padding:0 .25rem;border-radius:50%;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 0 .125rem rgba(0,0,0,.3);margin-left:.5rem}.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:inline-block;vertical-align:top;height:fit-content;margin:-2rem 0;padding:0}.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{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:45%}.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:13rem;color:var(--color-white)}.legend-marketplace-card__image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-position:top;background-repeat:no-repeat;background-origin:content-box}.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:100%;background:var(--color-black);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:0;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(55%)}.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:45%;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__provider{font:500 1.8rem/1.8rem "GS Sans Condensed","Trebuchet MS",sans-serif;color:var(--color-white);margin-bottom:1rem;word-wrap:break-word;opacity:.95;text-transform:uppercase;letter-spacing:.05rem}.legend-marketplace-terminal-card__title{font:2.75rem/2.75rem "GS Sans Condensed","Trebuchet MS",sans-serif;margin-bottom:.5rem;word-wrap:break-word;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-terminal-card__category-chip{position:absolute;top:1rem;right:1rem;z-index:1;background-color:var(--color-dark-grey-100);color:var(--color-white);font-size:1.2rem;font-weight:600;border:1px solid var(--color-white)}.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{border-radius:.3rem;align-items:flex-start}.notification__message__content{display:flex;align-items:flex-start;cursor:pointer}.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__filter-controls{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem}.recommended-addons-modal__search-field{flex:1;max-width:40rem}.recommended-addons-modal__search-field .MuiOutlinedInput-root{border-radius:1.2rem;background:var(--color-hclight-grey-5);transition:all .3s ease}.recommended-addons-modal__search-field .MuiOutlinedInput-root:hover{background:var(--color-hclight-grey-10)}.recommended-addons-modal__search-field .MuiOutlinedInput-root.Mui-focused{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08)}.recommended-addons-modal__search-field .MuiInputBase-input{font-size:1.4rem;padding:1.2rem 1.6rem}.recommended-addons-modal__sort-buttons{border-radius:1.2rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}.recommended-addons-modal__sort-buttons .MuiToggleButton-root{border:1px solid var(--color-hclight-grey-20);padding:1rem 1.6rem;font-size:1.3rem;font-weight:500;color:var(--color-hclight-grey-70);background:var(--color-hclight-grey-5);transition:all .3s ease}.recommended-addons-modal__sort-buttons .MuiToggleButton-root:hover{background:var(--color-hclight-grey-10)}.recommended-addons-modal__sort-buttons .MuiToggleButton-root.Mui-selected{background:linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(99, 102, 241, 0.12) 100%);color:var(--color-primary);font-weight:600;border-color:rgba(59,130,246,.3)}.recommended-addons-modal__sort-buttons .MuiToggleButton-root.Mui-selected:hover{background:linear-gradient(135deg, rgba(59, 130, 246, 0.18) 0%, rgba(99, 102, 241, 0.18) 100%)}.recommended-addons-modal__sort-buttons .MuiToggleButton-root svg{width:1.6rem;height:1.6rem}.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__list{display:flex;flex-direction:column;gap:0}.recommended-addons-modal__list-header{display:grid;grid-template-columns:2fr 1.5fr 1fr 1.5fr;gap:2rem;padding:1.2rem 2rem;background:var(--color-hclight-grey-10);border-radius:.8rem;margin-bottom:1rem}.recommended-addons-modal__list-header .MuiTypography-root{font-size:1.3rem;font-weight:600;color:var(--color-hclight-grey-70);text-transform:uppercase;letter-spacing:.05rem}.recommended-addons-modal__header-name,.recommended-addons-modal__header-provider,.recommended-addons-modal__header-price{display:flex;align-items:center}.recommended-addons-modal__header-action{display:flex;align-items:center;justify-content:center}.recommended-addons-modal__list-item{display:grid;grid-template-columns:2fr 1.5fr 1fr 1.5fr;gap:2rem;padding:1.8rem 2rem;align-items:center;transition:background-color .2s ease}.recommended-addons-modal__list-item:hover{background:var(--color-hclight-grey-5)}.recommended-addons-modal__item-name{font-size:1.5rem;font-weight:600;color:var(--color-hclight-black);line-height:1.4}.recommended-addons-modal__item-provider{font-size:1.4rem;font-weight:500;color:var(--color-hclight-blue-60)}.recommended-addons-modal__item-price{font-size:1.4rem;font-weight:600;color:var(--color-hclight-green-50)}.recommended-addons-modal__item-action{display:flex;justify-content:center}.recommended-addons-modal__add-btn{font-size:1.3rem;font-weight:600;padding:.8rem 1.6rem;border-radius:.6rem;text-transform:none;transition:all .2s ease}.recommended-addons-modal__add-btn--added{background:var(--color-hclight-green-50);color:var(--color-white);border-color:var(--color-hclight-green-50)}.recommended-addons-modal__add-btn--added:hover{background:var(--color-hclight-green-60);border-color:var(--color-hclight-green-60)}.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}}.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;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-content{padding:3rem;width:100%;height:auto}.legend-marketplace-subscriptions-content__search-section{width:100%;height:120px;display:flex;align-items:center;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__button{width:10rem;border-radius:2rem}.legend-marketplace-subscriptions-content__cancel-button{display:flex;align-items:center;margin-left:auto}.legend-marketplace-subscriptions-content__subscription-grid{max-height:1000px;width:100%;overflow-y:auto}.legend-marketplace-your-orders{background-color:var(--color-white);min-height:100vh;display:flex;flex-direction:column;align-items:center}.legend-marketplace-your-orders__header{width:100%;max-width:1920px;padding:1.5rem 2rem 1rem;margin-bottom:1.5rem}@media(width <= 768px){.legend-marketplace-your-orders__header{padding:1.5rem 1rem 1rem}}.legend-marketplace-your-orders__content{width:100%;max-width:1920px;padding:0 2rem 2rem;background:var(--color-white)}@media(width <= 768px){.legend-marketplace-your-orders__content{padding:0 1rem 1.5rem}}.legend-marketplace-your-orders__header-section{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;margin-bottom:2rem;gap:1rem}@media(width <= 768px){.legend-marketplace-your-orders__header-section{flex-direction:column;align-items:flex-start;gap:1rem}}.legend-marketplace-your-orders__header-section h1{font-size:2.75rem;font-weight:600;color:var(--color-dark-grey-100)}.legend-marketplace-your-orders__tabs{border-bottom:2px solid var(--color-light-grey-200);margin-bottom:2rem}.legend-marketplace-your-orders__tabs .MuiTab-root{text-transform:none;font-size:2.25rem;font-weight:500;min-height:56px;padding:12px 24px;color:var(--color-dark-grey-300);transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.legend-marketplace-your-orders__tabs .MuiTab-root:hover{color:var(--color-dark-grey-400)}.legend-marketplace-your-orders__tabs .MuiTab-root.Mui-selected{color:var(--color-blue-100);font-weight:600}.legend-marketplace-your-orders__tabs .MuiTabs-indicator{height:3px;background-color:var(--color-blue-100)}.legend-marketplace-your-orders__orders-list{margin-top:1.5rem}.legend-marketplace-your-orders__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:4rem 2rem;color:var(--color-dark-grey-300)}.legend-marketplace-your-orders__loading-text{font-size:1.5rem}.legend-marketplace-your-orders__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--color-dark-grey-300);text-align:center;gap:1rem}.legend-marketplace-your-orders__empty-icon{font-size:4rem;color:var(--color-light-grey-400);margin-bottom:1rem}.legend-marketplace-your-orders__empty-title{font-size:2rem;font-weight:600;color:var(--color-dark-grey-200);margin-bottom:.5rem}.legend-marketplace-your-orders__empty-description{font-size:1.5rem;color:var(--color-dark-grey-300)}.legend-marketplace-order-accordion__summary{background-color:var(--color-light-grey-50);border-radius:8px;padding:1rem;min-height:60px}.legend-marketplace-order-accordion__summary.Mui-expanded{min-height:60px}.legend-marketplace-order-accordion__summary .MuiAccordionSummary-content{margin:0;width:100%}.legend-marketplace-order-accordion__summary .MuiAccordionSummary-content.Mui-expanded{margin:0}.legend-marketplace-order-accordion__summary-content{display:flex;flex-wrap:wrap;gap:1.5rem;width:100%;align-items:center}@media(width <= 768px){.legend-marketplace-order-accordion__summary-content{gap:1rem}}.legend-marketplace-order-accordion__summary-field{flex:1 1 150px;display:flex;flex-direction:column;gap:.25rem}@media(width <= 768px){.legend-marketplace-order-accordion__summary-field{flex:1 1 120px}}.legend-marketplace-order-accordion__summary-label{font-size:1.5rem;color:var(--color-black);text-transform:uppercase;letter-spacing:.05em}.legend-marketplace-order-accordion__summary-value{font-size:1.8rem;font-weight:600;color:var(--color-dark-grey-100)}.legend-marketplace-order-accordion__summary-actions{flex:1 1 auto;display:flex;justify-content:flex-end;margin-right:1.6rem}.legend-marketplace-order-accordion__cancel-button{border:1px solid var(--color-red-300);color:var(--color-red-300);font-weight:500;font-size:1.5rem;padding:.5rem 1rem;border-radius:6px;text-transform:none;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.legend-marketplace-order-accordion__cancel-button:hover:not(:disabled){background-color:var(--color-red-0);border-color:var(--color-red-300);transform:translateY(-1px)}.legend-marketplace-order-accordion__cancel-button:disabled{opacity:.6;cursor:not-allowed;border-color:var(--color-light-grey-300);color:var(--color-dark-grey-500)}.legend-marketplace-order-accordion__cancel-button .MuiSvgIcon-root{font-size:1.125rem}.legend-marketplace-order-accordion__details{padding:1.5rem;background-color:var(--color-white)}.legend-marketplace-order-accordion__details-container{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}@media(width <= 1024px){.legend-marketplace-order-accordion__details-container{flex-direction:column;align-items:stretch}}.legend-marketplace-order-accordion__items-section{flex:1 1 400px;min-width:0}.legend-marketplace-order-accordion__item{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--color-light-grey-200)}.legend-marketplace-order-accordion__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.legend-marketplace-order-accordion__vendor-chips-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.legend-marketplace-order-accordion__vendor-name{font-size:1.5rem;color:var(--color-dark-grey-100);font-weight:500}.legend-marketplace-order-accordion__chips-container{display:flex;gap:.5rem}.legend-marketplace-order-accordion__chip-terminal{background-color:var(--color-order-chip-terminal-bg);color:var(--color-order-chip-terminal-text);font-weight:700;font-size:1.5rem;height:auto;padding:4px 12px}.legend-marketplace-order-accordion__chip-addon{background-color:var(--color-order-chip-addon-bg);color:var(--color-order-chip-addon-text);font-weight:700;font-size:1.5rem;height:auto;padding:4px 12px}.legend-marketplace-order-accordion__chip-category{background-color:var(--color-order-chip-category-bg);color:var(--color-order-chip-category-text);font-weight:700;font-size:1.5rem;height:auto;padding:4px 12px}.legend-marketplace-order-accordion__chip-price{background-color:var(--color-order-chip-price-bg);color:var(--color-order-chip-price-text);font-weight:700;font-size:1.5rem;height:auto;padding:4px 12px;border-radius:16px;border:none}.legend-marketplace-order-accordion__product-name{font-size:2.3rem;font-weight:600;color:var(--color-blue-100);text-decoration:none;display:block;margin-bottom:.75rem;padding-top:.8rem}.legend-marketplace-order-accordion__product-name:hover{text-decoration:underline}.legend-marketplace-order-accordion__business-justification{font-size:1.75rem;color:var(--color-dark-grey-400);line-height:1.5;margin-top:.5rem}.legend-marketplace-order-accordion__progress-tracker-section{flex:1 1 600px;min-width:0;display:flex;align-items:center;justify-content:center}.legend-marketplace-progress-tracker{width:100%;padding:2rem 0}.legend-marketplace-progress-tracker .MuiStepper-root{padding:0}.legend-marketplace-progress-tracker__step-label{font-size:1.8rem;font-weight:600;color:var(--color-dark-grey-100);margin-top:.5rem}.legend-marketplace-progress-tracker__step-details{margin-top:.75rem;padding:.75rem;border-radius:.375rem}.legend-marketplace-progress-tracker__step-detail{font-size:1rem;color:var(--color-dark-grey-400);margin-bottom:.25rem;line-height:1.5}.legend-marketplace-progress-tracker__step-detail:last-child{margin-bottom:0}.legend-marketplace-progress-tracker__step-detail strong{font-weight:600;color:var(--color-dark-grey-100)}.legend-marketplace-progress-tracker__step-icon--completed{color:var(--color-blue-100);font-size:2.3rem}.legend-marketplace-progress-tracker__step-icon--active{color:var(--color-blue-100);font-size:2.3rem}.legend-marketplace-progress-tracker__step-icon--pending{color:var(--color-light-grey-400);font-size:2.3rem}.legend-marketplace-progress-tracker__step-icon--rejected{color:var(--color-red-100);font-size:2.3rem}.legend-marketplace-cancel-order-dialog .MuiPaper-root{border-radius:1rem;padding:.5rem}.legend-marketplace-cancel-order-dialog__title{display:flex;align-items:center;gap:.75rem;font-size:2rem}.legend-marketplace-cancel-order-dialog__title .MuiTypography-root{font-size:2rem;font-weight:600}.legend-marketplace-cancel-order-dialog__warning-icon{color:var(--color-yellow-400);font-size:2.5rem}.legend-marketplace-cancel-order-dialog__content{padding:1rem 0;font-size:1.5rem}.legend-marketplace-cancel-order-dialog__message{font-size:1.8rem;color:var(--color-black);margin-bottom:1.5rem}.legend-marketplace-cancel-order-dialog__order-info{padding:1rem;background-color:var(--color-light-grey-50);border-radius:.5rem;border:1px solid var(--color-light-grey-200);margin-bottom:1.5rem}.legend-marketplace-cancel-order-dialog__order-info .MuiTypography-root{font-size:1.5rem;color:var(--color-dark-grey-400);margin-bottom:.5rem}.legend-marketplace-cancel-order-dialog__order-info .MuiTypography-root:last-child{margin-bottom:0}.legend-marketplace-cancel-order-dialog__order-info .MuiTypography-root strong{font-weight:600;color:var(--color-dark-grey-100)}.legend-marketplace-cancel-order-dialog__text-field .MuiInputLabel-root{font-weight:500;font-size:1.5rem}.legend-marketplace-cancel-order-dialog__text-field .MuiOutlinedInput-root{border-radius:.5rem;font-size:1.5rem}.legend-marketplace-cancel-order-dialog__text-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-blue-100)}.legend-marketplace-cancel-order-dialog__text-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-blue-100);border-width:2px}.legend-marketplace-cancel-order-dialog__text-field .MuiFormHelperText-root{font-size:1.25rem;margin-top:.5rem}.legend-marketplace-cancel-order-dialog__actions{padding:1rem 1.5rem;gap:.75rem}.legend-marketplace-cancel-order-dialog__actions .MuiButton-root{font-weight:500;text-transform:none;border-radius:.5rem;padding:.5rem 1.25rem;font-size:1.5rem;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.legend-marketplace-cancel-order-dialog__actions .MuiButton-root:hover{transform:translateY(-1px)}.not-found-screen{display:flex;flex-direction:column;height:100%;width:100%;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%}.legend-marketplace-vendor-data__content{flex-direction:column;height:100%;width:100%;padding:2rem}.legend-marketplace-vendor-data .legend-marketplace-banner{background:var(--legend-marketplace-light-blue);width:100%;height:195px;padding:20px;color:var(--color-white);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:column;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__content-wrapper{display:flex;flex-direction:row;width:100%}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar{width:10%;padding:20px;margin-right:20px}.legend-marketplace-vendordata-main .legend-marketplace-vendordata-main-sidebar--hidden{display:none;width:10%;padding:0;margin-right:0}.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;padding:20px;padding-bottom:50px;margin-left:25rem;flex:1}.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:var(--color-blue-50);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;justify-content:flex-start;width:100%}.legend-marketplace-vendordata-main .legend-marketplace-pagination-container{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;width:100%;max-width:1920px;margin:3rem auto;gap:2rem;padding:2rem}.legend-marketplace-vendordata-main .legend-marketplace-pagination-info{display:flex;align-items:center;flex-shrink:0;white-space:nowrap}.legend-marketplace-vendordata-main .legend-marketplace-pagination-info .MuiTypography-root{font-weight:500;color:var(--color-dark-grey-400);font-size:2rem}.legend-marketplace-vendordata-main .legend-marketplace-pagination-info .MuiTypography-root strong{color:var(--color-blue-100);font-weight:600}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls{display:flex;justify-content:center;align-items:center;flex:1;flex-shrink:1;flex-wrap:wrap}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPagination-ul{gap:.5rem;flex-wrap:wrap}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-root{font-size:2rem;font-weight:500;min-width:56px;height:56px;border-radius:8px;border:1px solid var(--color-light-grey-200);color:var(--color-dark-grey-300);transition:all .2s ease}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-root:hover{background-color:var(--color-light-grey-50);border-color:var(--color-blue-100);transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,122,204,.15)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-page.Mui-selected{background-color:var(--color-blue-100);color:var(--color-white);border-color:var(--color-blue-100);font-weight:600;box-shadow:0 4px 12px rgba(0,122,204,.3)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-page.Mui-selected:hover{background-color:var(--color-blue-150);border-color:var(--color-blue-150)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-previousNext{background-color:var(--color-white);font-weight:600;min-width:64px;height:64px;font-size:2.2rem}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-previousNext:not(.Mui-disabled){color:var(--color-blue-100)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-previousNext:not(.Mui-disabled):hover{background-color:var(--color-blue-100);color:var(--color-white)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-previousNext.Mui-disabled{background-color:var(--color-light-grey-50);color:var(--color-light-grey-400);border-color:var(--color-light-grey-200)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-firstLast{background-color:var(--color-white);font-weight:600;min-width:64px;height:64px;font-size:2.2rem}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-firstLast:not(.Mui-disabled){color:var(--color-blue-100)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-firstLast:not(.Mui-disabled):hover{background-color:var(--color-blue-100);color:var(--color-white)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-firstLast.Mui-disabled{background-color:var(--color-light-grey-50);color:var(--color-light-grey-400);border-color:var(--color-light-grey-200)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-icon{font-size:2.8rem}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-ellipsis{border:none}.legend-marketplace-vendordata-main .legend-marketplace-pagination-controls .MuiPaginationItem-ellipsis:hover{background-color:rgba(0,0,0,0);transform:none;box-shadow:none}.legend-marketplace-vendordata-main .legend-marketplace-pagination-page-size{display:flex;align-items:center;flex-shrink:0;white-space:nowrap;gap:.5rem}.legend-marketplace-vendordata-main .legend-marketplace-pagination-page-size .MuiTypography-root{font-weight:500;color:var(--color-dark-grey-400);font-size:2rem}.legend-marketplace-vendordata-main .legend-marketplace-pagination-page-size .MuiSelect-select{font-size:2rem;border-radius:8px;min-height:1rem}.legend-marketplace-vendordata-main .legend-marketplace-pagination-page-size .MuiOutlinedInput-notchedOutline{border-color:var(--color-light-grey-200)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-page-size .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-blue-100)}.legend-marketplace-vendordata-main .legend-marketplace-pagination-page-size .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-blue-100);border-width:2px}.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__producer-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__icon-group{display:flex;flex-direction:column;align-items:center;gap:.3rem}.marketplace-lakehouse-entitlements__data-contract-viewer__icon-label{font-size:.8rem}.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{display:flex;flex-direction:column;gap:.5rem;align-self:start;margin-top:auto;width:100%;color:var(--color-light-grey-300)}.marketplace-lakehouse-entitlements__data-contract-viewer__footer__subscription-info{width:100%;font-size:1.4rem}.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}.marketplace-lakehouse-home__search-container__logo img{max-height:22rem}.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-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{--marketplace-bg-primary: var(--color-white);--marketplace-bg-secondary: var(--color-hclight-grey-10);--marketplace-bg-elevated: var(--color-hclight-grey-30);--marketplace-text-primary: var(--color-hclight-black);--marketplace-text-secondary: var(--color-legacylight-dark-grey-200);--marketplace-text-muted: var(--color-legacylight-dark-grey-400);--marketplace-link-color: var(--color-blue-50);--marketplace-info-bg: var(--color-legacylight-light-grey-300);--marketplace-info-text: var(--color-legacylight-dark-grey-200)}.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__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 .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 .legend-marketplace-page{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-page__header{background:var(--color-hclight-white);border-bottom:1px solid var(--color-hclight-grey-20);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-header{background:var(--legend-marketplace-light-blue);box-shadow:0 2px 8px rgba(0,0,0,.08)}.theme__hc-light .legend-marketplace-header__backdrop-image,.theme__hc-light .legend-marketplace-header__backdrop{background:var(--legend-marketplace-light-blue)}.theme__hc-light .legend-marketplace-header__container{background:var(--legend-marketplace-light-blue)}.theme__hc-light .legend-marketplace-header__name{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__logo{color:var(--color-hclight-black) !important}.theme__hc-light .legend-marketplace-header__logo svg{color:var(--color-hclight-black) !important;fill:currentcolor;stroke:currentcolor}.theme__hc-light .legend-marketplace-header__menu__icon{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__menu__icon svg{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__tab{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__tab:hover{background-color:rgba(0,0,0,.08)}.theme__hc-light .legend-marketplace-header__tab--selected{color:var(--color-hclight-black);font-weight:600}.theme__hc-light .legend-marketplace-header__tab--selected::before{background:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__icon{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__icon svg{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__contract__count{color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-header__task__badge__avatar,.theme__hc-light .legend-marketplace-header__task__badge__menu__item{background:var(--color-hclight-red-50) !important;color:var(--color-hclight-white) !important}.theme__hc-light .legend-marketplace-header__theme-toggle{background-color:rgba(0,0,0,.06)}.theme__hc-light .legend-marketplace-header__theme-toggle:hover{background-color:rgba(0,0,0,.1)}.theme__hc-light .legend-marketplace-header__theme-toggle::after{background:var(--color-hclight-grey-90);color:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-header__theme-toggle::before{border-bottom-color:var(--color-hclight-grey-90)}.theme__hc-light .MuiMenu-paper{background:var(--color-hclight-white) !important;color:var(--color-hclight-grey-90) !important;border:1px solid var(--color-hclight-grey-20) !important;box-shadow:0 4px 20px rgba(0,0,0,.12) !important}.theme__hc-light .MuiMenu-list,.theme__hc-light .MuiList-root{background:var(--color-hclight-white) !important;color:var(--color-hclight-grey-90) !important}.theme__hc-light .MuiMenuItem-root{color:var(--color-hclight-grey-90) !important}.theme__hc-light .MuiMenuItem-root:hover{background:var(--color-hclight-grey-10) !important}.theme__hc-light .MuiMenuItem-root a,.theme__hc-light .MuiMenuItem-root a:visited{color:inherit !important;text-decoration:none}.theme__hc-light .MuiMenuItem-root .MuiLink-root{color:var(--color-hclight-blue-60) !important}.theme__hc-light .MuiMenuItem-root .MuiLink-root:hover{color:var(--color-hclight-blue-70) !important}.theme__hc-light .MuiMenuItem-root .MuiBox-root{color:var(--color-hclight-grey-90) !important}.theme__hc-light .MuiMenuItem-root .MuiBox-root a,.theme__hc-light .MuiMenuItem-root .MuiBox-root .MuiLink-root{color:var(--color-hclight-blue-60) !important}.theme__hc-light .MuiMenuItem-root .MuiBox-root a:hover,.theme__hc-light .MuiMenuItem-root .MuiBox-root .MuiLink-root:hover{color:var(--color-hclight-blue-70) !important}.theme__hc-light .menu{background:var(--color-hclight-white);border-color:var(--color-hclight-grey-20)}.theme__hc-light .menu__item{color:var(--color-hclight-grey-70)}.theme__hc-light .menu__item:hover{background:var(--color-hclight-grey-10)}.theme__hc-light .menu__item:not([disabled]):hover{background:var(--color-hclight-grey-10)}.theme__hc-light .menu__item[disabled]{color:var(--color-hclight-grey-40)}.theme__hc-light .legend-marketplace-your-orders{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-your-orders__header{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-your-orders__header-section{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-your-orders__header-section h1{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-your-orders__content{background:var(--color-hclight-grey-10)}.theme__hc-light .orders-tabs{border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .orders-tabs .MuiTab-root{color:var(--color-hclight-grey-50)}.theme__hc-light .orders-tabs .MuiTab-root.Mui-selected{color:var(--color-hclight-blue-60)}.theme__hc-light .orders-tabs .MuiTabs-indicator{background-color:var(--color-hclight-blue-60)}.theme__hc-light .orders-loading{color:var(--color-hclight-grey-60)}.theme__hc-light .orders-loading .loading-text{color:var(--color-hclight-grey-60)}.theme__hc-light .orders-empty{background-color:var(--color-hclight-white);border:1px dashed var(--color-hclight-grey-30);color:var(--color-hclight-grey-70)}.theme__hc-light .orders-empty .empty-title{color:var(--color-hclight-grey-90)}.theme__hc-light .orders-empty .empty-description{color:var(--color-hclight-grey-60)}.theme__hc-light .orders-table-container{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20) !important}.theme__hc-light .orders-table-container .MuiTable-root{background:var(--color-hclight-white)}.theme__hc-light .orders-table-container .MuiTable-root thead{background:var(--color-hclight-grey-10);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .orders-table-container .MuiTable-root thead th{color:var(--color-hclight-grey-90);background:var(--color-hclight-grey-10);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .orders-table-container .MuiTable-root tbody tr{background:var(--color-hclight-white);border-bottom:1px solid var(--color-hclight-grey-15)}.theme__hc-light .orders-table-container .MuiTable-root tbody tr:hover{background:var(--color-hclight-grey-5)}.theme__hc-light .orders-table-container .MuiTable-root tbody tr td{color:var(--color-hclight-grey-70);border-bottom:1px solid var(--color-hclight-grey-15)}.theme__hc-light .order-details{background-color:var(--color-hclight-grey-5);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .order-details__title{color:var(--color-hclight-grey-90)}.theme__hc-light .order-details__items-table{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .order-details__items-table thead{background:var(--color-hclight-grey-10)}.theme__hc-light .order-details__items-table thead th{color:var(--color-hclight-grey-90);background:var(--color-hclight-grey-10);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .order-details__items-table tbody td{color:var(--color-hclight-grey-70);border-bottom:1px solid var(--color-hclight-grey-15)}.theme__hc-light .order-details__product-name{color:var(--color-hclight-grey-90)}.theme__hc-light .order-details__provider-name{color:var(--color-hclight-grey-60)}.theme__hc-light .order-details__price{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-vendor-data{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-vendor-data__content{background:var(--color-hclight-grey-10)}.theme__hc-light .legend-marketplace-banner{background:var(--legend-marketplace-light-blue);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-banner__title{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-banner__subtitle{color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-vendordata-main__loading{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-vendordata-main-sidebar{background:var(--color-hclight-white);border-right:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-vendordata-main-sidebar__title{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-vendordata-main-sidebar__subtitle{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-vendordata-main-search-results{background:var(--color-hclight-grey-10)}.theme__hc-light .legend-marketplace-vendordata-main-search-results__category .see-all{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-card{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20);color:var(--color-hclight-grey-90);box-shadow:0 2px 8px rgba(0,0,0,.06)}.theme__hc-light .legend-marketplace-card:hover{background:var(--color-hclight-white);border-color:var(--color-hclight-blue-50);box-shadow:0 4px 16px rgba(0,0,0,.12)}.theme__hc-light .legend-marketplace-card--with-icon{background-color:var(--color-hclight-blue-10)}.theme__hc-light .legend-marketplace-card__content{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-card__content-container{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-card__title{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-card__description{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-card__price{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-card__more-info{background:var(--color-hclight-grey-5);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-card__more-info__content{color:var(--color-hclight-grey-70);background-color:var(--color-hclight-black)}.theme__hc-light .legend-marketplace-vendor-card{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-vendor-card:hover{background:var(--color-hclight-grey-5)}.theme__hc-light .legend-marketplace-vendor-card__type--vendor{background:var(--color-hclight-blue-20);color:var(--color-hclight-blue-70)}.theme__hc-light .legend-marketplace-vendor-card__type--curated{background:var(--color-hclight-purple-50);color:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-vendor-card__name{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-vendor-card__description{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-vendor-data-card__vendor-name{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-vendor-data-card__vendor-name__description{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-vendor-data-card__vendor-name__owned{color:var(--color-hclight-green-50)}.theme__hc-light .legend-marketplace-vendor-data-card__product-name{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-vendor-data-card__add-to-cart-button{color:var(--color-hclight-blue-60);border-color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-vendor-data-card__add-to-cart-button:hover{background:var(--color-hclight-blue-10)}.theme__hc-light .legend-marketplace-vendor-data-card__price{color:var(--color-hclight-grey-70)}.theme__hc-light .MuiDialog-paper{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cancel-order-dialog .MuiDialogTitle-root{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-cancel-order-dialog .MuiDialogContent-root{background:var(--color-hclight-white);color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-cancel-order-dialog .MuiDialogActions-root{background:var(--color-hclight-grey-10);border-top:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-cancel-order-dialog__order-info{background:var(--color-hclight-grey-5);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-cancel-order-dialog__text-field .MuiInputBase-root{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cancel-order-dialog__text-field .MuiInputLabel-root{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-cancel-order-dialog__text-field .MuiFormHelperText-root{color:var(--color-hclight-grey-50)}.theme__hc-light .recommended-addons-modal .MuiDialog-paper{background:linear-gradient(145deg, var(--color-hclight-white) 0%, var(--color-hclight-grey-5) 100%);border:1px solid var(--color-hclight-grey-20);box-shadow:0 32px 64px -12px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05)}.theme__hc-light .recommended-addons-modal__header{background:linear-gradient(135deg, var(--color-hclight-blue-10) 0%, var(--color-hclight-white) 50%, var(--color-hclight-purple-50) 100%);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .recommended-addons-modal__header::before{background:linear-gradient(90deg, var(--color-hclight-blue-30) 0%, var(--color-hclight-purple-50) 100%)}.theme__hc-light .recommended-addons-modal__title{color:var(--color-hclight-grey-90)}.theme__hc-light .recommended-addons-modal__subtitle{color:var(--color-hclight-grey-60)}.theme__hc-light .recommended-addons-modal__close-btn{color:var(--color-hclight-grey-60);background:var(--color-hclight-grey-10)}.theme__hc-light .recommended-addons-modal__close-btn:hover{color:var(--color-hclight-grey-90);background:var(--color-hclight-grey-20)}.theme__hc-light .recommended-addons-modal__content{background:rgba(0,0,0,0);color:var(--color-hclight-grey-90)}.theme__hc-light .recommended-addons-modal__section-title{color:var(--color-hclight-grey-90)}.theme__hc-light .recommended-addons-modal__section-description{color:var(--color-hclight-grey-60)}.theme__hc-light .recommended-addons-modal__empty-state .MuiTypography-root{color:var(--color-hclight-grey-60)}.theme__hc-light .recommended-addons-modal__recommendation-card{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .recommended-addons-modal__recommendation-card:hover{background:var(--color-hclight-grey-5);border-color:var(--color-hclight-blue-50)}.theme__hc-light .recommended-addons-modal__success-icon{color:var(--color-hclight-green-50)}.theme__hc-light .recommended-addons-modal__warning-icon{color:var(--color-hclight-yellow-30)}.theme__hc-light .legend-marketplace-cart-drawer{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer .MuiDrawer-paper{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer__header{background:linear-gradient(135deg, var(--color-hclight-blue-50) 0%, var(--color-hclight-blue-60) 100%);box-shadow:0 2px 12px rgba(0,0,0,.1)}.theme__hc-light .legend-marketplace-cart-drawer__header::after{background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent)}.theme__hc-light .legend-marketplace-cart-drawer__header button{color:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-cart-drawer__header button:hover{background:hsla(0,0%,100%,.15)}.theme__hc-light .legend-marketplace-cart-drawer__title{color:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-cart-drawer__section{background:var(--color-hclight-white);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root:hover{background:var(--color-hclight-grey-5)}.theme__hc-light .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused{background:var(--color-hclight-white);box-shadow:0 0 0 3px var(--color-hclight-blue-20)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason{background:var(--color-hclight-white);border-bottom:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__title{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__required{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-hclight-blue-50)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root .MuiSelect-select{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root{color:var(--color-hclight-grey-60);background:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.Mui-focused{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.MuiInputLabel-shrink{background:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-cart-drawer__business-reason__note{color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-cart-drawer__content{background:var(--color-hclight-grey-5)}.theme__hc-light .legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb{background:var(--color-hclight-grey-30)}.theme__hc-light .legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb:hover{background:var(--color-hclight-blue-50)}.theme__hc-light .legend-marketplace-cart-drawer__loading,.theme__hc-light .legend-marketplace-cart-drawer__empty{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20);color:var(--color-hclight-grey-60)}.theme__hc-light .legend-marketplace-cart-drawer__loading .MuiCircularProgress-root,.theme__hc-light .legend-marketplace-cart-drawer__empty .MuiCircularProgress-root{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-cart-drawer__loading .MuiTypography-root,.theme__hc-light .legend-marketplace-cart-drawer__empty .MuiTypography-root{color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-search-bar:hover,.theme__hc-light .legend-marketplace__search-bar:hover{border-color:var(--color-hclight-blue-50)}.theme__hc-light .legend-marketplace-search-bar input,.theme__hc-light .legend-marketplace__search-bar input{color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-search-bar input::placeholder,.theme__hc-light .legend-marketplace__search-bar input::placeholder{color:var(--color-hclight-grey-50)}.theme__hc-light .legend-marketplace-product-search-result-card{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-product-search-result-card:hover{border-color:var(--color-hclight-blue-50);box-shadow:0 4px 12px rgba(0,0,0,.08)}.theme__hc-light .legend-marketplace-home{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90)}.theme__hc-light .legend-marketplace-search-results{background:var(--color-hclight-grey-10)}.theme__hc-light .marketplace-lakehouse-home{background:var(--color-hclight-grey-10)}.theme__hc-light .marketplace-lakehouse-home__search-container{background:var(--legend-marketplace-light-blue)}.theme__hc-light .marketplace-lakehouse-home__carousel-title{color:var(--color-hclight-grey-90);border-left-color:var(--color-hclight-blue-60)}.theme__hc-light .marketplace-lakehouse-home__carousel-title:hover{color:var(--color-hclight-black);border-left-color:var(--color-hclight-blue-70)}.theme__hc-light .marketplace-lakehouse-home__search-bar__input{color:var(--color-hclight-grey-90);background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-home__search-bar__input::placeholder{color:var(--color-hclight-grey-50)}.theme__hc-light .marketplace-lakehouse-home__search-bar .MuiOutlinedInput-root{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-home__search-bar .MuiOutlinedInput-root fieldset{border-color:var(--color-hclight-grey-30)}.theme__hc-light .marketplace-lakehouse-home__search-bar .MuiOutlinedInput-root:hover fieldset{border-color:var(--color-hclight-blue-50)}.theme__hc-light .marketplace-lakehouse-home__search-bar .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--color-hclight-blue-60)}.theme__hc-light .marketplace-lakehouse-home__data-product-cards{background:var(--color-hclight-grey-10)}.theme__hc-light .marketplace-lakehouse-search-results{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-search-results__search-container{background:var(--legend-marketplace-light-blue)}.theme__hc-light .marketplace-lakehouse-search-results__results-container{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-search-results__subtitles{color:var(--color-hclight-grey-90)}.theme__hc-light .marketplace-lakehouse-search-results__data-product-cards{background:var(--color-hclight-white)}.theme__hc-light .data-product__viewer{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .data-product__viewer__header__title{color:var(--color-hclight-blue-60)}.theme__hc-light .data-product__viewer__header__type__version--snapshot{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-coming-soon{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-60)}.theme__hc-light .coming-soon-display__content{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20);box-shadow:0 4px 24px rgba(0,0,0,.08)}.theme__hc-light .coming-soon-display__icon{color:var(--color-hclight-blue-40)}.theme__hc-light .coming-soon-display__title{background:linear-gradient(135deg, var(--color-hclight-blue-60), var(--color-hclight-blue-70));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.theme__hc-light .coming-soon-display__subtitle{color:var(--color-hclight-grey-60)}.theme__hc-light .coming-soon-display__description{color:var(--color-hclight-grey-70)}.theme__hc-light .coming-soon-display .features-preview__item{background:var(--color-hclight-grey-5);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .coming-soon-display .features-preview__item:hover{background:var(--color-hclight-blue-10);box-shadow:0 4px 16px rgba(0,0,0,.08)}.theme__hc-light .coming-soon-display .features-preview__item__icon{color:var(--color-hclight-blue-60)}.theme__hc-light .coming-soon-display .features-preview__item__text{color:var(--color-hclight-grey-80)}.theme__hc-light .agents-coming-soon{background:linear-gradient(135deg, var(--color-hclight-grey-5) 0%, var(--color-hclight-blue-10) 100%)}.theme__hc-light .inventory-coming-soon{background:linear-gradient(135deg, var(--color-hclight-white) 0%, var(--color-hclight-grey-10) 100%)}.theme__hc-light .data-api-coming-soon,.theme__hc-light .vendor-data-coming-soon{background:var(--color-hclight-grey-10)}.theme__hc-light .legend-marketplace-subscriptions-content{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-text__emphasis{color:var(--color-hclight-blue-60)}.theme__hc-light .legend-marketplace-progress-tracker{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20)}.theme__hc-light .legend-marketplace-radio-group{background:var(--color-hclight-white)}.theme__hc-light .legend-marketplace-radio-group .legend-marketplace-radio-button{border:1px solid var(--color-hclight-grey-30);color:var(--color-hclight-grey-70)}.theme__hc-light .legend-marketplace-radio-group .legend-marketplace-radio-button:hover{border-color:var(--color-hclight-blue-50)}.theme__hc-light .legend-marketplace-radio-group .legend-marketplace-radio-button--selected{border-color:var(--color-hclight-blue-60);background:var(--color-hclight-blue-10);color:var(--color-hclight-blue-70)}.theme__hc-light .marketplace-lakehouse-entitlements-dashboard{background:var(--color-hclight-grey-10);color:var(--color-hclight-grey-90)}.theme__hc-light .marketplace-lakehouse-entitlements{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-entitlements-grid-viewer{background:var(--color-hclight-white)}.theme__hc-light .marketplace-lakehouse-entitlements-grid-viewer .ag-theme-balham{--ag-border-color: var(--color-hclight-grey-20);--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-row-hover-color: var(--color-hclight-grey-5)}.theme__hc-light .notification{background:var(--color-hclight-white);border:1px solid var(--color-hclight-grey-20);color:var(--color-hclight-grey-90);box-shadow:0 4px 16px rgba(0,0,0,.12)}.theme__hc-light .notification__content{background:var(--color-hclight-white);color:var(--color-hclight-grey-90)}.theme__hc-light .notification__content--error{background:var(--color-hclight-red-50);color:var(--color-hclight-white)}.theme__hc-light .notification__content--success{background:var(--color-hclight-green-50);color:var(--color-hclight-white)}.theme__hc-light .notification__content--warning{background:var(--color-hclight-yellow-30);color:var(--color-hclight-grey-90)}.theme__hc-light .notification__message__content{color:inherit}.theme__hc-light .notification__message__content:active{background:rgba(0,0,0,0)}.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)}.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)}.theme__hc-dark{--marketplace-bg-primary: var(--color-dark-theme-bg-primary);--marketplace-bg-secondary: var(--color-dark-theme-bg-secondary);--marketplace-bg-elevated: var(--color-dark-theme-bg-elevated);--marketplace-text-primary: var(--color-dark-theme-text-primary);--marketplace-text-secondary: var(--color-dark-theme-text-secondary);--marketplace-text-muted: var(--color-dark-theme-text-muted);--marketplace-link-color: var(--color-dark-theme-blue-primary);--marketplace-info-bg: var(--color-dark-theme-bg-elevated);--marketplace-info-text: var(--color-dark-theme-text-primary)}.theme__hc-dark ::-webkit-scrollbar-thumb{background:var(--color-dark-theme-border-light);border:.2rem solid rgba(0,0,0,0);background-clip:content-box;border-radius:.4rem}.theme__hc-dark ::-webkit-scrollbar-track-piece{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .btn--dark{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .btn--dark:hover{background:var(--color-dark-theme-border-light)}.theme__hc-dark .legend-marketplace-page{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-page__header{background:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header{background:var(--color-dark-theme-bg-secondary);box-shadow:0 2px 8px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-header__container{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .legend-marketplace-header__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__menu__icon{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__menu__icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__tab{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-header__tab:hover{background-color:hsla(0,0%,100%,.1)}.theme__hc-dark .legend-marketplace-header__tab--selected{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__tab--selected::before{background:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-header__icon{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__contract__count{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-header__task__badge__avatar,.theme__hc-dark .legend-marketplace-header__task__badge__menu__item{background:var(--color-red-180) !important;color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .legend-marketplace-header__theme-toggle{background-color:hsla(0,0%,100%,.1)}.theme__hc-dark .legend-marketplace-header__theme-toggle:hover{background-color:hsla(0,0%,100%,.15)}.theme__hc-dark .legend-marketplace-header__theme-toggle::after{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border-light)}.theme__hc-dark .legend-marketplace-header__theme-toggle::before{border-bottom-color:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .MuiMenu-paper{background:var(--color-dark-theme-bg-elevated) !important;color:var(--color-dark-theme-text-primary) !important;border:1px solid var(--color-dark-theme-border) !important;box-shadow:0 4px 20px rgba(0,0,0,.6) !important}.theme__hc-dark .MuiMenu-list,.theme__hc-dark .MuiList-root{background:var(--color-dark-theme-bg-elevated) !important;color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .MuiMenuItem-root{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .MuiMenuItem-root:hover{background:var(--color-dark-theme-bg-tertiary) !important}.theme__hc-dark .MuiMenuItem-root a,.theme__hc-dark .MuiMenuItem-root a:visited{color:inherit !important;text-decoration:none}.theme__hc-dark .MuiMenuItem-root .MuiLink-root{color:var(--color-dark-theme-blue-primary) !important}.theme__hc-dark .MuiMenuItem-root .MuiLink-root:hover{color:var(--color-dark-theme-blue-accent) !important}.theme__hc-dark .MuiMenuItem-root .MuiBox-root{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .MuiMenuItem-root .MuiBox-root a,.theme__hc-dark .MuiMenuItem-root .MuiBox-root .MuiLink-root{color:var(--color-dark-theme-blue-primary) !important}.theme__hc-dark .MuiMenuItem-root .MuiBox-root a:hover,.theme__hc-dark .MuiMenuItem-root .MuiBox-root .MuiLink-root:hover{color:var(--color-dark-theme-blue-accent) !important}.theme__hc-dark .menu{background:var(--color-dark-theme-bg-secondary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .menu__item{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .menu__item:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .menu__item:not([disabled]):hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .menu__item[disabled]{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-your-orders{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-your-orders__header{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-your-orders__header-section{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-your-orders__header-section h1{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-your-orders__content{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .orders-tabs{border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .orders-tabs .MuiTab-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .orders-tabs .MuiTab-root.Mui-selected{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .orders-tabs .MuiTabs-indicator{background-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .orders-loading{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .orders-loading .loading-text{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .orders-empty{background-color:var(--color-dark-theme-bg-secondary);border:1px dashed var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .orders-empty .empty-title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .orders-empty .empty-description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .orders-table-container{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border) !important}.theme__hc-dark .orders-table-container .MuiTable-root{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .orders-table-container .MuiTable-root thead{background:var(--color-dark-theme-bg-tertiary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .orders-table-container .MuiTable-root thead th{color:var(--color-dark-theme-text-primary);background:var(--color-dark-theme-bg-tertiary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .orders-table-container .MuiTable-root tbody tr{background:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .orders-table-container .MuiTable-root tbody tr:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .orders-table-container .MuiTable-root tbody tr td{color:var(--color-dark-theme-text-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .order-details{background-color:var(--color-dark-theme-bg-tertiary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .order-details__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .order-details__items-table{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .order-details__items-table thead{background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .order-details__items-table thead th{color:var(--color-dark-theme-text-primary);background:var(--color-dark-theme-bg-elevated);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .order-details__items-table tbody td{color:var(--color-dark-theme-text-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .order-details__product-name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .order-details__provider-name{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .order-details__price{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendor-data{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendor-data__content{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-banner{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-banner__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-banner__subtitle{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendordata-main__loading{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendordata-main-sidebar{background:var(--color-dark-theme-bg-secondary);border-right:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-vendordata-main-sidebar__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendordata-main-sidebar__subtitle{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-vendordata-main-search-results{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-vendordata-main-search-results__category .see-all{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-card{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary);box-shadow:0 4px 12px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-card:hover{background:var(--color-dark-theme-bg-tertiary);border-color:var(--color-dark-theme-blue-primary);box-shadow:0 8px 20px rgba(0,0,0,.6)}.theme__hc-dark .legend-marketplace-card--with-icon{background-color:var(--color-dark-theme-blue-secondary)}.theme__hc-dark .legend-marketplace-card__content{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-card__content-container{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-card__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-card__description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-card__price{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-card__more-info{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-card__more-info__content{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-vendor-card{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-vendor-card:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .legend-marketplace-vendor-card__type--vendor{background:rgba(115,153,198,.2);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-vendor-card__type--curated{background:rgba(168,85,247,.2);color:var(--color-modal-purple-light)}.theme__hc-dark .legend-marketplace-vendor-card__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendor-card__description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-vendor-data-card__vendor-name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-vendor-data-card__vendor-name__description{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-vendor-data-card__vendor-name__owned{color:var(--color-dark-green-50)}.theme__hc-dark .legend-marketplace-vendor-data-card__product-name{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-vendor-data-card__add-to-cart-button{color:var(--color-dark-theme-blue-primary);border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-vendor-data-card__add-to-cart-button:hover{background:rgba(115,153,198,.1)}.theme__hc-dark .legend-marketplace-vendor-data-card__price{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .MuiDialog-paper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cancel-order-dialog .MuiDialogTitle-root{background:var(--color-dark-theme-bg-tertiary);color:var(--color-dark-theme-text-primary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cancel-order-dialog .MuiDialogContent-root{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-cancel-order-dialog .MuiDialogActions-root{background:var(--color-dark-theme-bg-tertiary);border-top:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cancel-order-dialog__order-info{background:var(--color-dark-theme-bg-tertiary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cancel-order-dialog__text-field .MuiInputBase-root{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cancel-order-dialog__text-field .MuiInputLabel-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-cancel-order-dialog__text-field .MuiFormHelperText-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .recommended-addons-modal .MuiDialog-paper{background:linear-gradient(145deg, var(--color-dark-theme-bg-secondary) 0%, var(--color-dark-theme-bg-tertiary) 100%);border:1px solid var(--color-dark-theme-border);box-shadow:0 32px 64px -12px rgba(0,0,0,.6),0 0 0 1px hsla(0,0%,100%,.05)}.theme__hc-dark .recommended-addons-modal__header{background:linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(115, 153, 198, 0.12) 50%, rgba(168, 85, 247, 0.08) 100%);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .recommended-addons-modal__header::before{background:linear-gradient(90deg, rgba(115, 153, 198, 0.4) 0%, rgba(168, 85, 247, 0.4) 100%)}.theme__hc-dark .recommended-addons-modal__title{background:linear-gradient(135deg, var(--color-dark-theme-text-primary) 0%, var(--color-dark-theme-text-secondary) 100%);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.theme__hc-dark .recommended-addons-modal__subtitle{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .recommended-addons-modal__close-btn{color:var(--color-dark-theme-text-muted);background:rgba(148,163,184,.1)}.theme__hc-dark .recommended-addons-modal__close-btn:hover{color:var(--color-dark-theme-text-primary);background:rgba(148,163,184,.2)}.theme__hc-dark .recommended-addons-modal__content{background:rgba(0,0,0,0);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .recommended-addons-modal__section-title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .recommended-addons-modal__section-description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .recommended-addons-modal__empty-state .MuiTypography-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .recommended-addons-modal__recommendation-card{background:var(--color-dark-theme-bg-elevated);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .recommended-addons-modal__recommendation-card:hover{background:var(--color-dark-theme-bg-tertiary);border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .recommended-addons-modal__success-icon{color:var(--color-dark-green-50)}.theme__hc-dark .recommended-addons-modal__warning-icon{color:var(--color-dark-yellow-40)}.theme__hc-dark .legend-marketplace-cart-drawer{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer .MuiDrawer-paper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__header{background:linear-gradient(135deg, var(--color-dark-theme-blue-accent) 0%, var(--color-dark-theme-blue-secondary) 100%);box-shadow:0 4px 20px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__header::after{background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent)}.theme__hc-dark .legend-marketplace-cart-drawer__header button{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__header button:hover{background:hsla(0,0%,100%,.1)}.theme__hc-dark .legend-marketplace-cart-drawer__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__section{background:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .legend-marketplace-cart-drawer__section .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused{background:var(--color-dark-theme-bg-secondary);box-shadow:0 0 0 3px rgba(115,153,198,.2)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason{background:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__required{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiOutlinedInput-root .MuiSelect-select{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root{color:var(--color-dark-theme-text-muted);background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.Mui-focused{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__select .MuiInputLabel-root.MuiInputLabel-shrink{background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .legend-marketplace-cart-drawer__business-reason__note{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-cart-drawer__content{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb{background:var(--color-dark-theme-border-light)}.theme__hc-dark .legend-marketplace-cart-drawer__content::-webkit-scrollbar-thumb:hover{background:var(--color-dark-theme-blue-secondary)}.theme__hc-dark .legend-marketplace-cart-drawer__loading,.theme__hc-dark .legend-marketplace-cart-drawer__empty{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-cart-drawer__loading .MuiCircularProgress-root,.theme__hc-dark .legend-marketplace-cart-drawer__empty .MuiCircularProgress-root{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__loading .MuiTypography-root,.theme__hc-dark .legend-marketplace-cart-drawer__empty .MuiTypography-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-cart-drawer__items{background:rgba(0,0,0,0)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border);box-shadow:0 2px 16px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card:hover{border-color:var(--color-dark-theme-blue-primary);box-shadow:0 8px 32px rgba(0,0,0,.6)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__header{background:linear-gradient(135deg, var(--color-dark-theme-bg-tertiary) 0%, var(--color-dark-theme-bg-elevated) 100%);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__provider{background:linear-gradient(135deg, var(--color-dark-theme-blue-accent) 0%, var(--color-dark-theme-blue-primary) 100%);color:var(--color-dark-theme-text-primary);box-shadow:0 2px 8px rgba(115,153,198,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__remove-btn{background:rgba(239,68,68,.2);color:var(--color-dark-red-50)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__remove-btn:hover{background:rgba(239,68,68,.3)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__content{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__price{color:var(--color-dark-theme-blue-primary);background:linear-gradient(135deg, var(--color-dark-theme-blue-primary) 0%, var(--color-dark-theme-blue-accent) 100%);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__price-suffix{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__category{background:linear-gradient(135deg, var(--color-dark-theme-bg-elevated) 0%, var(--color-dark-theme-bg-tertiary) 100%)}.theme__hc-dark .legend-marketplace-cart-drawer__item-card__category span{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-cart-drawer__footer{background:var(--color-dark-theme-bg-secondary);border-top:1px solid var(--color-dark-theme-border);box-shadow:0 -4px 20px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__clear-button{background:linear-gradient(135deg, var(--color-dark-theme-bg-tertiary) 0%, var(--color-dark-theme-bg-elevated) 100%);color:var(--color-dark-theme-text-primary);border:2px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-cart-drawer__clear-button:hover:not(:disabled){background:linear-gradient(135deg, var(--color-dark-theme-bg-elevated) 0%, var(--color-dark-theme-border-light) 100%);border-color:var(--color-dark-theme-blue-primary);box-shadow:0 4px 16px rgba(0,0,0,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__order-button{background:linear-gradient(135deg, var(--color-dark-theme-blue-primary) 0%, var(--color-dark-theme-blue-secondary) 100%);color:var(--color-dark-theme-text-primary);box-shadow:0 4px 16px rgba(115,153,198,.4)}.theme__hc-dark .legend-marketplace-cart-drawer__order-button:hover:not(:disabled){background:linear-gradient(135deg, var(--color-dark-theme-blue-secondary) 0%, var(--color-dark-theme-blue-primary) 100%);box-shadow:0 8px 24px rgba(115,153,198,.5)}.theme__hc-dark .legend-marketplace-cart-drawer__order-button:disabled{opacity:.5}.theme__hc-dark .legend-marketplace-search-bar .MuiInputBase-root,.theme__hc-dark .legend-marketplace__search-bar .MuiInputBase-root{color:var(--color-dark-theme-text-primary);border:1px solid var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiInputBase-root:hover,.theme__hc-dark .legend-marketplace__search-bar .MuiInputBase-root:hover{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-search-bar__input,.theme__hc-dark .legend-marketplace__search-bar__input{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar input,.theme__hc-dark .legend-marketplace__search-bar input{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar input::placeholder,.theme__hc-dark .legend-marketplace__search-bar input::placeholder{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiIconButton-root,.theme__hc-dark .legend-marketplace__search-bar .MuiIconButton-root{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiIconButton-root svg,.theme__hc-dark .legend-marketplace__search-bar .MuiIconButton-root svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiIconButton-root:hover,.theme__hc-dark .legend-marketplace__search-bar .MuiIconButton-root:hover{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiIconButton-root:hover svg,.theme__hc-dark .legend-marketplace__search-bar .MuiIconButton-root:hover svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiInputLabel-root,.theme__hc-dark .legend-marketplace__search-bar .MuiInputLabel-root{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-bar .MuiInputLabel-root.Mui-focused,.theme__hc-dark .legend-marketplace__search-bar .MuiInputLabel-root.Mui-focused{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .product-search-card,.theme__hc-dark .legend-marketplace-product-search-result-card{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .product-search-card:hover,.theme__hc-dark .legend-marketplace-product-search-result-card:hover{background:var(--color-dark-theme-bg-tertiary);border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .product-search-card__title,.theme__hc-dark .legend-marketplace-product-search-result-card__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .product-search-card__description,.theme__hc-dark .legend-marketplace-product-search-result-card__description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .product-search-card__data-product-name,.theme__hc-dark .legend-marketplace-product-search-result-card__data-product-name{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .product-search-card__data-product-description,.theme__hc-dark .legend-marketplace-product-search-result-card__data-product-description{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .lakehouse-data-product-card,.theme__hc-dark .marketplace-lakehouse-data-product-card{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .lakehouse-data-product-card:hover,.theme__hc-dark .marketplace-lakehouse-data-product-card:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .lakehouse-data-product-card__name,.theme__hc-dark .marketplace-lakehouse-data-product-card__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__description,.theme__hc-dark .marketplace-lakehouse-data-product-card__description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .lakehouse-data-product-card__description__markdown,.theme__hc-dark .marketplace-lakehouse-data-product-card__description__markdown{background:rgba(0,0,0,0);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__title,.theme__hc-dark .marketplace-lakehouse-data-product-card__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__lakehouse,.theme__hc-dark .marketplace-lakehouse-data-product-card__lakehouse{color:var(--color-dark-green-50);background:rgba(106,153,85,.2)}.theme__hc-dark .lakehouse-data-product-card__version--snapshot,.theme__hc-dark .marketplace-lakehouse-data-product-card__version--snapshot{color:var(--color-dark-theme-blue-primary);background:rgba(115,153,198,.2)}.theme__hc-dark .lakehouse-data-product-card__version--release,.theme__hc-dark .marketplace-lakehouse-data-product-card__version--release{color:var(--color-dark-green-50);background:rgba(106,153,85,.2)}.theme__hc-dark .lakehouse-data-product-card__environment-classification--unknown,.theme__hc-dark .marketplace-lakehouse-data-product-card__environment-classification--unknown{color:var(--color-dark-theme-text-muted);background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .lakehouse-data-product-card__environment-classification--dev,.theme__hc-dark .marketplace-lakehouse-data-product-card__environment-classification--dev{color:var(--color-dark-yellow-40);background:rgba(251,188,5,.2)}.theme__hc-dark .lakehouse-data-product-card__environment-classification--prod-parallel,.theme__hc-dark .marketplace-lakehouse-data-product-card__environment-classification--prod-parallel{color:var(--color-dark-theme-blue-primary);background:rgba(115,153,198,.2)}.theme__hc-dark .lakehouse-data-product-card__environment-classification--prod,.theme__hc-dark .marketplace-lakehouse-data-product-card__environment-classification--prod{color:var(--color-dark-green-50);background:rgba(106,153,85,.2)}.theme__hc-dark .lakehouse-data-product-card__more-info-btn,.theme__hc-dark .marketplace-lakehouse-data-product-card__more-info-btn{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__more-info-btn:hover,.theme__hc-dark .lakehouse-data-product-card__more-info-btn--selected,.theme__hc-dark .marketplace-lakehouse-data-product-card__more-info-btn:hover,.theme__hc-dark .marketplace-lakehouse-data-product-card__more-info-btn--selected{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .lakehouse-data-product-card__more-info-btn svg,.theme__hc-dark .marketplace-lakehouse-data-product-card__more-info-btn svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover__name,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover__content,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__content{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover__section-header,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__section-header{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .lakehouse-data-product-card__popover__section-content__markdown,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__section-content__markdown{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover__table td,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__table td{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-data-product-card__popover__project-link,.theme__hc-dark .marketplace-lakehouse-data-product-card__popover__project-link{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-coming-soon{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-coming-soon__content{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-coming-soon__feature-item{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-coming-soon__feature-item:hover{background:var(--color-dark-theme-bg-tertiary);border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .coming-soon-display{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .coming-soon-display__content{background:rgba(26,26,26,.95);backdrop-filter:blur(2rem);border:1px solid var(--color-dark-theme-border);box-shadow:0 2rem 4rem rgba(0,0,0,.6)}.theme__hc-dark .coming-soon-display__icon{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .coming-soon-display__title{background:linear-gradient(135deg, var(--color-dark-theme-blue-primary), var(--color-dark-theme-blue-accent));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.theme__hc-dark .coming-soon-display__subtitle{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .coming-soon-display__description{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .coming-soon-display .features-preview__item{background:rgba(115,153,198,.1);border:1px solid rgba(115,153,198,.2)}.theme__hc-dark .coming-soon-display .features-preview__item:hover{background:rgba(115,153,198,.15);box-shadow:0 .8rem 2rem rgba(115,153,198,.3)}.theme__hc-dark .coming-soon-display .features-preview__item__icon{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .coming-soon-display .features-preview__item__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .coming-soon-display .features-preview__item__text{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home__landing{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home__landing__title{background:linear-gradient(135deg, var(--color-dark-theme-blue-primary), var(--color-dark-theme-blue-accent));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.theme__hc-dark .legend-marketplace-home__landing__description{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-home__button{background:rgba(0,0,0,0);color:var(--color-dark-theme-text-primary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-home__button:hover{background:linear-gradient(90deg, rgba(115, 153, 198, 0.8) 0%, rgba(91, 127, 163, 0.8) 100%);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home__button__icon{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home__vendors-title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-home__vendors-cards{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-search-results{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__content{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-search-results__search-bar{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-search-results__results__cards{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar{background-color:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container{background-color:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiSelect-select{color:var(--color-dark-theme-text-primary);background:rgba(0,0,0,0);border-color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiSelect-select:hover{background:var(--color-dark-theme-text-primary);color:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiOutlinedInput-root:hover{background:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__sort-bar__container .MuiFormControl-root .MuiOutlinedInput-root:hover .MuiSelect-select{color:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .legend-marketplace-search-results__drawer{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-search-results__drawer__vendor-name{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-search-results__drawer__data-product-name{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-search-results__drawer__data-product-description{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .legend-marketplace-search-results__drawer__table-card{background:var(--color-dark-theme-bg-tertiary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-search-results__drawer__table-card__content{background:var(--color-dark-theme-bg-tertiary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .lakehouse-search-results{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-home{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-home__search-container{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .marketplace-lakehouse-home__carousel-title{color:var(--color-dark-theme-text-primary);border-left-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .marketplace-lakehouse-home__carousel-title:hover{color:var(--color-dark-theme-text-primary);border-left-color:var(--color-dark-theme-blue-accent)}.theme__hc-dark .marketplace-lakehouse-home__search-bar__input{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-subscriptions-content{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-subscriptions-content__search-section{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .legend-marketplace-subscriptions-content__user-search{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-subscriptions-content__subscription-grid{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .not-found-screen{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .not-found-screen__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .not-found-screen__message{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .MuiButton-outlined{border-color:var(--color-dark-theme-border)}.theme__hc-dark .MuiButton-outlined:hover{border-color:var(--color-dark-theme-blue-primary);background:var(--color-dark-theme-bg-tertiary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiButton-contained{background:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiButton-contained:hover{background:var(--color-dark-theme-blue-accent)}.theme__hc-dark .MuiChip-root{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .MuiAccordion-root{background:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiAccordion-root::before{background-color:var(--color-dark-theme-border)}.theme__hc-dark .MuiAccordionSummary-root{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .MuiAccordionSummary-root:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .MuiAccordionDetails-root{background:var(--color-dark-theme-bg-secondary);border-top:1px solid var(--color-dark-theme-border)}.theme__hc-dark .MuiTextField-root .MuiInputBase-root{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border:2px solid var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiTextField-root .MuiInputBase-root:hover{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .MuiTextField-root .MuiInputBase-root.Mui-focused{border-color:var(--color-dark-theme-blue-primary);box-shadow:0 0 0 3px rgba(115,153,198,.2)}.theme__hc-dark .MuiTextField-root input{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiTextField-root input::placeholder{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .MuiTextField-root .MuiInputLabel-root{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiTextField-root .MuiInputLabel-root.Mui-focused{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .MuiTextField-root .MuiInputLabel-root.MuiInputLabel-shrink{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .MuiTextField-root .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-border)}.theme__hc-dark .MuiTextField-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .MuiTextField-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .MuiTooltip-tooltip{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-text__emphasis{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .legend-marketplace-progress-tracker{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .legend-marketplace-progress-tracker__step-label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-progress-tracker__step-details{background:var(--color-dark-theme-bg-tertiary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-progress-tracker__step-detail{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .notification__content{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .notification__message__content:active{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .notification__message__content__icon--info{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .notification__message__content__icon--error{color:var(--color-dark-red-50)}.theme__hc-dark .notification__message__content__icon--warning{color:var(--color-dark-yellow-40)}.theme__hc-dark .notification__message__content__icon--success{color:var(--color-dark-green-50)}.theme__hc-dark .notification__action{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .notification__action:hover{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .legend-marketplace-radio-group .legend-marketplace-radio-button{color:var(--color-dark-theme-text-primary);background-color:var(--color-dark-theme-bg-secondary);border:1px solid var(--color-dark-theme-border)}.theme__hc-dark .legend-marketplace-radio-group .legend-marketplace-radio-button:hover{background-color:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .legend-marketplace-radio-group .legend-marketplace-radio-button__selected{background-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__header__title{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__header__type__version--snapshot{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__content__terminal__access-section span{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__content__terminal__access-table--cell{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__content__terminal__access-table--cell--entity{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__content__terminal__access-table--row{background-color:var(--color-dark-theme-bg-secondary);border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__content__terminal__access-table--row:hover{background-color:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .data-product__viewer__panel__header{border-bottom-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__wiki__section__header{color:var(--color-dark-theme-blue-primary);border-bottom-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__wiki__section__header__subtitle{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__wiki__expert-contact__info__id{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__wiki__terminal__section__pricing{border-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__tabs-bar{background:var(--color-dark-theme-bg-secondary);border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__tabs{background:var(--color-dark-theme-bg-secondary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__tabs .MuiTabs-indicator{background-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__tab{border-right-color:var(--color-dark-theme-border);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__tab--selected{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__access-group__item__header__title{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-product__viewer__access-group__item__header__type{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__access-group__item__description{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab__header{border-bottom-color:var(--color-dark-theme-border);border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab:hover{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab:hover .data-product__viewer__access-group__item__content__tab__icon svg{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab--active{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab--active .data-product__viewer__access-group__item__content__tab__label{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab--active .data-product__viewer__access-group__item__content__tab__icon svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab+.theme__hc-dark .data-product__viewer__access-group__item__content__tab{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab__icon svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab__label{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__access-group__item__content__action-tab-group{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__access-group__item__content__tab__content{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__access-point__name{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__access-point__description{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-product__viewer__more-info__columns-grid{background:var(--color-dark-theme-bg-primary)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark{--ag-background-color: var(--color-dark-theme-bg-secondary);--ag-foreground-color: var(--color-dark-theme-text-primary);--ag-header-background-color: var(--color-dark-theme-bg-elevated);--ag-header-foreground-color: var(--color-dark-theme-text-primary);--ag-border-color: var(--color-dark-theme-border);--ag-row-hover-color: var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-root-wrapper,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-root-wrapper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-header,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-header{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-header-cell,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-header-cell{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-row,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-row{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-row-hover,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-row-hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham .ag-cell,.theme__hc-dark .data-product__viewer__more-info__columns-grid.ag-theme-balham-dark .ag-cell{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__more-info__grammar{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-editor,.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-editor .monaco-editor-background,.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-editor .inputarea.ime-input{background:var(--color-dark-theme-bg-secondary) !important;color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-editor .view-lines{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-editor .line-numbers{color:var(--color-dark-theme-text-muted) !important}.theme__hc-dark .data-product__viewer__more-info__grammar .mtk1{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .data-product__viewer__more-info__grammar .monaco-scrollable-element>.scrollbar>.slider{background:var(--color-dark-theme-border-light) !important}.theme__hc-dark .data-product__viewer__grid.ag-theme-balham,.theme__hc-dark .data-product__viewer__grid.ag-theme-balham-dark{--ag-background-color: var(--color-dark-theme-bg-secondary);--ag-foreground-color: var(--color-dark-theme-text-primary);--ag-header-background-color: var(--color-dark-theme-bg-elevated);--ag-header-foreground-color: var(--color-dark-theme-text-primary);--ag-border-color: var(--color-dark-theme-border);--ag-row-hover-color: var(--color-dark-theme-bg-tertiary);background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-product__viewer__grid.ag-theme-balham .ag-root-wrapper,.theme__hc-dark .data-product__viewer__grid.ag-theme-balham-dark .ag-root-wrapper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__grid.ag-theme-balham .ag-header,.theme__hc-dark .data-product__viewer__grid.ag-theme-balham-dark .ag-header{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__grid.ag-theme-balham .ag-row,.theme__hc-dark .data-product__viewer__grid.ag-theme-balham-dark .ag-row{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .data-product__viewer__grid.ag-theme-balham .ag-cell,.theme__hc-dark .data-product__viewer__grid.ag-theme-balham-dark .ag-cell{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__grid--empty{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__grid__empty-cell{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__tds__query{border-color:var(--color-dark-theme-border);background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-product__viewer__tds__placeholder-panel{border-color:var(--color-dark-theme-border);background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-product__viewer__tds__query-text{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-product__viewer__tds__query-text__content .monaco-editor,.theme__hc-dark .data-product__viewer__tds__query-text__content .monaco-editor .monaco-editor-background{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .data-product__viewer__tds__query-text__content .monaco-editor .view-lines{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .data-product__viewer__tds__query-text__action svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-product__viewer__tds__query-text__action:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .product-header-tabs__tab{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .product-header-tabs__tab:hover{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .product-header-tabs__tab--active{color:var(--color-dark-theme-blue-primary);border-bottom-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__terminal__header__product-name{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__divider{border-color:var(--color-dark-theme-border);background-color:var(--color-dark-theme-border)}.theme__hc-dark .models-documentation__viewer__wiki__section__header{border-bottom-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__viewer__wiki__section__header__anchor svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__viewer__wiki__section__header__anchor:hover svg{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .models-documentation__viewer__wiki__section__header__documentation{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__viewer__wiki__placeholder{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__viewer__grid--empty{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__viewer__grid__empty-cell{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__viewer__grid.ag-theme-balham-dark{--ag-row-hover-color: var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .models-documentation__grid__cell__label__icon{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__grid__cell__label__derived-property-badge{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__grid__cell__label__milestoning-badge svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__grid__cell__action{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__grid__cell__action:hover{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__grid__element-row{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);--ag-row-hover-color: var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .models-documentation__filter__toggler{border-color:var(--color-dark-theme-border);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__filter__toggler:hover{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__toggler__icon{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .models-documentation__filter__panel{border-color:var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary);background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .models-documentation__filter__group+.theme__hc-dark .models-documentation__filter__group{border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .models-documentation__filter__group__header__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__group__header__reset{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__filter__group__header__reset:hover{color:var(--color-dark-theme-blue-secondary)}.theme__hc-dark .models-documentation__filter__group__header__reset[disabled],.theme__hc-dark .models-documentation__filter__group__header__reset[disabled]:hover{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__filter__tree__node__container:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .models-documentation__filter__tree__node__type-icon{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__tree__node__type-icon--package{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__filter__tree__node__checker svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__filter__tree__node__checker:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__tree__node__expand-icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__tree__node__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__filter__tree__node__count{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__search__input{border-color:var(--color-dark-theme-border);background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__search__input__search__icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__search__input__clear-btn svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__search__input__clear-btn:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__search__input__config__trigger svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__search__input__config__trigger--toggled svg,.theme__hc-dark .models-documentation__search__input__config__trigger:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .models-documentation__search__input__config__trigger--active svg,.theme__hc-dark .models-documentation__search__input__config__trigger--active:hover svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .models-documentation__tooltip{background:var(--color-dark-theme-bg-elevated) !important}.theme__hc-dark .models-documentation__tooltip__item__label{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .models-documentation__tooltip__item__value{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__header__title{background:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__header__title__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__header__title__verified-badge svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__header__actions{background:var(--color-dark-theme-bg-secondary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__header__execution-context-selector__trigger__icon{border-right-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__header__execution-context-selector__trigger__icon svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__header__execution-context-selector__trigger__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__header__execution-context-selector__trigger__dropdown-icon svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__header__execution-context-selector__option--active{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .data-space__viewer__header__actions-selector{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__header__actions-selector svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__header__actions-selector:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__panel__header{border-bottom-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__panel__content__placeholder{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__panel__content__placeholder svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__grid--empty{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__grid__empty-cell{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__scroller{background:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__scroller__percentage{background:var(--color-dark-theme-blue-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__activity-bar{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-space__viewer__activity-bar__menu{border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__activity-bar__menu-item{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__activity-bar__item{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__activity-bar__item:hover{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__activity-bar__item--active{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__activity-bar__divider{background:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__wiki__section__header{border-bottom-color:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__wiki__section__header__anchor svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__wiki__section__header__anchor:hover svg{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-space__viewer__wiki__section__header__documentation{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__wiki__placeholder{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__navigation__pager{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__group__separator{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__dropdown{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__dropdown__label{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__dropdown__trigger svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__tool--active{background:var(--color-dark-theme-bg-elevated);border-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__tool:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__header__tool svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__description{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-space__viewer__diagram-viewer__description__close-btn svg,.theme__hc-dark .data-space__viewer__diagram-viewer__description__expand-btn svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__description__close-btn:hover svg,.theme__hc-dark .data-space__viewer__diagram-viewer__description__expand-btn:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__description__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__description__content__placeholder{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel .diagram-canvas{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__navigator svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__navigator:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__navigator[disabled] svg,.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__navigator[disabled]:hover svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__indicators{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__indicators__notch{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__indicator svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__diagram-viewer__carousel__frame__indicator--active svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__header__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__header__type{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__header__anchor svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__quickstart__item__header__anchor:hover svg{color:var(--color-dark-theme-text-secondary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab__header{border-bottom-color:var(--color-dark-theme-border);border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab+.theme__hc-dark .data-space__viewer__quickstart__item__content__tab{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab:hover .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__label{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab:hover .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab--active:hover .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__label,.theme__hc-dark .data-space__viewer__quickstart__item__content__tab--active .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__label{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__tab--active:hover .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__icon svg,.theme__hc-dark .data-space__viewer__quickstart__item__content__tab--active .theme__hc-dark .data-space__viewer__quickstart__item__content__tab__tab__icon svg{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__quickstart__item__content__action-tab-group{border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__quickstart__tds__query{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__quickstart__tds__placeholder-panel{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__quickstart__tds__query-text__action svg{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__quickstart__tds__query-text__action:hover svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__execution-context__context-icon{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__execution-context__entry__icon{background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .data-space__viewer__execution-context__entry__icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__execution-context__entry__content{border-color:var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary);background:var(--color-dark-theme-bg-elevated);border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__execution-context__entry__content__dropdown__option__tag{background:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__execution-context__entry__content .selector-input--dark__control,.theme__hc-dark .data-space__viewer__execution-context__entry__content .selector-input--dark__control:hover{border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__info__project-info__label{background:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__info__project-info__value{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .data-space__viewer__info__project-info__link{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__info__section__title{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__info__tagged-value__tag{background:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__info__tagged-value__value{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__info__steoreotype{background:var(--color-dark-theme-blue-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__info__section__placeholder{color:var(--color-dark-theme-text-muted);border-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__support__entry__icon{background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .data-space__viewer__support__entry__icon svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .data-space__viewer__support__entry__content{border-color:var(--color-dark-theme-border);color:var(--color-dark-theme-text-primary);background:var(--color-dark-theme-bg-elevated);border-left-color:var(--color-dark-theme-border)}.theme__hc-dark .data-space__viewer__tooltip{background:var(--color-dark-theme-bg-elevated) !important}.theme__hc-dark .data-space__viewer__tooltip__item__label{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .data-space__viewer__tooltip__item__value{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard .MuiTabs-root{border-bottom:1px solid var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard .MuiTabs-root .MuiTabs-indicator{background-color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard .MuiTab-root{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard .MuiTab-root.Mui-selected{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-dashboard .MuiTab-root .MuiTypography-root{color:inherit}.theme__hc-dark .marketplace-lakehouse-entitlements__pending-tasks,.theme__hc-dark .marketplace-lakehouse-entitlements__pending-contracts,.theme__hc-dark .marketplace-lakehouse-entitlements__completed-contracts{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__grid__taskid-cell{color:var(--color-dark-theme-blue-primary);text-decoration:underline}.theme__hc-dark .marketplace-lakehouse-entitlements__grid__taskid-cell:hover{color:var(--color-dark-theme-blue-accent)}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer{background:var(--color-dark-theme-bg-primary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer__item-clickable-text{color:var(--color-dark-theme-blue-primary);text-decoration:underline}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer__item-clickable-text:hover{color:var(--color-dark-theme-blue-accent)}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer__status--success{color:var(--color-dark-green-50)}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer__status--in-progress{color:var(--color-dark-theme-blue-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements-grid-viewer__status--error{color:var(--color-dark-red-50)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-creator__enterprise-apg-notice{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__content{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__metadata{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__user-list{background:var(--color-dark-theme-bg-elevated)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__user-list__container{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__task-approval-view{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__task-approval-view__timestamp{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline__content{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline .MuiTimelineDot-root svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline .MuiTimelineConnector-root{background-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline .MuiIconButton-root{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline .MuiIconButton-root svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__timeline .MuiIconButton-root:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__footer{color:var(--color-dark-theme-text-muted)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__footer .MuiIconButton-root{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__footer .MuiIconButton-root svg{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-viewer__footer .MuiIconButton-root:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .marketplace-dialog-close-btn{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .marketplace-dialog-close-btn svg{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .marketplace-dialog-close-btn:hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .MuiButtonBase-root.MuiIconButton-root.marketplace-dialog-close-btn{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .MuiButtonBase-root.MuiIconButton-root.marketplace-dialog-close-btn svg{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-approval__success{background:rgba(106,153,85,.2);color:var(--color-dark-green-50);border:1px solid var(--color-dark-green-50)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-approval__error{background:rgba(250,83,67,.2);color:var(--color-dark-red-50);border:1px solid var(--color-dark-red-50)}.theme__hc-dark .marketplace-lakehouse-entitlements__data-contract-approval__error__content{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark{--ag-background-color: var(--color-dark-theme-bg-secondary);--ag-foreground-color: var(--color-dark-theme-text-primary);--ag-header-background-color: var(--color-dark-theme-bg-elevated);--ag-header-foreground-color: var(--color-dark-theme-text-primary);--ag-border-color: var(--color-dark-theme-border);--ag-row-hover-color: var(--color-dark-theme-bg-tertiary);background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-root-wrapper,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-root-wrapper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-header,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-header{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-header-cell,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-header-cell{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-right-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-row,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-row{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-row-hover,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-row-hover{background:var(--color-dark-theme-bg-tertiary)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-cell,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-cell{color:var(--color-dark-theme-text-primary);border-right-color:var(--color-dark-theme-border)}.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham .ag-paging-panel,.theme__hc-dark .marketplace-lakehouse-subscriptions__subscriptions-viewer__grid.ag-theme-balham-dark .ag-paging-panel{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham,.theme__hc-dark .ag-theme-balham-dark{--ag-background-color: var(--color-dark-theme-bg-secondary);--ag-foreground-color: var(--color-dark-theme-text-primary);--ag-header-background-color: var(--color-dark-theme-bg-elevated);--ag-header-foreground-color: var(--color-dark-theme-text-primary);--ag-border-color: var(--color-dark-theme-border);--ag-row-hover-color: var(--color-dark-theme-bg-tertiary);--ag-selected-row-background-color: var(--color-dark-theme-bg-tertiary);background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary)}.theme__hc-dark .ag-theme-balham .ag-root-wrapper,.theme__hc-dark .ag-theme-balham-dark .ag-root-wrapper{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-header,.theme__hc-dark .ag-theme-balham-dark .ag-header{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-header-cell,.theme__hc-dark .ag-theme-balham-dark .ag-header-cell{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-right-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-row,.theme__hc-dark .ag-theme-balham-dark .ag-row{background:var(--color-dark-theme-bg-secondary);color:var(--color-dark-theme-text-primary);border-bottom-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-row-odd,.theme__hc-dark .ag-theme-balham-dark .ag-row-odd{background:var(--color-dark-theme-bg-secondary)}.theme__hc-dark .ag-theme-balham .ag-row-hover,.theme__hc-dark .ag-theme-balham-dark .ag-row-hover{background:var(--color-dark-theme-bg-tertiary) !important}.theme__hc-dark .ag-theme-balham .ag-cell,.theme__hc-dark .ag-theme-balham-dark .ag-cell{color:var(--color-dark-theme-text-primary);border-right-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-paging-panel,.theme__hc-dark .ag-theme-balham-dark .ag-paging-panel{background:var(--color-dark-theme-bg-elevated);color:var(--color-dark-theme-text-primary);border-top-color:var(--color-dark-theme-border)}.theme__hc-dark .ag-theme-balham .ag-paging-button,.theme__hc-dark .ag-theme-balham-dark .ag-paging-button{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .ag-theme-balham .ag-paging-description,.theme__hc-dark .ag-theme-balham-dark .ag-paging-description{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .ag-theme-balham .ag-icon,.theme__hc-dark .ag-theme-balham-dark .ag-icon{color:var(--color-dark-theme-text-primary)}.theme__hc-dark .monaco-editor{background:var(--color-dark-theme-bg-secondary) !important;color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .monaco-editor .monaco-editor-background{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .inputarea.ime-input{background:var(--color-dark-theme-bg-secondary) !important;color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .monaco-editor .view-lines{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .monaco-editor .view-line{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .monaco-editor .line-numbers{color:var(--color-dark-theme-text-muted) !important}.theme__hc-dark .monaco-editor .margin,.theme__hc-dark .monaco-editor .margin-view-overlays{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .glyph-margin{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .monaco-scrollable-element>.scrollbar{background:rgba(0,0,0,0) !important}.theme__hc-dark .monaco-editor .monaco-scrollable-element>.scrollbar>.slider{background:var(--color-dark-theme-border-light) !important}.theme__hc-dark .monaco-editor .monaco-scrollable-element>.scrollbar>.slider:hover{background:var(--color-dark-theme-border) !important}.theme__hc-dark .monaco-editor .overflow-guard{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .minimap{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .minimap-slider{background:hsla(0,0%,100%,.1) !important}.theme__hc-dark .monaco-editor .decorationsOverviewRuler{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .lines-content{background:var(--color-dark-theme-bg-secondary) !important}.theme__hc-dark .monaco-editor .view-overlays{background:rgba(0,0,0,0) !important}.theme__hc-dark .monaco-editor .mtk1{color:var(--color-dark-theme-text-primary) !important}.theme__hc-dark .monaco-editor .current-line{background:hsla(0,0%,100%,.05) !important;border:none !important}.theme__hc-dark .monaco-editor .selected-text{background:rgba(115,153,198,.3) !important}.theme__hc-dark .monaco-editor .cursor{background:var(--color-dark-theme-text-primary) !important;border-color:var(--color-dark-theme-text-primary) !important}/*# sourceMappingURL=index.css.map */
|