.sldm-overlay{animation:.2s ease-out sldm-fade-in}.sldm-overlay__backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f172a47!important}.sldm-panel{color:#1a1d23;background:#fff;border:1px solid #0000000f;border-radius:18px;flex-direction:column;width:min(560px,100vw - 32px);max-height:min(86vh,720px);margin:16px;font-family:system-ui,-apple-system,sans-serif;animation:.28s cubic-bezier(.22,1,.36,1) sldm-rise;display:flex;overflow:hidden;box-shadow:0 8px 28px #0000001a}.sldm-overlay--bottom .sldm-panel{border-radius:20px 20px 0 0;width:100%;max-width:560px;max-height:min(92vh,760px);margin:0;animation:.3s cubic-bezier(.22,1,.36,1) sldm-sheet}.sldm-handle{justify-content:center;padding:10px 0 2px;display:none}.sldm-overlay--bottom .sldm-handle{display:flex}.sldm-handle-bar{background:#e5e7eb;border-radius:99px;width:36px;height:4px}.sldm-head{border-bottom:1px solid #f0f1f3;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 12px;display:flex}.sldm-seller{color:#6b7280;margin:0 0 4px;font-size:12px}.sldm-title{letter-spacing:-.02em;margin:0;font-size:18px;font-weight:800;line-height:1.25}.sldm-updated{color:#9ca3af;margin:6px 0 0;font-size:11px}.sldm-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.sldm-close:hover{background:#e5e7eb}.sldm-body{-webkit-overflow-scrolling:touch;padding:16px 20px 24px;overflow-y:auto}.sldm-disclaimer{color:#9ca3af;margin:0 0 16px;font-size:12px;line-height:1.5}.sldm-article{white-space:pre-wrap;color:#1a1d23;margin:0;font-size:14px;line-height:1.7}.sldm-tax{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:16px}.sldm-tax h3{margin:0 0 8px;font-size:14px;font-weight:700}.sldm-tax p{white-space:pre-wrap;margin:0;font-size:14px;line-height:1.7}@keyframes sldm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sldm-rise{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes sldm-sheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}