body,html{margin:0;padding:0;overflow:hidden;touch-action:none}.sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:90}.sheet-backdrop.visible{opacity:1;pointer-events:auto}.sheet{position:fixed;left:0;right:0;bottom:0;z-index:100;transform:translateY(calc(100% - 90px));border-radius:16px 16px 0 0;background:rgba(18,18,18,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 -4px 24px #00000059;overflow:hidden;will-change:transform;transition:transform .35s cubic-bezier(.22,1,.36,1);max-width:600px;margin:0 auto}.sheet.dragging{transition:none}.sheet.open{transform:translateY(0)}.sheet-handle{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px 0 4px;cursor:grab;user-select:none;-webkit-user-select:none}.sheet-handle-bar{width:36px;height:4px;border-radius:2px;background:rgba(255,255,255,.35)}.sheet-peek-title{margin:6px 0 0;color:#fff;font-family:komet-sc,sans-serif;font-weight:900;font-style:normal;font-size:16pt;text-align:center;transition:opacity .25s ease}.sheet-peek-hint{margin:2px 0 0;color:#ffffff73;font-family:komet-sc,sans-serif;font-weight:400;font-size:9pt;text-align:center;letter-spacing:.5px;transition:opacity .25s ease}.sheet.open .sheet-peek-hint{opacity:0;pointer-events:none}.sheet-content{padding:8px 20px 32px;padding-bottom:max(32px,env(safe-area-inset-bottom));opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.sheet.open .sheet-content{opacity:1;visibility:visible}.sheet-title{margin:0;color:#fff;font-family:komet-sc,sans-serif;font-weight:900;font-style:normal;font-size:22pt;text-align:center}.sheet-description{color:#fff9;font-family:komet-sc,sans-serif;font-weight:400;font-size:10pt;line-height:1.5;margin:0 0 16px}.sheet-control{margin-top:20px}.sheet-label{display:block;color:#ffffffd9;font-family:komet-sc,sans-serif;font-weight:400;font-size:11pt;margin-bottom:8px}.sheet-label span{font-weight:700}.sheet-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:rgba(255,255,255,.15);outline:none;cursor:pointer}.sheet-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000004d;cursor:pointer}.sheet-slider::-moz-range-thumb{width:20px;height:20px;border:none;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000004d;cursor:pointer}@media (min-width: 481px){.sheet{max-width:500px;left:auto;right:16px;border-radius:16px 16px 0 0}}
