.DetachedSheet-view{z-index:9999;height:calc(var(--silk-100-lvh-dvh-pct) + 60px)}.DetachedSheet-view.contentPlacement-center{height:100vh}.DetachedSheet-content{max-width:650px;height:auto;min-height:200px;background-color:transparent;padding:0}.DetachedSheet-innerContent{height:100%;border-radius:var(--radius-8,1rem);background-color:white;box-shadow:var(--shadow-4,0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1));padding:var(--size-6,1.5rem)}.DetachedSheet-view.no-swipe-dismiss{touch-action:pan-x pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.DetachedSheet-view.no-swipe-dismiss .DetachedSheet-content{touch-action:auto}.ExampleDetachedSheet-root{padding-top:0;padding-bottom:max(calc(env(safe-area-inset-bottom, 0px) + var(--size-4, 1rem)),var(--size-6,1.5rem));display:grid;justify-items:center;gap:var(--size-6,1.5rem)}@media (min-width:600px){.ExampleDetachedSheet-root{padding-bottom:var(--size-16)}}.ExampleDetachedSheet-handle{grid-area:1/-1;justify-self:center;align-self:start;margin-top:var(--size-4,.5rem);width:50px;height:6px;border:0;border-radius:var(--radius-full,9999px);background-color:var(--gray-4,#d1d5db)}.ExampleDetachedSheet-illustration{margin-top:var(--size-8,2rem);height:var(--size-32,8rem);width:var(--size-32,8rem);border-radius:var(--radius-6,.75rem);background-image:var(--red-illustration-1-gradient,linear-gradient(135deg,#fbbf24 0,#f59e0b 100%));background-origin:border-box;border:1px solid rgba(0,0,0,.05)}@media (min-width:600px){.ExampleDetachedSheet-illustration{margin-top:var(--size-10,2.5rem);height:var(--size-36,9rem);width:var(--size-36,9rem)}}.ExampleDetachedSheet-information{display:grid;gap:var(--size-4,1rem);justify-items:center}@media (min-width:600px){.ExampleDetachedSheet-information{gap:var(--size-6,1.5rem)}}.ExampleDetachedSheet-title{justify-self:center;max-width:400px;text-align:center;text-wrap:balance;line-height:var(--line-height-2,1.25);font-size:var(--font-size-8,2.25rem);font-weight:var(--font-weight-8,800);color:var(--gray-9,#111827)}@media (min-width:600px){.ExampleDetachedSheet-title{font-size:var(--font-size-9,2.5rem)}}.ExampleDetachedSheet-description{justify-self:center;max-width:500px;text-align:center;line-height:var(--line-height-4,1.6);font-size:var(--font-size-5,1.125rem);font-weight:var(--font-weight-5,500);color:var(--gray-6,#6b7280)}@media (min-width:600px){.ExampleDetachedSheet-description{font-size:var(--font-size-6,1.25rem)}}.ExampleDetachedSheet-validateTrigger{justify-self:stretch;height:var(--size-16,4rem);border-radius:var(--radius-full,9999px);appearance:none;border:none;background-color:var(--gray-9,#111827);padding-inline:var(--size-12,3rem);font-size:var(--font-size-4,1rem);font-weight:var(--font-weight-6,600);color:var(--white,white);cursor:pointer!important;transition:all .15s ease}.ExampleDetachedSheet-validateTrigger:hover{background-color:var(--gray-8,#1f2937)}@media (min-width:600px){.ExampleDetachedSheet-validateTrigger{justify-self:center}}