@layer base{:root,[data-theme=light]{--tbn-sheet-backdrop:var(--tbn-overlay-scrim);--tbn-sheet-bg:var(--tbn-bg-surface);--tbn-sheet-grip:var(--tbn-border-strong);--tbn-sheet-grip-ring:var(--tbn-field-focus-ring);--tbn-sheet-bg-frost:var(--tbn-material-frost-bg);--tbn-sheet-frost-blur:var(--tbn-material-frost-blur);--tbn-sheet-frost-saturate:var(--tbn-material-frost-saturate);--tbn-sheet-radius:0px;--tbn-sheet-pad:14px;--tbn-sheet-grip-w:34px;--tbn-sheet-grip-h:4px;--tbn-sheet-grip-r:2px;--tbn-sheet-grip-inset:8px;--tbn-sheet-grip-region-h:24px;--tbn-sheet-shadow:var(--shadow-sheet);--tbn-sheet-motion-enter:var(--duration-slow);--tbn-sheet-motion-exit:var(--duration-base);--tbn-sheet-motion-easing:var(--ease-emphasized-strong)}}.tbn-sheet-backdrop{background:var(--tbn-sheet-backdrop);transition:opacity var(--tbn-sheet-motion-exit) var(--tbn-sheet-motion-easing);position:fixed;inset:0}@media (prefers-reduced-motion:reduce){.tbn-sheet-backdrop{transition-property:none}}.tbn-sheet-backdrop[data-starting-style],.tbn-sheet-backdrop[data-ending-style]{opacity:0}.tbn-sheet-viewport{pointer-events:none;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.tbn-sheet-popup{pointer-events:auto;background:var(--tbn-sheet-bg);border-top-left-radius:var(--tbn-sheet-radius);border-top-right-radius:var(--tbn-sheet-radius);width:100%;max-height:92dvh;box-shadow:var(--tbn-sheet-shadow);transform:translateY(calc(var(--drawer-snap-point-offset,0px) + var(--drawer-swipe-movement-y,0px)));transition:transform var(--tbn-sheet-motion-enter) var(--tbn-sheet-motion-easing);flex-direction:column;display:flex}@media (prefers-reduced-motion:reduce){.tbn-sheet-popup{transition-property:none}}.tbn-sheet-popup[data-swiping]{transition:none}.tbn-sheet-popup[data-starting-style],.tbn-sheet-popup[data-ending-style]{transform:translateY(100%)}.tbn-sheet-popup--frosted{background:var(--tbn-sheet-bg-frost);-webkit-backdrop-filter:blur(var(--tbn-sheet-frost-blur)) saturate(var(--tbn-sheet-frost-saturate,100%));backdrop-filter:blur(var(--tbn-sheet-frost-blur)) saturate(var(--tbn-sheet-frost-saturate,100%))}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.tbn-sheet-popup--frosted{background:var(--tbn-sheet-bg)}}.tbn-sheet-content{min-height:0;padding:var(--tbn-sheet-pad) var(--tbn-sheet-pad) max(var(--tbn-sheet-pad), env(safe-area-inset-bottom));overscroll-behavior:contain;flex-direction:column;flex:1;display:flex;position:relative;overflow-y:auto}.tbn-sheet-grip{width:100%;height:var(--tbn-sheet-grip-region-h);cursor:pointer;background:0 0;border:0;flex:none;padding:0;position:relative}.tbn-sheet-grip:before{content:"";top:var(--tbn-sheet-grip-inset);width:var(--tbn-sheet-grip-w);height:var(--tbn-sheet-grip-h);background:var(--tbn-sheet-grip);border-radius:var(--tbn-sheet-grip-r);position:absolute;left:50%;transform:translate(-50%)}.tbn-sheet-grip:focus-visible{outline:none}.tbn-sheet-grip:focus-visible:before{box-shadow:0 0 0 3px var(--tbn-sheet-grip-ring)}@media (hover:hover) and (pointer:fine){.tbn-sheet-popup--modal .tbn-sheet-grip{display:none}}
