.tc-sheet{inset:auto 0 0;width:100%;max-width:none;max-height:85dvh;translate:none;border-radius:16px 16px 0 0;box-shadow:0 -6px 24px #3d3d3d2e;overflow:hidden;overscroll-behavior:contain}.tc-sheet__overlay{background:color-mix(in srgb,var(--text) 55%,transparent)}.tc-sheet__header{position:relative;align-items:flex-start;min-height:4.25rem;padding:1.5rem 4rem 1rem 1rem;border-bottom:0}.tc-sheet__header:before{content:"";position:absolute;top:.5rem;left:50%;translate:-50% 0;width:2.25rem;height:4px;border-radius:999px;background:var(--text-graylight)}.tc-sheet__title{font-size:1.0625rem;font-weight:700;line-height:1.3;color:var(--text)}.tc-sheet__close{position:absolute;top:.75rem;inset-inline-end:.75rem;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:8px;background:transparent;color:var(--text);cursor:pointer;transition:background .15s ease}.tc-sheet__close:hover{background:var(--tint-primary-08)}.tc-sheet__close:focus-visible{outline:2px solid var(--ui-primary);outline-offset:2px}.tc-sheet__body{padding:.5rem 1rem max(1rem,env(safe-area-inset-bottom));border-top:0;overscroll-behavior:contain}@media(min-width:768px){.tc-sheet{inset:auto auto 0 50%;translate:-50% 0;width:560px;max-width:calc(100vw - 2rem)}}@keyframes tc-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes tc-sheet-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes tc-sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes tc-sheet-fade-out{0%{opacity:1}to{opacity:0}}.tc-sheet[data-state=open]{animation:tc-sheet-in .26s cubic-bezier(.32,.72,0,1)}.tc-sheet[data-state=closed]{animation:tc-sheet-out .2s cubic-bezier(.32,.72,0,1)}@media(prefers-reduced-motion:reduce){.tc-sheet[data-state=open]{animation:tc-sheet-fade-in .12s linear}.tc-sheet[data-state=closed]{animation:tc-sheet-fade-out .12s linear}}
