.mobile-sheet__overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:110}.mobile-sheet__content{position:fixed;bottom:0;left:0;right:0;z-index:111;display:flex;flex-direction:column;background:#ffffff;border-top-left-radius:18px;border-top-right-radius:18px;max-height:92dvh;max-height:92vh;outline:none;box-shadow:0 -12px 36px rgba(15,23,42,.18);padding-bottom:var(--safe-area-bottom,0)}.mobile-sheet__handle{flex-shrink:0;margin:8px auto 6px;width:40px;height:4px;border-radius:999px;background:#d1d5db}.mobile-sheet__header{flex-shrink:0;display:grid;grid-template-columns:60px 1fr 60px;align-items:center;padding:4px 12px 10px;border-bottom:1px solid #f1f5f9}.mobile-sheet__header-left{display:flex;justify-content:flex-start;align-items:center;min-height:28px}.mobile-sheet__title{text-align:center;font-size:16px;font-weight:700;color:#0f172a;margin:0}.mobile-sheet__close{justify-self:end;width:32px;height:32px;border:none;background:#f1f5f9;color:#475569;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease}.mobile-sheet__close:active{background:#e2e8f0}.mobile-sheet__body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:12px 16px 16px}.mobile-sheet__footer{flex-shrink:0;padding:12px 16px calc(12px + var(--safe-area-bottom, 0px));border-top:1px solid #f1f5f9;background:#ffffff}