.sheet-backdrop.svelte-1rc1rez{background:var(--background-overlay);width:100vw;height:100dvh;backdrop-filter:blur(var(--blur-overlay));z-index:var(--z-sheet);justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;left:0}.sheet-container.svelte-1rc1rez{background:var(--background-page);border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-top:var(--border-width-default) solid var(--border-inverse);box-shadow:var(--shadow-tabbar) var(--shadow-color-default);will-change:transform;width:100%;transform:translateY(var(--drag-y,0px));animation:svelte-1rc1rez-slideUp var(--motion-duration-sheet) var(--motion-ease-spring) forwards;flex-direction:column;padding:0;display:flex;overflow:hidden}.sheet-container.variant-compact.svelte-1rc1rez{max-width:calc(var(--page-max-width) / 3 * 2);max-height:80dvh}.sheet-container.variant-full.svelte-1rc1rez{max-width:var(--page-max-width);height:90dvh;max-height:90dvh}@keyframes svelte-1rc1rez-slideUp{0%{transform:translateY(100%)}to{transform:translateY(var(--drag-y,0px))}}html[data-motion=reduced] .sheet-container.svelte-1rc1rez{animation:none!important}.sheet-header-wrapper.svelte-1rc1rez{background:var(--background-page);flex-direction:column;flex-shrink:0;gap:0;display:flex}.sheet-handle.svelte-1rc1rez{top:var(--space-8);width:var(--space-48);height:var(--space-4);background:var(--border-default);border-radius:var(--radius-pill);opacity:.5;margin:0 auto;display:none;position:absolute;left:50%;transform:translate(-50%,-50%)}.sheet-header.svelte-1rc1rez{justify-content:space-between;align-items:center;width:100%;display:flex}.sheet-label-group.svelte-1rc1rez{gap:var(--space-4);flex-direction:column;width:100%;display:flex}.sheet-num.svelte-1rc1rez{font:var(--font-mono-10);color:var(--color-yellow-100);font-weight:var(--font-weight-bold)}.sheet-role.svelte-1rc1rez{font:var(--font-display-32);color:var(--text-primary)}.sheet-close-btn.svelte-1rc1rez{background:var(--background-surface);border:var(--border-width-default) solid var(--border-default);color:var(--text-primary);width:var(--space-32);min-width:var(--space-32);height:var(--space-32);min-height:var(--space-32);border-radius:var(--radius-pill);font-size:var(--font-size-12);cursor:pointer;transition:background-color var(--motion-duration-fast) var(--motion-ease-standard), transform var(--motion-duration-fast) var(--motion-ease-spring);justify-content:center;align-items:center;display:flex}.sheet-close-btn.svelte-1rc1rez:hover{background:var(--background-inverse);color:var(--text-inverse);transform:scale(1.05)}.sheet-close-btn.svelte-1rc1rez:focus-visible{outline:2px solid var(--color-yellow-100);outline-offset:2px}.sheet-content.svelte-1rc1rez{width:100%;padding:var(--page-padding-t) var(--page-padding-r) var(--page-padding-b) var(--page-padding-l);gap:var(--space-24);overscroll-behavior-y:contain;flex-direction:column;flex:1;display:flex;overflow-y:auto}.sheet-content.svelte-1rc1rez::-webkit-scrollbar{width:4px}.sheet-content.svelte-1rc1rez::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:var(--radius-pill)}.sheet-body-text.svelte-1rc1rez{font:var(--font-body-16);color:var(--text-primary)}@media (max-width:40rem){.sheet-handle.svelte-1rc1rez{display:block}.sheet-close-btn.svelte-1rc1rez{display:none}.sheet-container.variant-compact.svelte-1rc1rez,.sheet-container.variant-full.svelte-1rc1rez{width:100vw;max-width:100vw}}
