.shared-bottom-sheet-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;animation:fadeIn var(--duration-3) var(--ease-standard)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.shared-bottom-sheet-panel{position:fixed;inset:0;width:100%;max-width:100vw;height:100vh;height:100dvh;background:var(--background);box-shadow:var(--shadow-2xl);z-index:9999;margin:0;padding:0;overflow:hidden;box-sizing:border-box;transform:translateY(100%);transition:transform var(--duration-3) var(--ease-emphasized);border-radius:0;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0);touch-action:pan-y}.shared-bottom-sheet-panel.open{transform:translateY(0);animation:slideUp var(--duration-3) var(--ease-emphasized)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.shared-bottom-sheet-handle{width:40px;height:4px;background:var(--muted-foreground);border-radius:2px;margin:var(--spacing-sm) auto var(--spacing-md);flex-shrink:0;cursor:grab;touch-action:none;position:relative;z-index:10;user-select:none;-webkit-user-select:none}.shared-bottom-sheet-handle:active{cursor:grabbing;background:var(--foreground)}@media(max-width:767px){.shared-bottom-sheet-panel .build-cart-header,.shared-bottom-sheet-panel .sidebar-header,.shared-bottom-sheet-panel .build-summary-panel,.shared-bottom-sheet-panel .summary-title{touch-action:pan-y;user-select:none;-webkit-user-select:none}}@media(min-width:768px){.shared-bottom-sheet-handle{display:none}}@media(min-width:768px){.shared-bottom-sheet-panel-cart{inset:0 0 auto auto;width:400px;max-width:90vw;height:100vh;height:100dvh;max-height:none;border-radius:0;transform:translate(100%);padding-bottom:0}.shared-bottom-sheet-panel-cart.open{transform:translate(0);animation:slideInRight var(--duration-3) var(--ease-emphasized)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.shared-bottom-sheet-panel-filters,.shared-bottom-sheet-panel-summary{display:none}}@media(max-width:1023px){.shared-bottom-sheet-panel-summary{display:flex}.shared-bottom-sheet-panel-summary .build-summary-sheet-content{flex:1;overflow-y:auto;min-height:0}.shared-bottom-sheet-overlay{display:block}}
