.mobile-sheet-scrim{z-index:var(--z-modal-surface,220);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:ms-fade-in var(--motion-press,.16s) ease-out;background:#030509c2;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.mobile-sheet{border:1px solid var(--line-2);width:min(680px,100%);max-height:min(88dvh,760px);animation:ms-rise var(--motion-sheet,.28s) var(--ease);background:linear-gradient(#0e1522fc,#070b12fc);border-bottom:0;border-radius:22px 22px 0 0;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 -28px 70px #0000009e}.mobile-sheet-handle{background:var(--line-3);border-radius:999px;flex:none;width:42px;height:4px;margin:9px auto 2px}.mobile-sheet-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding:14px 18px;display:flex}.mobile-sheet-head h2{font:700 16px var(--d-tek);letter-spacing:.08em;text-transform:uppercase;color:var(--t1)}.mobile-sheet-head p{color:var(--t3);margin-top:4px;font-size:12.5px;line-height:1.45}.mobile-sheet-head button{border:1px solid var(--line-2);width:44px;height:44px;color:var(--t2);cursor:pointer;background:#ffffff06;border-radius:11px;flex:0 0 44px;place-items:center;display:grid}.mobile-sheet-head button:hover,.mobile-sheet-head button:focus-visible{color:var(--cyan);border-color:#56cdff80}.mobile-sheet-head svg{width:18px;height:18px}.mobile-sheet-body{overscroll-behavior:contain;min-height:0;padding:18px;padding-bottom:calc(18px + env(safe-area-inset-bottom));overflow:auto}.mobile-sheet-foot{padding:12px 18px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#06090ff5}@keyframes ms-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ms-rise{0%{opacity:.7;transform:translateY(28px)}to{opacity:1;transform:none}}@media (min-width:721px){.mobile-sheet-scrim{align-items:center;padding:24px}.mobile-sheet{border-bottom:1px solid var(--line-2);border-radius:20px;max-height:min(82vh,760px)}}@media (prefers-reduced-motion:reduce){.mobile-sheet-scrim,.mobile-sheet{animation:none}}