.ct-filter-sheet-root{z-index:60;pointer-events:none;position:fixed;inset:0}.ct-filter-sheet-root.is-open{pointer-events:auto}@media (min-width:1024px){.ct-filter-sheet-root{display:none}}.ct-filter-sheet-backdrop{opacity:0;transition:opacity .28s var(--ease-decelerate,ease-out);cursor:pointer;background:#0f172a66;border:0;position:absolute;inset:0}.ct-filter-sheet-root.is-open .ct-filter-sheet-backdrop{opacity:1}.ct-filter-sheet{inset-inline:0;background:var(--surface,#fff);will-change:transform;border-radius:16px 16px 0 0;flex-direction:column;width:100%;height:78dvh;max-height:78dvh;transition:transform .32s cubic-bezier(.32,.72,0,1);display:flex;position:absolute;bottom:0;transform:translateY(100%);box-shadow:0 -16px 48px #0f172a2e}.ct-filter-sheet-root.is-open .ct-filter-sheet{transform:translate(0,0)}.ct-filter-sheet-handle{background:var(--color-gray-300,#d1d5db);cursor:pointer;border:0;border-radius:999px;flex:none;width:40px;height:4px;margin:10px auto 4px}.ct-filter-sheet-head{border-bottom:1px solid var(--color-gray-200,#e5e7eb);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:4px 16px 12px;display:flex}.ct-filter-sheet-head h2{color:var(--color-gray-900,#111827);margin:0;font-size:15px;font-weight:700}.ct-filter-sheet-close{width:40px;height:40px;color:var(--color-gray-600,#4b5563);cursor:pointer;transition:background var(--duration-short,.15s) var(--ease-decelerate,ease-out);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.ct-filter-sheet-close:hover{background:var(--surface-variant,#f3f4f6)}.ct-filter-sheet-close:focus-visible{outline:2px solid var(--color-primary-500,#3a8a66);outline-offset:2px}.ct-filter-sheet-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:auto;min-height:0;padding:8px 8px 12px;overflow:hidden auto}.ct-filter-sheet-footer{border-top:1px solid var(--color-gray-200,#e5e7eb);background:var(--surface,#fff);padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));flex:none}.ct-filter-sheet-footer-btn{background:var(--color-primary-600,#2b6f52);color:#fff;cursor:pointer;width:100%;height:44px;transition:background var(--duration-short,.15s) var(--ease-decelerate,ease-out);border:0;border-radius:999px;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:inline-flex}.ct-filter-sheet-footer-btn:hover{background:var(--color-primary-700,#245c44)}.ct-filter-sheet-footer-btn:focus-visible{outline:2px solid var(--color-primary-500,#3a8a66);outline-offset:2px}
